Start looking into issue#445 on CoreOS Assembler:
- xz format
- lzma algo
Taking notes:
- gzip uses DEFLATE algorithm
- xz uses LZMA2
- Process of
cosa init && cosa build && cosa run:- download a
cosaimage that has all of the scripts installed - spin up a container using the image just downloaded
- spin up a vm that built from the local fcos image that is built with
FCOS config, inside thecosacontainer
- download a
Run:
podman images && podman rmi IMAGE_ID
Related links: