Skip to content

Commit 6d2ffcc

Browse files
committed
adding section on GitHub packages
1 parent 9766344 commit 6d2ffcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The build argument `os_name` is used to choose either Ubuntu or CentOS (e.g. pas
99
The operating system version is specified using the `os_version` build argument (e.g. passing `--build-arg os_version=7` or `--build-arg os_version=16.04` to `docker build`).
1010
When these arguments are not provided, Ubuntu 16.04 is used by default.
1111

12+
## GitHub Packages
13+
The images containing all xReg dependencies are available as GitHub packages [here](https://github.com/rg2?tab=packages&repo_name=xreg).
14+
Although these are primarily intended to be used as part of a continuous integration pipeline, others may find them useful for developing or building xReg.
15+
More images may be made available as needed/requested.
16+
1217
## List of Files
1318
* `Dockerfile.centos_dev_base`
1419
* Installs packages needed for xReg build on *CentOS* and also builds a recent version of CMake

0 commit comments

Comments
 (0)