From 2d7b5e792131ba093f8d69c00e09b52ad626f033 Mon Sep 17 00:00:00 2001 From: Howie Zhao Date: Sat, 10 Oct 2020 18:45:05 +0800 Subject: [PATCH 1/3] chore: update blog url --- test/reporter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/reporter.js b/test/reporter.js index d7a5f19..0175dca 100644 --- a/test/reporter.js +++ b/test/reporter.js @@ -33,7 +33,7 @@ describe('reporter', () => { let fileContent = fs.readFileSync(file, 'UTF-8'); let item = { title: 'Consider `--no-install-recommends`', - description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/2016/02/05/refactoring-a-dockerfile-for-image-size/)', + description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', category: 'Optimization', line: 5 }; @@ -116,7 +116,7 @@ describe('reporter', () => { let file1Items = [ { title: 'Consider `--no-install-recommends`', - description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/2016/02/05/refactoring-a-dockerfile-for-image-size/)', + description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', category: 'Optimization', line: 5 } From 460aa48758ed86012ba1310dfe0dae15b4cef405 Mon Sep 17 00:00:00 2001 From: Howie Zhao Date: Thu, 22 Oct 2020 16:39:09 +0800 Subject: [PATCH 2/3] chore: change http to https --- test/reporter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/reporter.js b/test/reporter.js index 0175dca..79288ae 100644 --- a/test/reporter.js +++ b/test/reporter.js @@ -33,7 +33,7 @@ describe('reporter', () => { let fileContent = fs.readFileSync(file, 'UTF-8'); let item = { title: 'Consider `--no-install-recommends`', - description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', + description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', category: 'Optimization', line: 5 }; @@ -116,7 +116,7 @@ describe('reporter', () => { let file1Items = [ { title: 'Consider `--no-install-recommends`', - description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', + description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', category: 'Optimization', line: 5 } From e8e458fa3d10c7be39bfa9d85af3c992b9c5fbe7 Mon Sep 17 00:00:00 2001 From: Howie Zhao Date: Wed, 2 Jun 2021 17:55:01 +0800 Subject: [PATCH 3/3] chore: update blog url --- test/reporter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/reporter.js b/test/reporter.js index 79288ae..9098788 100644 --- a/test/reporter.js +++ b/test/reporter.js @@ -33,7 +33,7 @@ describe('reporter', () => { let fileContent = fs.readFileSync(file, 'UTF-8'); let item = { title: 'Consider `--no-install-recommends`', - description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', + description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://www.replicated.com/blog/refactoring-a-dockerfile-for-image-size/)', category: 'Optimization', line: 5 }; @@ -116,7 +116,7 @@ describe('reporter', () => { let file1Items = [ { title: 'Consider `--no-install-recommends`', - description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://blog.replicated.com/refactoring-a-dockerfile-for-image-size/)', + description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://www.replicated.com/blog/refactoring-a-dockerfile-for-image-size/)', category: 'Optimization', line: 5 }