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

Add support for Docker image #119

Open
thiagofigueiro opened this issue Apr 24, 2020 · 0 comments
Open

Add support for Docker image #119

thiagofigueiro opened this issue Apr 24, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@thiagofigueiro
Copy link
Owner

thiagofigueiro commented Apr 24, 2020

Thinking off the top of my head:

  1. On first run, do something like docker run --rm -it -v $(pwd):/root nexus3-cli login
  2. Change the login command to write two files:
    1. The usual ~/.nexus3-cli
    2. An additional ~/.nexus3-cli.env
  3. On subsequent uses, use something like docker run --rm -it --env-file ~/.nexus3-cli.env CMD ...
  4. Suggest an alias to be added to the user's profile like alias nexus3='docker run ...' (i.e. the usage above)

In addition to the above, add integration tests for the docker image and publish it to docker hub (using latest for master and also the tag name for version`

@thiagofigueiro thiagofigueiro added enhancement New feature or request good first issue Good for newcomers labels Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant