Integrate Container and Website Repo's + docs restructure
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
ARG VERSION
|
||||
|
||||
FROM alpine:${VERSION}
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
tini \
|
||||
ca-certificates
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["echo", "'No can haz support yet. Chek bak l8r!'", "exit", "1337" ]
|
||||
@@ -0,0 +1 @@
|
||||
linux/amd64
|
||||
@@ -0,0 +1 @@
|
||||
3.12
|
||||
Reference in New Issue
Block a user