Compare commits
No commits in common. "6923695bb54788a480253086640f42f1c10aa109" and "f11d9613cdf61c4604d0687efe4a27cad9e5ab3e" have entirely different histories.
6923695bb5
...
f11d9613cd
@ -1,5 +1,5 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
RUN apk add --no-cache go yq git gcc bash abuild
|
RUN apk add --no-cache go git gcc bash abuild
|
||||||
RUN apk add --no-cache ko --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
RUN apk add --no-cache ko --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
RUN apk add --no-cache --allow-untrusted apko --repository=https://packages.wolfi.dev/os
|
RUN apk add --no-cache --allow-untrusted apko --repository=https://packages.wolfi.dev/os
|
||||||
RUN wget -O /usr/bin/lure https://api.minio.elara.ws/adl/lure/lure-amd64 && chmod +x /usr/bin/lure
|
RUN wget -O /usr/bin/lure https://api.minio.elara.ws/adl/lure/lure-amd64 && chmod +x /usr/bin/lure
|
||||||
|
@ -20,5 +20,4 @@ for arch in pkgs/*/; do
|
|||||||
abuild-sign "$arch/APKINDEX.tar.gz"
|
abuild-sign "$arch/APKINDEX.tar.gz"
|
||||||
done
|
done
|
||||||
|
|
||||||
version_tag="gitea.elara.ws/elara6331/golang:$(lure info go-bin | yq -r .version | head -1)"
|
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/golang:latest
|
||||||
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/golang:latest "$version_tag"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user