diff --git a/busybox/README.md b/busybox/README.md new file mode 100644 index 0000000..462e5b9 --- /dev/null +++ b/busybox/README.md @@ -0,0 +1,3 @@ +# static + +The [busybox image](https://gitea.elara.ws/Elara6331/-/packages/container/busybox/latest) is a basic image with the busybox utilities installed. diff --git a/busybox/apko.yaml b/busybox/apko.yaml new file mode 100644 index 0000000..e24768b --- /dev/null +++ b/busybox/apko.yaml @@ -0,0 +1,6 @@ +include: gitea.elara.ws/elara6331/riscv-docker/static/apko.yaml@master + +contents: + packages: + - busybox + - ssl_client diff --git a/busybox/build.sh b/busybox/build.sh new file mode 100755 index 0000000..757230b --- /dev/null +++ b/busybox/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash +set -e +apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox:latest