I am trying to follow instructions but when I get to the actual docker pull command (with trust enabled):
# docker pull maxking/mailman-core:release
I get an error message:
No trust data for release
I have tried adding various tags but no changes.
What am I doing wrong?
Thanks.
-Tom
Hi Tom,
On Sat, Sep 9, 2017, at 05:10 AM, Tom Browder wrote:
I am trying to follow instructions but when I get to the actual docker pull command (with trust enabled):
# docker pull maxking/mailman-core:release
Please use one of the released versions as tag for the images. Right now, "0.1", "0.1.1" as tag should get you the latest released container images.
I get an error message:
No trust data for release
This may or may not be a valid image tag, but definitely doesn't have any signature associated with it as release versions.
I have tried adding various tags but no changes.
What am I doing wrong?
Thanks.
-Tom
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Hope that helps!
-- Abhilash Raj maxking@asynchronous.in
On Sat, Sep 9, 2017 at 13:50 Abhilash Raj <maxking@asynchronous.in> wrote:
Hi Tom,
On Sat, Sep 9, 2017, at 05:10 AM, Tom Browder wrote:
I am trying to follow instructions but when I get to the actual docker pull command (with trust enabled):
# docker pull maxking/mailman-core:release
Please use one of the released versions as tag for the images. Right now, "0.1", "0.1.1" as tag should get you the latest released container images.
Okay, so I should go the "no trust" route?
-Tom
On Sat, Sep 9, 2017, at 04:41 PM, Tom Browder wrote:
On Sat, Sep 9, 2017 at 13:50 Abhilash Raj <maxking@asynchronous.in> wrote:>> Hi Tom,
On Sat, Sep 9, 2017, at 05:10 AM, Tom Browder wrote:
I am trying to follow instructions but when I get to the actual docker>> > pull command (with trust enabled):
# docker pull maxking/mailman-core:release
Please use one of the released versions as tag for the images. Right>> now, "0.1", "0.1.1" as tag should get you the latest released container>> images.
Okay, so I should go the "no trust" route?
$ docker pull maxking/mailman-core:0.1
^ This should work with DOCKER_CONTENT_TRUST "enabled".
-Tom
-- Abhilash Raj maxking@asynchronous.in
participants (2)
-
Abhilash Raj
-
Tom Browder