See sonatype/docker-nexus3@bd57cee
Recreating the nexus service (likely after repulling) led to issues when trying to authenticate to populate the repository. While the password was previously assumed to be admin123 (and hardcoded in the script), I retrieved it by shelling into the container and reading the content of admin.password.
Either we can include some logic to read this password and pass it to the initialization script or we could try and override it, possibly by creating a custom admin.password file under nexus-data
See sonatype/docker-nexus3@bd57cee
Recreating the nexus service (likely after repulling) led to issues when trying to authenticate to populate the repository. While the password was previously assumed to be
admin123(and hardcoded in the script), I retrieved it by shelling into the container and reading the content ofadmin.password.Either we can include some logic to read this password and pass it to the initialization script or we could try and override it, possibly by creating a custom
admin.passwordfile undernexus-data