Skip to content
New issue

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

Manifest Lists Break Static Site Generation and Server #178

Open
mcrosson opened this issue Mar 15, 2019 · 0 comments
Open

Manifest Lists Break Static Site Generation and Server #178

mcrosson opened this issue Mar 15, 2019 · 0 comments

Comments

@mcrosson
Copy link

When using the docker manifest option the static site generator/server will throw an error when viewing tags.

The main list of repo's shows but clicking through to the details of the repo will fail.

It looks like a 404 error is thrown by the registry when the get runs for the manifests api endpoint which won't have entries for the manifest list label.

Sample commands to re-create the issue

docker tag registry.lollipopcloud.solutions/arm64v8/watchtower:latest registry.lollipopcloud.solutions/arm/watchtower:arm64v8-latest
docker tag registry.lollipopcloud.solutions/arm32v6/watchtower:latest registry.lollipopcloud.solutions/arm/watchtower:arm32v6-latest
docker tag registry.lollipopcloud.solutions/arm64v8/watchtower:v0.3.0 registry.lollipopcloud.solutions/arm/watchtower:arm64v8-v0.3.0
docker tag registry.lollipopcloud.solutions/arm32v6/watchtower:v0.3.0 registry.lollipopcloud.solutions/arm/watchtower:arm32v6-v0.3.0

docker push registry.lollipopcloud.solutions/arm/watchtower:arm64v8-latest
docker push registry.lollipopcloud.solutions/arm/watchtower:arm32v6-latest
docker push registry.lollipopcloud.solutions/arm/watchtower:arm64v8-v0.3.0
docker push registry.lollipopcloud.solutions/arm/watchtower:arm32v6-v0.3.0

docker manifest create registry.lollipopcloud.solutions/arm/watchtower:latest \
    registry.lollipopcloud.solutions/arm/watchtower:arm64v8-latest \
    registry.lollipopcloud.solutions/arm/watchtower:arm32v6-latest

docker manifest push registry.lollipopcloud.solutions/arm/watchtower:latest
@mcrosson mcrosson changed the title Manifest Lists Break Lists Manifest Lists Break Static Site Generation and Server Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant