baseimage-alpine image by linuxserver.io
COPY /root-out/ / # buildkit |
ARG BUILD_DATE |
ARG VERSION |
ARG MODS_VERSION=v3 |
ARG PKG_INST_VERSION=v1 |
ARG LSIOWN_VERSION=v1 |
LABEL build_version=Linuxserver.io version:- 71d60123-ls63 Build-date:- 2024-06-19T17:02:11+00:00 |
LABEL maintainer=TheLamer |
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
RUN |5 BUILD_DATE=2024-06-19T17:02:11+00:00 VERSION=71d60123-ls63 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl findutils jq netcat-openbsd procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
COPY root/ / # buildkit |
ENTRYPOINT ["/init"] |
ARG BUILD_DATE |
ARG VERSION |
ARG HEADPHONES_COMMIT |
LABEL build_version=Linuxserver.io version:- Build-date:- |
LABEL maintainer=aptalca |
ENV TZ=Etc/UTC |
COPY patches/ /tmp/patches/ # buildkit |
RUN |3 BUILD_DATE= VERSION= HEADPHONES_COMMIT= /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies build-base && echo "**** install runtime packages ****" && apk add --no-cache ffmpeg flac mc python3 && echo "**** compile shntool *** *" && mkdir -p /tmp/shntool && tar xf /tmp/patches/shntool-3.0.10.tar.gz -C /tmp/shntool --strip-components=1 && cp /tmp/patches/config.* /tmp/shntool && cd /tmp/shntool && ./configure --infodir=/usr/share/info --localstatedir=/var --mandir=/usr/share/man --prefix=/usr --sysconfdir=/etc && make && make install && echo "**** install headphones ****" && mkdir -p /app/headphones && if [ -z ${HEADPHONES_COMMIT+x} ] ; then HEADPHONES_COMMIT=$(curl -sX GET "https://api.github.com/repos/rembo10/headphones/commits/master" | jq -r .sha); fi && curl -o /tmp/headphones.tar.gz -sL "https://github.com/rembo10/headphones/archive/${HEADPHONES_COMMIT}.tar.gz" && tar xf /tmp/headphones.tar.gz -C /app/headphones --strip-components=1 && echo ${HEADPHONES_COMMIT} > /app/headphones/version.txt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/* /usr/lib/*.la # buildkit |
COPY root/ / # buildkit |
EXPOSE map[8181/tcp:{}] |
VOLUME [/config] |
Key |
Value |
build_version |
Linuxserver.io version:- Build-date:- |
maintainer |
aptalca |
org.opencontainers.image.authors |
linuxserver.io |
org.opencontainers.image.created |
2024-06-19T17:02:11+00:00 |
org.opencontainers.image.description |
baseimage-alpine image by linuxserver.io |
org.opencontainers.image.documentation |
https://docs.linuxserver.io/images/docker-baseimage-alpine |
org.opencontainers.image.licenses |
GPL-3.0-only |
org.opencontainers.image.ref.name |
88f359f5a01262b99dfd3b0868899b14677fefd9 |
org.opencontainers.image.revision |
88f359f5a01262b99dfd3b0868899b14677fefd9 |
org.opencontainers.image.source |
https://github.com/linuxserver/docker-baseimage-alpine |
org.opencontainers.image.title |
Baseimage-alpine |
org.opencontainers.image.url |
https://github.com/linuxserver/docker-baseimage-alpine/packages |
org.opencontainers.image.vendor |
linuxserver.io |
org.opencontainers.image.version |
71d60123-ls63 |