mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-12 15:42:19 +00:00
set sha for base image (#1276)
Provides more consistency and integrity to base image by including sha
This commit is contained in:
parent
95c3e17af0
commit
30cdc19cba
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user