question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker push no longer pushes *:latest tag with includeLatestTag: true

See original GitHub issue

Environment

  • 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

13reactions
billytrendcommented, Sep 24, 2018

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 containers

1reaction
vithaticommented, Oct 3, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found