Skip to content

Instantly share code, notes, and snippets.

@wolfv
Created February 11, 2022 19:18
Show Gist options
  • Save wolfv/ed233077f4a4146f1603aed84998a4e6 to your computer and use it in GitHub Desktop.
Save wolfv/ed233077f4a4146f1603aed84998a4e6 to your computer and use it in GitHub Desktop.
Centos recipe
podman pull centos:${PKG_VERSION}
podman run centos:${PKG_VERSION} -n centos
podman export centos > out.tar
mkdir -p $PREFIX/images/centos/${PKG_VERSION}
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