Skip to content

Commit

Permalink
add almalinux 9 yum repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wguanicedew committed Nov 22, 2024
1 parent 20e5a9e commit f06e065
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG PYTHON_VERSION

MAINTAINER PanDA team

COPY docker/yum.repos.d/almalinux-appstream_1.repo /etc/yum.repos.d/
COPY docker/yum.repos.d/almalinux-baseos_1.repo /etc/yum.repos.d/

RUN yum update -y
RUN yum install -y epel-release

Expand Down Expand Up @@ -135,4 +138,4 @@ ENTRYPOINT ["start-daemon.sh"]
STOPSIGNAL SIGINT

EXPOSE 8443 8080 8000
CMD ["all"]
CMD ["all"]
11 changes: 11 additions & 0 deletions docker/yum.repos.d/almalinux-appstream_1.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[appstream-official]
name=AlmaLinux $releasever - AppStream
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream
# baseurl=https://repo.almalinux.org/almalinux/$releasever/AppStream/$basearch/os/
enabled=1
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
metadata_expire=86400
enabled_metadata=1
priority=99
11 changes: 11 additions & 0 deletions docker/yum.repos.d/almalinux-baseos_1.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[baseos-official]
name=AlmaLinux $releasever - BaseOS
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos
# baseurl=https://repo.almalinux.org/almalinux/$releasever/BaseOS/$basearch/os/
enabled=1
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
metadata_expire=86400
enabled_metadata=1
priority=99

0 comments on commit f06e065

Please sign in to comment.