Skip to content

Commit

Permalink
Add descriptor to Dockerfiles for compatiblity with RHEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Mar 1, 2024
1 parent f40c552 commit 2591383
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/docker/Dockerfile_almalinux9
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Alma Linux 9 is binary-compatible with Red Hat Enterprise Linux (RHEL) 9.
#
# To create and run the docker container in PowerShell or Bash:
#
# $ sudo systemctl start docker # If docker engine isn't already started.
Expand Down
2 changes: 2 additions & 0 deletions share/docker/Dockerfile_centos7
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# CentOS 7 is binary-compatible with Red Hat Enterprise Linux (RHEL) 7.
#
# To create and run the docker container in PowerShell or Bash:
#
# $ sudo systemctl start docker # If docker engine isn't already started.
Expand Down
2 changes: 2 additions & 0 deletions share/docker/Dockerfile_rockylinux9
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Rocky Linux 9 is binary-compatible with Red Hat Enterprise Linux (RHEL) 9.
#
# To create and run the docker container in PowerShell or Bash:
#
# $ sudo systemctl start docker # If docker engine isn't already started.
Expand Down

0 comments on commit 2591383

Please sign in to comment.