mkisofs (latest-arm64-v8)

Published 2024-11-01 01:02:06 +00:00 by volker.raschek in volker.raschek/mkisofs-docker

Installation

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

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=2024-11-01T01:00:11Z
LABEL org.opencontainers.image.revision=79c91b779af505f775291df049722580e819e016
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 2024-11-01T01:00:11Z
org.opencontainers.image.revision 79c91b779af505f775291df049722580e819e016
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
2024-11-01 01:02:06 +00:00
143
OCI / Docker
linux/arm64
140 MiB
Versions (3) View all
latest 2024-11-01
latest-amd64 2024-11-01
latest-arm64-v8 2024-11-01