feat: build multiple image

This commit is contained in:
Job
2025-08-27 17:06:47 +02:00
parent fee028121c
commit 2ee75a2f91
15 changed files with 102 additions and 80 deletions

View File

@@ -0,0 +1,4 @@
FROM ghcr.io/job79/base:latest
USER root
RUN dnf -y install go
USER user

3
containers/go/config.sh Normal file
View File

@@ -0,0 +1,3 @@
for dir in "Code" "Documents" "Downloads" ".config/devcontainer"; do
arg "-v $HOME/$dir:/home/user/$dir"
done