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

Bump nexus to 3.37.3-02 #73

Closed DmitriyStoyanov closed 2 years ago

DmitriyStoyanov commented 2 years ago

See Release notes here: https://help.sonatype.com/repomanager3/product-information/release-notes/2021-release-notes/nexus-repository-3.37.0---3.37.3-release-notes

DmitriyStoyanov commented 2 years ago

also builded new image for testing purposes scorpio2002/nexus:3.37.3

DmitriyStoyanov commented 2 years ago

Tested on our nexus instance, all looks good New temporary feature "Log4j Visualizer" works fine https://help.sonatype.com/repomanager3/nexus-repository-administration/capabilities/log4j-visualizer Enabled via Server Administration and Configuration -> System-> Capabilities

DmitriyStoyanov commented 2 years ago

It is interesting, image build in quay.io still cannot be done https://quay.io/repository/travelaudience/docker-nexus?tab=info image

And latest image here: https://quay.io/repository/travelaudience/docker-nexus?tab=tags is 3.37.1-01

Possibly better to create github workflow to build image on github on every change for test purposes and push it to image registry with specific tag from git tags and with latest tag from master branch?

For example https://github.com/marketplace/actions/push-to-registry#examples

DmitriyStoyanov commented 2 years ago

As I see, image appears in quay.io, so added MR here: Oteemo/charts#325 to bump version there also