mkisofs (latest-amd64)

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

Installation

docker pull git.cryptic.systems/volker.raschek/mkisofs:latest-amd64
sha256:48fb2f44b7715f44ef8fce7c93ec5b10298dab62abe9345075660c7556a5d8b5

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:13:58Z
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:13:58Z
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:17:03 +00:00
145
OCI / Docker
linux/amd64
131 MiB
Versions (3) View all
latest 2024-11-01
latest-amd64 2024-11-01
latest-arm64-v8 2024-11-01