Skip to content

Commit

Permalink
Verify downloaded RPM checksum again
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark committed Sep 15, 2024
1 parent e4b0e68 commit 13b50af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY vscode.repo /etc/yum.repos.d/vscode.repo
COPY microsoft-release-public-key.asc /etc/pki/rpm-gpg/microsoft-release-public-key.asc

ADD https://desktop.docker.com/linux/main/amd64/160616/docker-desktop-x86_64.rpm /docker-desktop-x86_64.rpm
RUN --mount=type=bind,source=checksums,target=/checksums,z sha256sum -c checksums

# Copying the pattern for installing Docker Desktop from here
# https://github.com/coreos/rpm-ostree/issues/233#issuecomment-1301194050
Expand Down

0 comments on commit 13b50af

Please sign in to comment.