beeper-linkedin (sha256:a50591575859fca44cf8c765575337a57d1501ca2d860301e15ab274a5c98f04)
Published 2024-04-16 13:02:38 +00:00 by therbron
Installation
docker pull git.halis.io/athens-school/beeper-linkedin@sha256:a50591575859fca44cf8c765575337a57d1501ca2d860301e15ab274a5c98f04
sha256:a50591575859fca44cf8c765575337a57d1501ca2d860301e15ab274a5c98f04
Image Layers
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
CMD ["/bin/sh"] |
ARG TARGETARCH=amd64 |
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache python3 py3-pip py3-setuptools py3-wheel py3-aiohttp py3-magic py3-ruamel.yaml py3-commonmark py3-prometheus-client py3-olm py3-cffi py3-pycryptodome py3-unpaddedbase64 py3-future py3-aiohttp-socks py3-pysocks ca-certificates su-exec bash curl git jq yq # buildkit |
COPY requirements.txt /opt/linkedin-matrix/requirements.txt # buildkit |
COPY optional-requirements.txt /opt/linkedin-matrix/optional-requirements.txt # buildkit |
WORKDIR /opt/linkedin-matrix |
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --virtual .build-deps python3-dev libffi-dev build-base && pip3 install --break-system-packages --no-cache-dir -r requirements.txt -r optional-requirements.txt && apk del .build-deps # buildkit |
COPY . /opt/linkedin-matrix # buildkit |
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache git && pip3 install --break-system-packages --no-cache-dir .[e2be] && apk del git && cp linkedin_matrix/example-config.yaml . && rm -rf linkedin_matrix .git build # buildkit |
VOLUME [/data] |
ENV UID=1337 GID=1337 |
CMD ["/opt/linkedin-matrix/docker-run.sh"] |