You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ The build argument `os_name` is used to choose either Ubuntu or CentOS (e.g. pas
9
9
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`).
10
10
When these arguments are not provided, Ubuntu 16.04 is used by default.
11
11
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
+
12
17
## List of Files
13
18
*`Dockerfile.centos_dev_base`
14
19
* Installs packages needed for xReg build on *CentOS* and also builds a recent version of CMake
0 commit comments