mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
11 lines
165 B
Docker
11 lines
165 B
Docker
FROM scratch
|
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|
|
|
COPY prebuildfs /
|
|
|
|
COPY rootfs /
|
|
|
|
USER 1001
|
|
ENTRYPOINT [ "/wavefront-collector" ]
|
|
CMD [ "--help" ]
|