-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More example images #12
base: main
Are you sure you want to change the base?
Conversation
- Rocky Linux 8.8 - Rocky Linux 9.1 - Rocky Linux 9.2 - Rocky Linux 8.8 + OFED 23.04 - Rocky Linux 9.1 + OFED 5.8 - Ubuntu 22.04 The Rocky Linux ones are all built using custom containerfiles.
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor release images don't really work unless you use the vault or a snapshot
@@ -0,0 +1,33 @@ | |||
# syntax=docker/dockerfile:1.4.3 | |||
|
|||
FROM docker.io/library/rockylinux:8.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repos in this image just pull from the main RL8 mirror, so it's not necessarily going to stay at 8.8
[baseos]
name=Rocky Linux $releasever - BaseOS
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||
FROM docker.io/library/rockylinux:8.8 | ||
|
||
ARG rocky_version=8.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
The Rocky Linux ones are all built using custom containerfiles.
Note - this adds a top-level directory for containerfiles.