Skip to content

Commit

Permalink
Remove container image digest hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored and redhat-renovate-bot committed May 30, 2024
1 parent b45c010 commit 7c34aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/no_good/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8@sha256:100d23534e48465a1e00573a3535f496d4cdf39779cbc8405612d56cb31f299c
FROM quay.io/centos/centos:stream8
RUN dnf -y install dnf-plugins-core &&\
dnf -y config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo &&\
dnf -y install golang docker-ce-cli
Expand Down
2 changes: 1 addition & 1 deletion fixtures/perfect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8@sha256:100d23534e48465a1e00573a3535f496d4cdf39779cbc8405612d56cb31f299c
FROM quay.io/centos/centos:stream8

RUN dnf -y module install python39 && dnf -y install python39 python39-pip
RUN dnf -y install fio-3.19-3.el8
Expand Down

0 comments on commit 7c34aaa

Please sign in to comment.