Last active
September 9, 2022 17:30
-
-
Save jdolitsky/4ccee2b89a12a65bc690f91c1806e705 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
docker run --rm --privileged -v "${PWD}":/work \ | |
distroless.dev/melange build melange.yaml \ | |
--arch amd64,aarch64,armv7 \ | |
--repository-append packages --signing-key melange.rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment