Yousbaff
Yousbaff

Reputation: 21

The manifest digest is missing after a push to a gitlab container registry

I am trying to build a docker and send it to a container registry. When i check to container registry the manifest digest is missing.

I use those commands:

docker-compose build X.web X.webapi
docker push <destination>/<path to X.web>:tag
docker push <destination>/<path to X.webapi>:tag

When i check the container registry: the manifest digest is missing

A coworker doesn't have this problem with the same commands.

Thank you.

Upvotes: 2

Views: 17

Answers (0)

Related Questions