You must login to view /gitea/alpine-act/raw/branch/main/Dockerfile.
The GitHub option should be usable for most people, it only links via username.

Files
Podman/newuidmap/main.go

16 lines
214 B
Go

package main
import (
"os"
"gitea.narnian.us/lordwelch/Podman"
)
func main() {
if os.Getenv("GOKRAZY_FIRST_START") == "1" {
Podman.WriteSubids("/etc/subuid")
os.Exit(125)
}
Podman.NewIDMap("uid_map")
}