docker: No valid trust data for 3.9.5-slim

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

@raratiru

Description

I am updating a docker-container and I realized that the python version is still 3.9.0.

The issue:

$ export DOCKER_CONTENT_TRUST=1
$ docker run -it --rm --name container_name python:3.9.5-slim bash
docker: No valid trust data for 3.9.5-slim.

The trap:

$ export DOCKER_CONTENT_TRUST=1
$ docker run -it --rm --name container_name python:3.9-slim bash  # 3.9-slim NOT 3.9.5-slim
# echo $PYTHON_VERSION
3.9.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions