Launcher image
This commit is contained in:
11
launcher-image/Dockerfile
Normal file
11
launcher-image/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Alpine base image
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache bash docker parallel ; \
|
||||
echo "* * * * * /bin/cron-command" >> /etc/crontabs/root
|
||||
|
||||
ADD src/* /bin/
|
||||
|
||||
CMD [ "/bin/entrypoint" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user