File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Build and push
5353 uses : docker/build-push-action@v6
5454 with :
55- context : ./bun/${{ matrix.tag }}
55+ context : ./bun
56+ dockerfile : ./${{ matrix.tag }}/Dockerfile
5657 platforms : linux/amd64,linux/arm64
5758 push : true
5859 tags : |
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ USER container
4242ENV USER=container HOME=/home/container
4343WORKDIR /home/container
4444
45- COPY --chmod=755 --chown=root:root ../ entrypoint.sh /entrypoint.sh
45+ COPY --chmod=755 --chown=root:root entrypoint.sh /entrypoint.sh
4646
4747HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
4848 CMD test -f /proc/1/cmdline || exit 1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ USER container
4242ENV USER=container HOME=/home/container
4343WORKDIR /home/container
4444
45- COPY --chmod=755 --chown=root:root ../ entrypoint.sh /entrypoint.sh
45+ COPY --chmod=755 --chown=root:root entrypoint.sh /entrypoint.sh
4646
4747HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
4848 CMD test -f /proc/1/cmdline || exit 1
Original file line number Diff line number Diff line change 2020# SOFTWARE.
2121#
2222
23- FROM --platform=$TARGETOS/$TARGETARCH python:3.7-alpine3.20
23+ FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim-bookworm
2424
2525LABEL author="Tyler Hodgkin" maintainer="tyler.h@nodebyte.co.uk"
2626
Original file line number Diff line number Diff line change 2020# SOFTWARE.
2121#
2222
23- FROM --platform=$TARGETOS/$TARGETARCH python:3.8-alpine3.20
23+ FROM --platform=$TARGETOS/$TARGETARCH python:3.8-slim-bookworm
2424
2525LABEL author="Tyler Hodgkin" maintainer="tyler.h@nodebyte.co.uk"
2626
Original file line number Diff line number Diff line change 2020# SOFTWARE.
2121#
2222
23- FROM --platform=$TARGETOS/$TARGETARCH python:3.9-alpine3.20
23+ FROM --platform=$TARGETOS/$TARGETARCH python:3.9-slim-bookworm
2424
2525LABEL author="Tyler Hodgkin" maintainer="tyler.h@nodebyte.co.uk"
2626
You can’t perform that action at this time.
0 commit comments