Update Docker Engine 18.09 blog link to Wayback Machine archive#24988
Update Docker Engine 18.09 blog link to Wayback Machine archive#24988garywilson-docker wants to merge 1 commit intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Let me try reach the team maintaining the blog; it's quite possible it's still there but marked as hidden |
|
in the meantime we can use a web archive link; https://web.archive.org/web/20200227084534/https://www.docker.com/blog/docker-security-update-cve-2018-5736-and-container-security-best-practices/ |
The original article at blog.docker.com no longer resolves; both the old domain and the equivalent path on www.docker.com/blog redirect to the blog index. Per maintainer suggestion, point at the Internet Archive snapshot so the supplementary context remains available to readers until the post is restored upstream. Co-authored-by: Cursor <cursoragent@cursor.com>
7d617dd to
4d32fb3
Compare
|
Thanks — pushed the update. Verified the snapshot returns 200 and contains the original CVE-2018-5736 article. Happy to swap to a live URL whenever the post is restored. |
| * Ubuntu 14.04 customers using a 3.13 kernel will need to upgrade to a supported Ubuntu 4.x kernel | ||
|
|
||
| For additional information, [refer to the Docker blog post](https://blog.docker.com/2019/02/docker-security-update-cve-2018-5736-and-container-security-best-practices/). | ||
| For additional information, [refer to the Docker blog post](https://web.archive.org/web/20200227084534/https://www.docker.com/blog/docker-security-update-cve-2018-5736-and-container-security-best-practices/). |
There was a problem hiding this comment.
Well, if we are anyway touching this... I think we should just remove the link. I don't see any information on that page that restored page that could still be of interest to anyone. It's mostly talking about retired features/products like "Docker Certified Containers" and Docker Enterprise. Doesn't give any additional information about the CVE.
Summary
The supplementary blog post link in the Docker Engine 18.09.2 security
fixes section no longer resolves to the original article. Both the old
domain (
blog.docker.com/2019/02/...) and the equivalent path on thecurrent blog (
www.docker.com/blog/...) redirect to the blog indexrather than the article itself.
Per maintainer suggestion, this PR updates the link to the Internet
Archive snapshot of the article so the supplementary context remains
available to readers. If the post is restored upstream, the link can
be swapped back to a live URL in a follow-up.
Test plan
200and contains the originalCVE-2018-5736 article body
docker buildx bake lint vale— no new violations introduced onthe edited line
docker buildx bake test— htmltest passes (3,170 documents, nobroken internal links)