initial commit
This commit is contained in:
12
Dockerfile.ci
Normal file
12
Dockerfile.ci
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG TARGET_PLATFORM
|
||||
ARG BASE_IMAGE
|
||||
|
||||
FROM --platform=${TARGET_PLATFORM} ${BASE_IMAGE}
|
||||
|
||||
ARG PLATFORM_SUFFIX
|
||||
COPY /dist/rngpotd${PLATFORM_SUFFIX} /bin/rngpotd
|
||||
|
||||
ENTRYPOINT [ ]
|
||||
CMD [ "/bin/rngpotd" ]
|
||||
|
||||
USER nonroot:nonroot
|
Reference in New Issue
Block a user