-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update blog url #161
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer https
test/reporter.js
Outdated
@@ -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/)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/)', |
test/reporter.js
Outdated
@@ -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/)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The base branch was changed.
No description provided.