Move containers to seperate repository

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-10 12:09:01 +02:00
parent ea9f4e7a6b
commit 76d1d303fd
43 changed files with 0 additions and 919 deletions
View File
-6
View File
@@ -1,6 +0,0 @@
ARG VERSION
FROM ghcr.io/k8s-at-home/alpine:v${VERSION}
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["echo", "'No can haz support yet. Chek bak l8r!'", "exit", "1337" ]
-1
View File
@@ -1 +0,0 @@
linux/amd64
-1
View File
@@ -1 +0,0 @@
3.14.2
-7
View File
@@ -1,7 +0,0 @@
#!/usr/bin/env bash
TOKEN=$(curl https://ghcr.io/token\?scope\="repository:k8s-at-home/alpine:pull" | jq --raw-output '.[]')
version=$(curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/k8s-at-home/alpine/tags/list | jq --raw-output '.tags[]' | grep -v latest | grep -v buildcache | tail -n1)
version="${version#*v}"
version="${version#*release-}"
echo "${version}"