travelaudience / docker-nexus

A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Linux.
Apache License 2.0
43 stars 43 forks source link

Update nexus to 3.33.1 version #68

Closed DmitriyStoyanov closed 3 years ago

DmitriyStoyanov commented 3 years ago

It is interesting, but after mr merged with 3.33.1-01 version, docker image created with 3.33.0-01 tag https://quay.io/repository/travelaudience/docker-nexus?tag=latest&tab=tags image

and inside of it https://quay.io/repository/travelaudience/docker-nexus/manifest/sha256:b408533e2a8d147c5fab8458c41ebc6a6711858fee18e221499cd8eca08d4080 image

So looks like tagging issue in automation with quay.io exist

DmitriyStoyanov commented 3 years ago

aha, i see, that you have tagged with wrong tag name https://github.com/travelaudience/docker-nexus/releases/tag/3.33.0-01 instead of 3.33.1-01 or better 3.33.1 as previous pattern and in readme we have docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.33.1 and now it is not worked because image does not exist