-
Notifications
You must be signed in to change notification settings - Fork 18
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
nexus docker container in ecs #41
Comments
Hi, see #35 (comment). |
Hi, I followed the #35 and did the following changes,
FROM sonatype/nexus3:3.70.1-java11-ubi RUN rm -rf /opt/sonatype/nexus/system/com/github/alanger/nexus/plugin/nexus-pac4j-plugin/ RUN rm -rf /opt/sonatype/nexus/system/org/sonatype/nexus/nexus-repository-services/ COPY etc/nexus-default.properties /opt/sonatype/nexus/etc/nexus-default.properties ENV INSTALL4J_ADD_VM_PARAMS="-Xms512m -Xmx2048m -Djava.util.prefs.userRoot=/nexus-data/javaprefs" RUN chown nexus:nexus -R /opt/sonatype/nexus
|
Why are you not satisfied with the finished Docker image |
Hi,
I'm new to configuring nexus. I have a nexus server (docker container) hosted in ecs AWS. I tried to use the above patch by copying it to my docker container and creating a seperate docker image. I'm not sure if im doing it right. could you pls correct me?
The text was updated successfully, but these errors were encountered: