This file contains hidden or 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
apk add --no-cache | |
-X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ | |
-X http://dl-cdn.alpinelinux.org/alpine/edge/community \ | |
# Package buildah is from testing | |
buildah \ | |
# Package docker-cli is from community | |
docker-cli |
This file contains hidden or 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
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'} |