Docker image used for building OpenRS2 projects in Drone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Graham 1816c20746 Remove mkdir hack 2 years ago
.gitignore Add Dockerfile for building OpenRS2 in Drone 4 years ago
Dockerfile Remove mkdir hack 2 years ago
LICENSE Add Dockerfile for building OpenRS2 in Drone 4 years ago
README.md Replace openrs2.dev with openrs2.org 2 years ago

README.md

OpenRS2 Docker Image

Building

docker build -t registry.openrs2.org/openrs2-dev .

Deploying

Pushes must be made via a different hostname to work around the registry's compatibility with nginx authentication.

docker login registry-admin.openrs2.org
docker tag registry{,-admin}.openrs2.org/openrs2-dev
docker push registry-admin.openrs2.org/openrs2-dev

License

OpenRS2 is available under the terms of the ISC license, which is similar to the 2-clause BSD license. The full copyright notice and terms are available in the LICENSE file.