We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: