constellation/apko/alpine-base-user-65532.yaml
Paul Meyer 80e51d59c1 apko: use released alpine version
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-01-19 15:18:26 +01:00

26 lines
372 B
YAML

contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/v3.17/main
packages:
- alpine-base
entrypoint:
command: /bin/sh -l
accounts:
groups:
- groupname: "65532"
gid: 65532
users:
- username: "65532"
gid: 65532
uid: 65532
run-as: "65532"
environment:
PATH: /usr/sbin:/sbin:/usr/bin:/bin
archs:
- amd64
- 386