mkisofs (latest-arm64-v8)

Published 2024-09-03 19:23:10 +00:00 by volker.raschek in volker.raschek/mkisofs-docker

Installation

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

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-09-03T19:21:11Z
LABEL org.opencontainers.image.revision=6dad7a9bb468d478a1d42e21679f3ec59ae7f6ef
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-09-03T19:21:11Z
org.opencontainers.image.revision 6dad7a9bb468d478a1d42e21679f3ec59ae7f6ef
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-09-03 19:23:10 +00:00
128
OCI / Docker
linux/arm64
138 MiB
Versions (3) View all
latest 2024-09-03
latest-amd64 2024-09-03
latest-arm64-v8 2024-09-03