You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images built with docker version 25 or later fail to push as shown in the below error.
For example, my task is pulling the latest docker in docker image (dind) to build my docker image. Using the latest dind tag which is docker version 26 fails, but using version 24-dind succeeds.
(sorry the formatting is misbehaving here...ugh)
- task: build_image
privileged: true
config:
platform: linux
image_resource:
type: registry-image
source:
repository: docker
tag: dind # using tag "24-dind" succeeds
We are facing the same issue where we are not able to push images built with docker 25 and newer. Initially, we suspected that it could be something related to the remote registry however we confirmed we could manually push new OCI images to the registry successfully. And then found this issue so we suspect something in the resource doesn't like the new format.
Describe the bug
Images built with docker version 25 or later fail to push as shown in the below error.
For example, my task is pulling the latest docker in docker image (dind) to build my docker image. Using the latest dind tag which is docker version 26 fails, but using version 24-dind succeeds.
(sorry the formatting is misbehaving here...ugh)
Reproduction steps
Expected behavior
Pushing an image should succeed.
cc: @xtremerui @cdmessin @pvaramballypivot
The text was updated successfully, but these errors were encountered: