Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(digests): update dockerfile base images #526

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/golang-1.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

ARG BASE_IMAGE="docker.io/golang:1.17-stretch"

FROM docker.io/golang@sha256:a49b4952c45d08591cb837a2c9c9385852fd4d2912007406c6b4417d75833521
FROM docker.io/golang@sha256:2996c0e10f27cd7d3e2c1ac4badf80f423c81793540b4af89b3d75331ee22597

#{INCLUDE:../base.dockerfile}
2 changes: 1 addition & 1 deletion dockerfiles/nodejs10-ubi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

ARG BASE_IMAGE="registry.access.redhat.com/ubi8/nodejs-10"

FROM registry.access.redhat.com/ubi8/nodejs-10@sha256:59610c6b73172e4c7d3b0a84efeeecba478180fdfd8523e85c9674f88cca4adf
FROM registry.access.redhat.com/ubi8/nodejs-10@

#{INCLUDE:../base.dockerfile}