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

push to dockerhub on push to develop or master #749

Merged
merged 13 commits into from
May 3, 2021

Conversation

alexadhy
Copy link
Contributor

Did you run make format && make check? yes

Fixes: #747

Changes:

  • Builds the dockerfile in the docker/images/visor/Dockerfile
  • Tag and push the image to dockerhub if it's a push to master or develop branch
  • Added a few build-arg to the docker image creation under

How to test this PR:

  • WIP

.travis.yml Outdated Show resolved Hide resolved
docker/images/visor/Dockerfile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
@jdknives jdknives marked this pull request as ready for review April 30, 2021 12:37
Makefile Outdated Show resolved Hide resolved
Copy link
Member

@jdknives jdknives left a comment

Choose a reason for hiding this comment

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

Looks good otherwise. Will need to test it.

README.md Outdated
Docker container will create config automatically for you, should you want to run it manually, you can do:

```bash
$ docker run --rm -v <YOUR_CONFIG_DIR>:/opt/config \
Copy link
Member

Choose a reason for hiding this comment

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

We should mount the config to /opt/skywire/ as I think that is the actual path on our other installations.

@jdknives jdknives merged commit 15af73a into skycoin:develop May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants