Integrate Container and Website Repo's + docs restructure

This commit is contained in:
kjeld Schouten-Lebbing
2021-03-17 10:35:56 +01:00
parent e8f9ef02d4
commit c9a3f01580
364 changed files with 7580 additions and 234 deletions
View File
+12
View File
@@ -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" ]
+1
View File
@@ -0,0 +1 @@
linux/amd64
+1
View File
@@ -0,0 +1 @@
3.12