Files
k8s-helm-manifest/Dockerfile
T
2026-04-26 17:22:42 +02:00

5 lines
115 B
Docker

FROM ubuntu:latest
# https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]