Skip to content

Commit

Permalink
test rhel 9 containerd repo
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 3, 2024
1 parent 752548a commit 7aa7e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/containerd/1.6.33/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ yum2023 containerd
yum2023 libzstd
apt24 containerd
image pause registry.k8s.io/pause:3.6

2 changes: 1 addition & 1 deletion addons/containerd/template/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rockylinux:9
RUN echo -e "fastestmirror=1\nmax_parallel_downloads=8" >> /etc/dnf/dnf.conf

RUN yum install -y yum-utils createrepo modulemd-tools epel-release
RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
RUN yum-config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
RUN mkdir -p /packages/archives

ARG VERSION
Expand Down

0 comments on commit 7aa7e9a

Please sign in to comment.