cisagov / con-pca-api

API Docker Container for Con-PCA
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Docker pull not working #994

Open mbachtell-nais opened 1 year ago

mbachtell-nais commented 1 year ago

🐛 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 commented 1 year ago

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.