Add busybox image
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-08-16 12:21:13 -07:00
parent 48f8374e21
commit 8d3fe838bb
3 changed files with 12 additions and 0 deletions

3
busybox/README.md Normal file
View File

@ -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.

6
busybox/apko.yaml Normal file
View File

@ -0,0 +1,6 @@
include: gitea.elara.ws/elara6331/riscv-docker/static/apko.yaml@master
contents:
packages:
- busybox
- ssl_client

3
busybox/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