Last active
July 21, 2022 05:25
-
-
Save jdolitsky/5af783f40b7d0df0f92faab49a5f9bb8 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 -v "${PWD}":/work \ | |
distroless.dev/apko build --debug apko.yaml \ | |
factory-demo output.tar -k melange.rsa.pub \ | |
--build-arch amd64,aarch64,armv7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment