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

Added docker image for rpi #137

Merged
merged 2 commits into from Mar 23, 2017
Merged

Added docker image for rpi #137

merged 2 commits into from Mar 23, 2017

Conversation

danielo515
Copy link
Contributor

  • Added instructions for build rpi image
  • Added npm scripts for building images

- Added instructions for build rpi image
- Added npm scripts for building images
@@ -73,7 +73,9 @@
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker cli comes from external software. I'm right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it expects the docker to be installed on the machine. This is also required if you want to follow the current instructions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you write down that into the README? Mostly for general understanding.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme updated.

@juanpicado juanpicado merged commit 4f22d6f into verdaccio:master Mar 23, 2017
@juanpicado
Copy link
Member

Thanks @danielo515 👍

@DanielRamosAcosta
Copy link

DanielRamosAcosta commented Oct 12, 2017

Where can I grab the latest rpi image? I can't find it at docker hub... 😢

@juanpicado
Copy link
Member

@DanielRamosAcosta Actually we are not shipping that image yet because until today nobody asked for it :) But, now you are asking, I have no clue since we have already one Dockerfile. Any idea?

@lock
Copy link

lock bot commented May 30, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants