mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 19:06:22 +00:00
464 B
464 B
To create the base image with Wesnoth's dependencies:
docker build -t wesnoth:16.04 -f utils/dockerbuilds/travis/Dockerfile-base docker
To create the image that travis will run during a build:
docker build -t wesnoth-repo:16.04 -f utils/dockerbuilds/travis/Dockerfile-travis .
To push a new base image to Docker Hub
docker login Username: wesnoth
docker tag <Image ID from docker images
> wesnoth/wesnoth:16.04
docker push wesnoth/wesnoth:16.04