| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c mkdir --mode 0755 /etc/xdg |
| ENV XDG_DATA_DIRS="/usr/local/share:/usr/share" XDG_CONFIG_DIRS="/etc/xdg" |
| ARG USER_UID |
| ARG USER_GID USER_UID |
| ARG USER_GID USER_NAME USER_UID |
| ARG USER_GID USER_GROUP USER_NAME USER_UID |
| ARG USER_GID USER_GROUP USER_HOME USER_NAME USER_UID |
| ARG USER_GID USER_GROUP USER_HOME USER_NAME USER_SHELL USER_UID |
| |6 USER_GID=2000 USER_GROUP=actions USER_HOME=/home/actions USER_NAME=actions USER_SHELL=/sbin/nologin USER_UID=2000 /bin/sh -c addgroup -g ${USER_GID} "${USER_GROUP}" |
| |6 USER_GID=2000 USER_GROUP=actions USER_HOME=/home/actions USER_NAME=actions USER_SHELL=/sbin/nologin USER_UID=2000 /bin/sh -c adduser "${USER_NAME}" -G "${USER_GROUP}" -D -u ${USER_UID} -h "${USER_HOME}" -s "${USER_SHELL}" -g "Forge Actions user,,,," |
| |6 USER_GID=2000 USER_GROUP=actions USER_HOME=/home/actions USER_NAME=actions USER_SHELL=/sbin/nologin USER_UID=2000 /bin/sh -c echo "${USER_NAME}:10000:50000" > /etc/subuid |
| |6 USER_GID=2000 USER_GROUP=actions USER_HOME=/home/actions USER_NAME=actions USER_SHELL=/sbin/nologin USER_UID=2000 /bin/sh -c echo "${USER_NAME}:10000:50000" > /etc/subgid |
| COPY multi:541f4c75dfb7603f06a39c4dc86ad1d06e932af71220e23e0e7f2237c38f019a in / |
| COPY multi:8126c586795ce7b07c682f868bb851a2ebfa84530e1fd794364283f83ae252df in / |
| VOLUME ${USER_HOME} |
| WORKDIR ${USER_HOME} |
| USER ${USER_NAME} |
| ENTRYPOINT [ "/entrypoint.sh" ]org.opencontainers.image.title=forge-actions/alpine,org.opencontainers.image.description=Base container image for all Forge Actions running on Alpine Linux.,org.opencontainers.image.source=https://forge.bolzga.net/forge-actions/alpine/src/commit/0.1.0/Containerfile,org.opencontainers.image.url=https://forge.bolzga.net/forge-actions/alpine,org.opencontainers.image.documentation=https://forge.bolzga.net/forge-actions/alpine/src/commit/0.1.0,org.opencontainers.image.authors=Artur Ciesielski <artur.ciesielski@gmail.com>,org.opencontainers.image.vendor=bolzga.net,org.opencontainers.image.licenses=GPL-3.0-or-later,org.opencontainers.image.version=0.1.0,org.opencontainers.image.revision=537457848638a213ad0c390a00f86fe3e4072dbf151d65bec50975d21f8b53e2,org.opencontainers.image.created=2026-09-05T13-33-19+0000 |
| USER root |
| /bin/sh -c --mount=type=cache,target=/var/cache/apk,sharing=locked apk update && apk add git && apk cache clean |
| COPY file:8a3b2359f6a6e7794d9cde3d4a289f723956ebbcff3106250578c75c0fe37fa4 in /usr/local/bin/ |
| COPY multi:0ab78c4d3e1e05667515b011fa4e72f8c8d07671c2a5f43deafc839228b7a4b4 in / |
| COPY multi:86f3cfde4b7fc2c149c242b5f5ca20ab498975efb9abb8f9083468d97f027002 in / |
| USER actionsorg.opencontainers.image.title=forge-actions/pre-commit,org.opencontainers.image.description=All Forge Actions related to pre-commit checks.,org.opencontainers.image.source=https://forge.bolzga.net/forge-actions/pre-commit/src/commit/0.1.0/Containerfile,org.opencontainers.image.url=https://forge.bolzga.net/forge-actions/pre-commit,org.opencontainers.image.documentation=https://forge.bolzga.net/forge-actions/pre-commit/src/commit/0.1.0,org.opencontainers.image.authors=Artur Ciesielski <artur.ciesielski@gmail.com>,org.opencontainers.image.vendor=bolzga.net,org.opencontainers.image.licenses=GPL-3.0-or-later,org.opencontainers.image.version=0.1.0,org.opencontainers.image.revision=d66c08369d890111acee99a1263955762bc5521c409d37e725b7fbe40cf442c6,org.opencontainers.image.created=2026-09-06T00-53-39+0000 |