Skip to content

Instantly share code, notes, and snippets.

@jdolitsky
Created July 21, 2022 05:02
Show Gist options
  • Save jdolitsky/61802b43a7c791dd26dd264f91f3d58f to your computer and use it in GitHub Desktop.
Save jdolitsky/61802b43a7c791dd26dd264f91f3d58f to your computer and use it in GitHub Desktop.
Secure Your Software Factory with melange and apko
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/edge/main
- '@local /work/packages'
packages:
- alpine-baselayout-data
- hello-server@local
accounts:
groups:
- groupname: nonroot
gid: 65532
users:
- username: nonroot
uid: 65532
run-as: 65532
entrypoint:
command: /usr/bin/hello-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment