timescale/timescaledb-docker

Docker trust

zbanga opened this issue · 0 comments

Hi

When pulling and run running the repo I have to ignore the docker content trust flag.
ie

export DOCKER_CONTENT_TRUST=1 ( https://docs.docker.com/engine/security/trust/ )

docker trust inspect --pretty timescale/timescaledb:latest-pg14
no signatures or cannot access timescale/timescaledb:latest-pg14

When I disable it to export DOCKER_CONTENT_TRUST=0 I can run the docker build with no issues.

Just wondering if there are any plans to sign the image? (All good if theres no plans)