KIWI 10.2.32 |
/bin/sh -c --mount=type=cache,target=/var/cache microdnf update -y --setopt install_weak_deps=0 |
/bin/sh -c --mount=type=cache,target=/var/cache microdnf install -y --setopt=install_weak_deps=0 git-core python3 && echo bot:x:25167:25167:bot:/home/bot:/bin/bash >> /etc/passwd && echo bot:x:25167: >> /etc/group && : |
/bin/sh -c --mount=type=bind,src=/app,dst=/build,from=build python3 -m venv /app && /app/bin/python3 -m pip install --no-index -f /build updatebot && : |
USER 25167:25167 |
ENTRYPOINT ["/app/bin/updatebot"] |
LABEL license=0BSD vendor='Dustin C. Hatch' version='0' name=updatebot |