Docker push no longer pushes *:latest tag with includeLatestTag: true
See original GitHub issueEnvironment
-
Server - VSTS
- build number: 20180920.1
-
Agent - Hosted:
- If using Hosted agent, provide agent queue name: Hosted Linux Preview
Issue Description
Could be related to #8031 ?
Over the last two days, it seems that includeLatestTag: true
has silently stopped being respected in our docker push task because we no longer get the :latest
container tag updated.
Checking the logs, it is clear that our builds no longer push to :latest and only push to :$(Build.BuildId)
based on our configuration
No errors are shown
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Pipeline always push a tag "latest" to azure container registry
the situation is that no matter true of false i set includeLatestTag, the tag "latest" is added to azure container registry when it...
Read more >Tag a Docker container as latest in Azure DevOps
This is working for me Enrico, it overwrites the "latest" version in the repo as well as creates a new independent version based...
Read more >What's Wrong With The Docker :latest Tag? - vsupalov.com
Frequent issues and misconceptions around Docker's most used image tag. ... If you are not pushing it explicitly, the :latest tag will stay...
Read more >DockerCompose@0 - Docker Compose v0 task | Microsoft Learn
Specifies Git tags when building or pushing Docker images. includeLatestTag - Include Latest Tag boolean . Optional. Use when action = Build ......
Read more >docker push - Docker Documentation
Refer to the [`docker image tag`](tag.md) reference for more information... ... The actual amount of data that's pushed will be compressed before sending, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for getting back to me. It would have been useful to provide communication or to fail builds that include
includeLatestTag: true
since we lost some time to people dev’ing against the out of date :latest containersFixed tooltip in the PR https://github.com/Microsoft/vsts-tasks/pull/8482.