Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Docker pull not working #994

Open
mbachtell-nais opened this issue Mar 16, 2023 · 1 comment
Open

Docker pull not working #994

mbachtell-nais opened this issue Mar 16, 2023 · 1 comment

Comments

@mbachtell-nais
Copy link

🐛 Summary

A docker pull command for this skeleton is not working. It is returning a "manifest unknown" response.

To reproduce

Steps to reproduce the behavior:

  1. docker pull cisagov/con-pca-api

Expected behavior

The docker image is pulled.

Any helpful log output or screenshots

image

@mcdonnnj
Copy link
Member

mcdonnnj commented Mar 19, 2023

There is no latest (the default tag pulled if one is not specified) tag available for that image on Docker Hub. There is no latest tag because that is only used when a git tag is what triggers the workflow and this repository has yet to have a git tag or release created. You could try the nightly tag for a recent build from develop.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants