From 8d3fe838bb799fd9ef61ac419b05223493ea9970 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 16 Aug 2023 12:21:13 -0700 Subject: [PATCH] Add busybox image --- busybox/README.md | 3 +++ busybox/apko.yaml | 6 ++++++ busybox/build.sh | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 busybox/README.md create mode 100644 busybox/apko.yaml create mode 100755 busybox/build.sh 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