gog-manager (temp-18-latest)

Published 2026-08-02 16:42:52 +00:00 by mighty

Installation

docker pull git.mighty.cb.it/mighty/gog-manager:temp-18-latest
sha256:050dd7761f25068e693083d327d8c02f78a2ffccd46331ec713d62d7fb2f8e89

About this package

Offline GOG library: downloads, manuals, and a RomM-facing link farm

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG LGOGDOWNLOADER_VERSION=3.18
LABEL org.opencontainers.image.description=Lightweight LGOGDownloader Docker image org.opencontainers.image.version=3.18 org.opencontainers.image.source=https://github.com/v-sayapin/docker-lgogdownloader org.opencontainers.image.authors=v-sayapin <70110788+v-sayapin@users.noreply.github.com>
HEALTHCHECK &{["CMD-SHELL" "/usr/bin/lgogdownloader --check-login-status || exit 1"] "1h0m0s" "1m0s" "1h0m0s" "0s" '\x00'}
ENV HOME=/home/gog XDG_CONFIG_HOME=/config XDG_CACHE_HOME=/cache DOWNLOAD_DIR=/downloads
RUN |1 LGOGDOWNLOADER_VERSION=3.18 /bin/sh -c addgroup -g 1000 gog && adduser -u 1000 -G gog -s /bin/sh -D gog && mkdir -p "${HOME}" "${XDG_CONFIG_HOME}/lgogdownloader" "${XDG_CACHE_HOME}/lgogdownloader" "${DOWNLOAD_DIR}" && chown -R gog:gog "${HOME}" && apk add --no-cache ca-certificates && apk add --no-cache libcurl rhash jsoncpp tidyhtml tinyxml2 boost-regex boost-date_time boost-system boost-filesystem boost-program_options boost-iostreams zlib # buildkit
COPY --chown=gog:gog /usr/bin/lgogdownloader /usr/bin # buildkit
USER gog
WORKDIR /downloads
VOLUME [/config/lgogdownloader /cache/lgogdownloader /downloads]
ENTRYPOINT ["/usr/bin/lgogdownloader"]
ARG GIT_COMMIT
ARG GIT_COMMIT VERSION
LABEL org.opencontainers.image.title="gog-manager" org.opencontainers.image.description="Offline GOG library: downloads, manuals, and a RomM-facing link farm" org.opencontainers.image.source="https://git.mighty.cb.it/mighty/gog-manager" org.opencontainers.image.revision="${GIT_COMMIT}" org.opencontainers.image.version="${VERSION}"
USER root
|2 GIT_COMMIT=ac51e9cd VERSION=0.0.0 /bin/sh -c apk add --no-cache python3 py3-yaml
WORKDIR /opt/gog-manager
COPY dir:aafa2f7363938cb127c1034379423433779d5f4bf8edcc9e8aee6e92953b975f in ./src/
COPY dir:c68a1f44ab745609eec999f5c0d5992aa32d075b4138d15fd248c438a015ae0b in ./data/
COPY file:7f98afc8e01365b60c45f3dd089102419b3199ee1bd972332e1963a3268d6913 in /usr/local/bin/entrypoint.sh
|2 GIT_COMMIT=ac51e9cd VERSION=0.0.0 /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh
ENV PYTHONPATH=/opt/gog-manager/src PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 GOGM_DOWNLOADS=/downloads GOGM_CACHE=/cache/lgogdownloader GOGM_STAGING=/staging GOGM_FARM=/farm GOGM_SNAPSHOTS=/opt/gog-manager/data/snapshots GOGM_OVERRIDES=/opt/gog-manager/data/overrides GOGM_OUT=/out
|2 GIT_COMMIT=ac51e9cd VERSION=0.0.0 /bin/sh -c python3 -c "import gog_manager.cli, gog_manager.farm, gog_manager.manuals; print('package imports OK')"
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["all"]

Labels

Key Value
io.buildah.version 1.43.1
org.opencontainers.image.authors v-sayapin <70110788+v-sayapin@users.noreply.github.com>
org.opencontainers.image.description Offline GOG library: downloads, manuals, and a RomM-facing link farm
org.opencontainers.image.revision ac51e9cd
org.opencontainers.image.source https://git.mighty.cb.it/mighty/gog-manager
org.opencontainers.image.title gog-manager
org.opencontainers.image.version 0.0.0
Details
Container
2026-08-02 16:42:52 +00:00
2
OCI / Docker
linux/amd64
v-sayapin <70110788+v-sayapin@users.noreply.github.com>
23 MiB
Versions (11) View all
latest 2026-08-02
temp-28-latest 2026-08-02
temp-27-latest 2026-08-02
temp-26-latest 2026-08-02
temp-25-latest 2026-08-02