free-games-claimer (latest)
Published 2023-12-28 02:28:30 +01:00 by soruh
Installation
docker pull gitea.h.glsys.de/soruh/free-games-claimer:latest
sha256:6710a43cd0cce83b20469aa846d6a1638fa011f9e6353c0ee8314e7fdcc7b081
About this package
Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:2b3b5254f38a790d40e31cb26155609f7fc99ef7bc99eae1e0d67fa9ae605f77 in / |
CMD ["/bin/bash"] |
SHELL [/bin/bash -o pipefail -c] |
ARG DEBIAN_FRONTEND=noninteractive |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/bash -o pipefail -c apt-get update && apt-get install --no-install-recommends -y curl ca-certificates gnupg && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install --no-install-recommends -y nodejs xvfb x11vnc tini novnc websockify dos2unix python3-pip && apt-get install --no-install-recommends -y libgtk-3-0 libasound2 libxcomposite1 libpangocairo-1.0-0 libpango-1.0-0 libatk1.0-0 libcairo-gobject2 libcairo2 libgdk-pixbuf-2.0-0 libdbus-glib-1-2 libxcursor1 && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /usr/share/doc/* /var/cache/* /var/lib/apt/lists/* /var/tmp/* # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/bash -o pipefail -c ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/bash -o pipefail -c pip install apprise # buildkit |
WORKDIR /fgc |
COPY package*.json ./ # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/bash -o pipefail -c npm install # buildkit |
COPY . . # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/bash -o pipefail -c dos2unix ./*.sh && chmod +x ./*.sh # buildkit |
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
ARG COMMIT= |
ARG BRANCH= |
ARG NOW= |
ENV COMMIT= |
ENV BRANCH= |
ENV NOW= |
LABEL org.opencontainers.image.title=free-games-claimer org.opencontainers.image.name=free-games-claimer org.opencontainers.image.description=Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG org.opencontainers.image.url=https://github.com/vogler/free-games-claimer org.opencontainers.image.source=https://github.com/vogler/free-games-claimer org.opencontainers.image.revision= org.opencontainers.image.ref.name= org.opencontainers.image.base.name=ubuntu:jammy org.opencontainers.image.version=latest |
ENV VNC_PORT=5900 |
ENV NOVNC_PORT=6080 |
EXPOSE map[5900/tcp:{}] |
EXPOSE map[6080/tcp:{}] |
ENV WIDTH=1920 |
ENV HEIGHT=1080 |
ENV DEPTH=24 |
ENV SHOW=1 |
ENTRYPOINT ["docker-entrypoint.sh"] |
CMD ["/bin/bash" "-o" "pipefail" "-c" "node epic-games; node prime-gaming; node gog"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.base.name | ubuntu:jammy |
org.opencontainers.image.description | Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG |
org.opencontainers.image.name | free-games-claimer |
org.opencontainers.image.ref.name | |
org.opencontainers.image.revision | |
org.opencontainers.image.source | https://github.com/vogler/free-games-claimer |
org.opencontainers.image.title | free-games-claimer |
org.opencontainers.image.url | https://github.com/vogler/free-games-claimer |
org.opencontainers.image.version | latest |