mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
10 lines
145 B
Docker
10 lines
145 B
Docker
FROM scratch
|
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|
|
|
COPY prebuildfs /
|
|
|
|
COPY rootfs /
|
|
|
|
USER 1001
|
|
ENTRYPOINT [ "/contour-operator" ]
|