| 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 jq && apk cache clean |
| COPY file:39e0ebea0426a425aaec9f644c91c360729b356662dcf472804419a9470c2da6 in / |
| COPY multi:85c063b2be2b6442720eee65c75df26ba5de92e79946b3cba8493da19ebe2071 in / |
| USER actionsorg.opencontainers.image.title=forge-actions/forgejo,org.opencontainers.image.description=All Forge Actions related specifically to Forgejo.,org.opencontainers.image.source=https://forge.bolzga.net/forge-actions/forgejo/src/commit/0.1.0/Containerfile,org.opencontainers.image.url=https://forge.bolzga.net/forge-actions/forgejo,org.opencontainers.image.documentation=https://forge.bolzga.net/forge-actions/forgejo/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=2d8acce1c1e357ae0dd857e8f8149241b160e3b4343804c41190b970dec4a126,org.opencontainers.image.created=2026-09-05T13-37-09+0000 |