-
Notifications
You must be signed in to change notification settings - Fork 19
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
Docker image #117
Comments
That's great, @krezovic - I think I'll create a separate project to build this weekly so we always have a docker image with the latest security updates. I also want to add an What do you do when you have to transfer files? Do you manually mount a volume to |
Hi, your suggestion about entrypoint sounds good. As for the file transfer, I'm not sure how it works as I haven't tried it. I've only mounted user's home dir (USER root), to be able to store nexus login credentials inside my own home dir. |
With regards to authentication, another option would be to make the If the docker container then has access to these variables, the utility could use the credentials without having to rely on a config file. |
Nice, I did not know all commands support the login options. It can be automated easily enough with a bash script. |
Any options can be passed as an environment variable - this comes for free with click. But the login options are currently only accepted with the |
Added the suggested dockerfile and a follow-up issue #119 |
This is more of an info. Feel free to either include Dockerfile here, ignore and close the issue, or link to the docker repository.
I've created an image for this module and published it at docker hub. This prevents me from installing tons of packages on a server where they shouldn't be needed, so I can automate deployment of nexus3.
https://hub.docker.com/r/krezovic/nexus3-cli
The text was updated successfully, but these errors were encountered: