Skip to content
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

[24.0 backport] assorted (docs) backports #4528

Merged
merged 8 commits into from
Aug 25, 2023

Conversation

thaJeztah and others added 7 commits August 25, 2023 17:02
Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit b52fd79)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
In previous versions of the Docker API, `system prune --volumes` and `volume prune`
would remove all dangling volumes. With API v1.42, this was changed so that only
anonymous volumes would be removed unless the all filter was specified.

Some of the docs were updated in docker#4218, however, there were a couple of places
left that didn't make the anonymous vs named volumes distinction clear.

This replaces docker#4079, which was bitrotted by docker#4218. See also docker#4028.

Closes docker#4079.

Signed-off-by: Ed Morley <[email protected]>
(cherry picked from commit 6e2e92d)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
This attempts to make it clearer that the --cgroup-parent option is only used
for the containers used during build. Instead of mentioning "build container",
I opted for using "RUN instructions" (to match the --network description),
although this may not be ideal (as it assumes the "Dockerfile" front-end, which
of course may not be the case).

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit e050312)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
- docs moved to https://go.dev/doc/
- blog moved to https://go.dev/blog/
- update DCO link to use https

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 1d3af72)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Go documentation moved to the `go.dev` domain;

    curl -sI https://golang.org/doc/install/source#environment | grep 'location'
    location: https://go.dev/doc/install/source

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit dc4fecc)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Go documentation moved to the `go.dev` domain;

    curl -sI https://golang.org/doc/install/source#environment | grep 'location'
    location: https://go.dev/doc/install/source

Also updated some links to use https, where available.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 722e3aa)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 273f2cd)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Vaclav Struhar <[email protected]>
(cherry picked from commit be219b3)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #4528 (d9770a9) into 24.0 (98ffe42) will not change coverage.
The diff coverage is 75.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             24.0    #4528   +/-   ##
=======================================
  Coverage   59.23%   59.23%           
=======================================
  Files         288      288           
  Lines       24817    24817           
=======================================
  Hits        14701    14701           
  Misses       9234     9234           
  Partials      882      882           

@thaJeztah thaJeztah merged commit cdd81d6 into docker:24.0 Aug 25, 2023
@thaJeztah thaJeztah deleted the 24.0_backport_docs branch August 25, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants