mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
add utils system image, move compat into system-images
This commit is contained in:
committed by
Aiden McClelland
parent
309b446a5c
commit
a5f5852a31
3
system-images/utils/Dockerfile
Normal file
3
system-images/utils/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk add yq jq
|
||||
6
system-images/utils/Makefile
Normal file
6
system-images/utils/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
all: utils.tar
|
||||
|
||||
utils.tar: Dockerfile
|
||||
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --tag start9/x_system/utils --platform=linux/arm64 -o type=docker,dest=utils.tar .
|
||||
BIN
system-images/utils/utils.tar
Normal file
BIN
system-images/utils/utils.tar
Normal file
Binary file not shown.
Reference in New Issue
Block a user