mkisofs (latest-arm64-v8)

Published 2025-04-02 03:37:32 +02:00 by volker.raschek in volker.raschek/mkisofs-docker

Installation

docker pull git.cryptic.systems/volker.raschek/mkisofs:latest-arm64-v8
sha256:03e28926009bc482b663c09ba456e59eefc10c427a3f80c1977e1bf4f1d274cd

Image Layers

ADD layer.tar.xz / # buildkit
CMD ["/bin/bash"]
ARG MKISOFS_VERSION
/bin/sh -c yum update --assumeyes && yum install --assumeyes bash bash-completion
/bin/sh -c if [ -z ${MKISOFS_VERSION+x} ]; then yum install --assumeyes xorriso; else yum install --assumeyes xorriso-${MKISOFS_VERSION}; fi
ENTRYPOINT ["/usr/bin/mkisofs"]
LABEL org.opencontainers.image.created=2025-04-02T01:35:12Z
LABEL org.opencontainers.image.revision=05b910e96b5d834e5d73f75dbdb6b3a67de8e1ca
LABEL org.opencontainers.image.source=https://git.cryptic.systems/volker.raschek/mkisofs-docker.git
LABEL org.opencontainers.image.url=https://git.cryptic.systems/volker.raschek/mkisofs-docker

Labels

Key Value
org.opencontainers.image.created 2025-04-02T01:35:12Z
org.opencontainers.image.revision 05b910e96b5d834e5d73f75dbdb6b3a67de8e1ca
org.opencontainers.image.source https://git.cryptic.systems/volker.raschek/mkisofs-docker.git
org.opencontainers.image.url https://git.cryptic.systems/volker.raschek/mkisofs-docker
Details
Container
2025-04-02 03:37:32 +02:00
188
OCI / Docker
linux/arm64
148 MiB
Versions (3) View all
latest 2025-04-02
latest-amd64 2025-04-02
latest-arm64-v8 2025-04-02