-
Make sure you are a part of the arcsproject Docker hub organization.
-
Log into your docker account on your host machine.
docker login [--password <pass>][--username <user>]
-
Build the docker image from the project root:
docker build -f tools/Dockerfile.CI -t <tag-name-of-image> .
-
Get the ID of the image you just built.
docker images
-
Tag the image-to-upload to associate it with the target repository
docker tag <image-from-last-step> arcsproject/travis-build:latest
-
Push the image
docker push arcsproject/travis-build:latest
tools
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||