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

Switch to JAR-based deployment for Docker image #15

Closed

Conversation

vmax
Copy link
Contributor

@vmax vmax commented Nov 3, 2021

This pull request makes the following changes:

  • compile and put JAR instead of Karaf module for Docker image

It relates to the following issue #s:

@cmanzur
Copy link

cmanzur commented Aug 12, 2022

Thanks! This worked for me! Why is it not merged?

@bhamail
Copy link
Contributor

bhamail commented Nov 7, 2022

Apologies for the slow reply. I don't think this is still and issue because I was able to use the following commands to build and launch the docker image:

  1. mvn clean package
  2. docker build -t nexus-repository-cargo .
  3. docker run -d -p 8081:8081 --name nexus-repository-cargo nexus-repository-cargo
  4. (wait for container to spin up, then): docker exec -it nexus-repository-cargo cat /nexus-data/admin.password && echo

Please post a new issue if the problem still exists.

@bhamail bhamail closed this Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Karaf-based Docker image fails to initialize
3 participants