mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
93 stars 18 forks source link

Dockerfile source #30

Closed allenpetersen closed 11 months ago

allenpetersen commented 11 months ago

Could you provide the source Dockerfile for mschnitzer/asa-linux-server please? I would like to inspect what I'm running. I don't understand what is happening with the single "KIWI 9.24.43" layer.

mschnitzer commented 11 months ago

There's no dockerfile, the image is built with kiwi-ng:

If you prefer building your own image instead of relying on my pre-built image, you need to install kiwi-ng and run my Makefile.

mschnitzer commented 11 months ago

Adding more context:

kiwi is a tool that allows you to build images in several formats (e.g. qcow2, oci container images, iso, etc.) based on one image description (click). This profile describes what packages are being installed inside the container and during bootstrapping. Once the image is ready, there's a bash script executed at the end of the build process that allows for modifications on a file system level inside of the image (click).

This is how the container image is being built, it's an alternative way to build a container image.

mschnitzer commented 11 months ago

@allenpetersen has your question been answered?

mschnitzer commented 11 months ago

Please reopen if you have any further questions.