almalinux8-runnerdnd (latest)
Published 2024-12-20 21:18:54 +11:00 by droneci
Installation
docker pull git.unkin.net/unkin/almalinux8-runnerdnd:latestsha256:cc3dd2b5483fd2e0528bc945163c3d8b79e331af6a5507b3496c13cbdfc558a2Image Layers
| ADD almalinux-8-default-amd64.tar.xz / # buildkit |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c rm -rf /etc/yum.repos.d/*.repo # buildkit |
| COPY files/*.repo /etc/yum.repos.d/ # buildkit |
| RUN /bin/sh -c curl -k -o internal-ca-certificates.rpm https://git.query.consul/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm # buildkit |
| RUN /bin/sh -c dnf clean all && dnf makecache # buildkit |
| RUN /bin/sh -c dnf update -y && dnf install -y curl git # buildkit |
| RUN /bin/sh -c dnf clean all && rm -rf /var/cache/dnf # buildkit |
| RUN /bin/sh -c dnf clean all && dnf makecache # buildkit |
| RUN /bin/sh -c dnf module enable -y nodejs:20 && dnf install -y nodejs # buildkit |
| RUN /bin/sh -c dnf install -y yum-utils && yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo && dnf install -y docker-ce-cli make bash git unzip # buildkit |
| RUN /bin/sh -c dnf clean all && rm -rf /var/cache/dnf # buildkit |