This commit is contained in:
parent
48f8374e21
commit
8d3fe838bb
3
busybox/README.md
Normal file
3
busybox/README.md
Normal 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
6
busybox/apko.yaml
Normal 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
3
busybox/build.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox:latest
|
Loading…
Reference in New Issue
Block a user