mkisofs (latest-amd64)

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

Installation

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

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:37:28Z
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:37:28Z
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:41:30 +00:00
130
OCI / Docker
linux/amd64
129 MiB
Versions (3) View all
latest 2024-09-03
latest-amd64 2024-09-03
latest-arm64-v8 2024-09-03