-
Notifications
You must be signed in to change notification settings - Fork 141
Atomic pull tries to get signature files that don't exist off http sigstore #1251
Comments
I should also note the
|
|
Skopeo Version:
|
I wonder if the issue is that the skopeo command is a newer build than what the atomic command is expecting. In the debug statements, atomic is using out-dated syntax for skopeo...
I was able to manually run the following skopio command using the correct syntax and it works... so atomic is wrapping the skopio command wrong.
Also when I use the proper skopio command (that atomic fails to use), it actually pushes the image properly and stores the signatures in the atomic registry correctly... The issue is that the atomic command refers to the atomic registry by putting This need to be fixed. Also it should be noted that the |
My problem:
The issue is that when I do an
sudo atomic pull
, it tries to download signature-1 and then signature-2 but signature-2 was never generated when I previously didsudo atomic push
.I'm not sure what I'm doing wrong or if this is an actual bug. The
sudo atomic pull
command just tries to download signature-1, signature-2, signature-3, etc... even thoughsudo atomic push
only generates a singlesignature-1
file.Steps I took:
sudo atomic push
to push to atomic registry (running on a "stand-alone" openshift 3.9 docker registry configuration)sudo atomic pull
:On Image Creation workstation:
/etc/containers/registries.d/*
policy.json
atomic.conf
On Destination workstation:
/etc/containers/policy.json
/etc/containers/registries.d/*
atomic.conf:
The text was updated successfully, but these errors were encountered: