Skip to content

Commit 7c34aaa

Browse files
webbnhredhat-renovate-bot
authored andcommitted
Remove container image digest hashes
1 parent b45c010 commit 7c34aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/no_good/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/centos/centos:stream8@sha256:100d23534e48465a1e00573a3535f496d4cdf39779cbc8405612d56cb31f299c
1+
FROM quay.io/centos/centos:stream8
22
RUN dnf -y install dnf-plugins-core &&\
33
dnf -y config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo &&\
44
dnf -y install golang docker-ce-cli

fixtures/perfect/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/centos/centos:stream8@sha256:100d23534e48465a1e00573a3535f496d4cdf39779cbc8405612d56cb31f299c
1+
FROM quay.io/centos/centos:stream8
22

33
RUN dnf -y module install python39 && dnf -y install python39 python39-pip
44
RUN dnf -y install fio-3.19-3.el8

0 commit comments

Comments
 (0)