generated from oci/template
move my configs from github to here
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 5s
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 5s
This commit is contained in:
parent
4e0a2dd4b2
commit
79d2ca019d
2 changed files with 41 additions and 1 deletions
|
@ -1 +1,8 @@
|
|||
FROM alpine:3.12
|
||||
FROM eclipse-temurin:17.0.7_7-jre-alpine
|
||||
RUN apk add wget jq bash
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
|
||||
WORKDIR /data
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue