set sha for base image (#1276)

Provides more consistency and integrity to base image by including sha
This commit is contained in:
Trevor Bossert 2023-09-01 11:30:32 -07:00 committed by GitHub
parent 95c3e17af0
commit 30cdc19cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM quay.io/unstructured-io/base-images:rocky9.2-3 as base
FROM quay.io/unstructured-io/base-images:rocky9.2-3@sha256:004db0842ff6d99622cac0c08feac15be16fdddfe19eab003d4be72b6dc1a8e9 as base
# NOTE(crag): NB_USER ARG for mybinder.org compat:
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html