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

Allow DOCKER_FORCE_PUSH for test images. #11180

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

copybara-service[bot]
Copy link

Allow DOCKER_FORCE_PUSH for test images.

The push-* command skips rebuild and image push w/ latest tag when a image
tag exists remotely. Most of gVisor test images have never got a chance to be
tagged because they already exist when DOCKER_PUSH_AS_LATEST was introduced.

We shouldn't enable DOCKER_FORCE_PUSH in our pipelines, it is better to be a
one off tool when the latest tag of an image is missing from remote repos.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Nov 15, 2024
The push-* command skips rebuild and image push w/ `latest` tag when a image
tag exists remotely. Most of gVisor test images have never got a chance to be
tagged because they already exist when `DOCKER_PUSH_AS_LATEST` was introduced.

We shouldn't enable DOCKER_FORCE_PUSH in our pipelines, it is better to be a
one off tool when the `latest` tag of an image is missing from remote repos.

PiperOrigin-RevId: 696823576
@copybara-service copybara-service bot merged commit 39a6242 into master Nov 15, 2024
0 of 2 checks passed
@copybara-service copybara-service bot deleted the test/cl696573253 branch November 15, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant