docker-library / memcached

Docker Official Image packaging for memcached
http://memcached.org/
BSD 3-Clause "New" or "Revised" License
131 stars 99 forks source link

New images aren't signed via docker notary #74

Closed rhuddleston closed 2 years ago

rhuddleston commented 2 years ago

export DOCKER_CONTENT_TRUST=1 docker pull memcached:1.6.9-alpine

Everything works fine with the above

for 1.6.10 and above:

$ docker pull memcached:1.6.12-alpine No valid trust data for 1.6.12-alpine

yosifkit commented 2 years ago

Duplicate of https://github.com/docker-library/official-images/issues/6838