Created
July 21, 2022 05:02
-
-
Save jdolitsky/61802b43a7c791dd26dd264f91f3d58f to your computer and use it in GitHub Desktop.
Secure Your Software Factory with melange and apko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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