Created
February 11, 2022 19:18
-
-
Save wolfv/ed233077f4a4146f1603aed84998a4e6 to your computer and use it in GitHub Desktop.
Centos recipe
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
podman pull centos:${PKG_VERSION} | |
podman run centos:${PKG_VERSION} -n centos | |
podman export centos > out.tar | |
mkdir -p $PREFIX/images/centos/${PKG_VERSION} |
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
context: | |
version: 7.9.2009 | |
package: | |
name: centos | |
version: '{{ version }}' | |
build: | |
number: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment