Add static-root and busybox-root containers

This commit is contained in:
2024-03-12 14:48:34 -07:00
parent 57114a0a13
commit 35d5a28ee3
7 changed files with 41 additions and 1 deletions

5
busybox-root/README.md Normal file
View File

@@ -0,0 +1,5 @@
# busybox-root
The [busybox-root image](https://gitea.elara.ws/Elara6331/-/packages/container/busybox-root/latest) is a basic image with the busybox utilities installed.
This image runs as root. See [busybox-root](https://gitea.elara.ws/Elara6331/riscv-docker/src/branch/master/busybox) for a rootless container.

9
busybox-root/apko.yaml Normal file
View File

@@ -0,0 +1,9 @@
include: gitea.elara.ws/elara6331/riscv-docker/static-root/apko.yaml@master
contents:
packages:
- busybox
- ssl_client
entrypoint:
command: /bin/sh

3
busybox-root/build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
set -e
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox:latest