We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45c010 commit 7c34aaaCopy full SHA for 7c34aaa
fixtures/no_good/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/centos/centos:stream8@sha256:100d23534e48465a1e00573a3535f496d4cdf39779cbc8405612d56cb31f299c
+FROM quay.io/centos/centos:stream8
2
RUN dnf -y install dnf-plugins-core &&\
3
dnf -y config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo &&\
4
dnf -y install golang docker-ce-cli
fixtures/perfect/Dockerfile
RUN dnf -y module install python39 && dnf -y install python39 python39-pip
RUN dnf -y install fio-3.19-3.el8
0 commit comments