mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
4 lines
No EOL
114 B
Text
4 lines
No EOL
114 B
Text
ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.4
|
|
FROM ${IMAGE}
|
|
|
|
RUN microdnf update && microdnf clean all |