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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@
3
3
## Introduction
4
4
The files in this directory may be used to create Docker images with builds of the xReg software.
5
5
Ubuntu and CentOS base images are supported.
6
-
The releases of exectuable programs for CentOS 7 and Ubuntu 16.04 were created using this pipeline.
6
+
The releases of exectuable programs for CentOS 7 and Ubuntu 16.04, 18.04, 20.04 were created using this pipeline.
7
7
8
8
The build argument `os_name` is used to choose either Ubuntu or CentOS (e.g. passing `--build-arg os_name=ubuntu` or `--build-arg os_name=centos` to `docker build`).
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
@@ -26,8 +31,7 @@ A copy/pastable list of shell commands is provided in [`example_commands`](examp
26
31
27
32
Specific commands are also listed below:
28
33
29
-
NOTE: all of these commands assume that the xReg repository contents are located in ~/xreg-git.
30
-
These commands were tested on MacOS 10.14.6 with Docker Desktop (community) 2.3.0.5.
34
+
NOTE: all of these commands assume that the xReg repository contents are located in `~/xreg-git`.
0 commit comments