Skip to content

dockerfile: update run mounts to stable channel#1717

Merged
AkihiroSuda merged 1 commit into
moby:masterfrom
tonistiigi:run-mount-stable
Oct 5, 2020
Merged

dockerfile: update run mounts to stable channel#1717
AkihiroSuda merged 1 commit into
moby:masterfrom
tonistiigi:run-mount-stable

Conversation

@tonistiigi

Copy link
Copy Markdown
Member
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but left one question

Comment thread hack/test
DOCKERFILE_RELEASES_CUSTOM=""
if [ "$TEST_DOCKERFILE" == 1 ]; then
if [ -z $DOCKERFILE_RELEASES ]; then
DOCKERFILE_RELEASES="mainline experimental mounts secrets ssh"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we add mounts , secrets, and ssh as aliases for the stable image, so that dockerfiles that refer that syntax will get the current stable, and not some outdated version?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or perhaps also ignore the syntax for current versions as it would now be the default, so don't (try to ) pull the frontend?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as DockerHub doesn't GC the latest mounts, secrets, and ssh images, I think it's fine? I think if secrets suddenly is supported on the mounts image that would be more confusing as an user.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no mounts, secrets channel in dockerhub. Only daily builds that in dockerfile-upstream are timestamped already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants