-
Notifications
You must be signed in to change notification settings - Fork 24
Images built with img
can't be uploaded to artifactory
#15
Comments
I have the same problem, using
Update: |
So I'm not sure what can cause this. I'll just add that I originally hadn't ran into this issue before. Then today I did on a new repo in artifactory I was trying to push to. First push worked, then subsequent ones gave the above error. For me it turned out to be a perms issue ... didn't have delete on the repo for the account I was using. I finally realized that when switching to I think @SimonXming example proves it doesn't have to be a perms issue ... but it seems perm issues could also cause this. |
Would you mind trying this again with the |
Using this task together with
registry-image-resource
, I'm getting weird errors from artifactory docker registry when trying to upload an image:Initially I suspected there was a problem between
registry-image-resource
and artifactory, but then I narrowed it down toimg
by building the image with docker daemon and pushing it usingregistry-image-resource
.Building the image using this task and then pushing it using the old docker-image resource (via
load_file
) works, too.GoogleContainerTools/jib#534 may or may not be related.
The issue is still reproducible with
img 0.5.6
.I'm posting this here to make it easier for other concourse users to find.
The text was updated successfully, but these errors were encountered: