Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
build:
uses: specsnl/github-actions/.github/workflows/build-php.yml@1.1.1
uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1
strategy:
fail-fast: false
matrix:
Expand All @@ -38,7 +38,7 @@ jobs:
dockerfile: ${{ matrix.docker.dockerfile }}

merge:
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1
needs: build
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build:
uses: specsnl/github-actions/.github/workflows/build-php.yml@1.1.1
uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1
strategy:
fail-fast: false
matrix:
Expand All @@ -37,7 +37,7 @@ jobs:
dockerfile: ${{ matrix.docker.dockerfile }}

merge:
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1
needs: build
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
build:
uses: specsnl/github-actions/.github/workflows/build-php.yml@1.1.1
uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1
strategy:
fail-fast: false
matrix:
Expand All @@ -38,7 +38,7 @@ jobs:
dockerfile: ${{ matrix.docker.dockerfile }}

merge:
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1
needs: build
strategy:
matrix:
Expand Down
11 changes: 9 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
FROM php:8.5.4-apache-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

ARG XDG_CONFIG_HOME=/config
ENV XDG_CONFIG_HOME=$XDG_CONFIG_HOME

Expand All @@ -28,7 +30,7 @@ ENV SMTPEHLO=localhost
WORKDIR /var/www

# Latest version of Pie: https://github.com/php/pie/releases
COPY --from=ghcr.io/php/pie:1.3.10-bin /pie /usr/bin/pie
COPY --from=ghcr.io/php/pie:1.4.0-bin /pie /usr/bin/pie

RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
Expand Down Expand Up @@ -139,6 +141,9 @@ COPY files /

FROM runtime AS builder

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive

# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
ARG PHIVE_VERSION=0.16.0
# Latest version of Composer: https://getcomposer.org/download
Expand Down Expand Up @@ -192,7 +197,6 @@ ARG USER=code
ARG GROUP=code
ARG USER_UID=1000
ARG USER_GID=1000
ARG TARGETARCH

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -232,6 +236,9 @@ EOF
FROM builder AS builder_nodejs

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive

ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
12 changes: 9 additions & 3 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
FROM php:8.5.4-fpm-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

ARG XDG_CONFIG_HOME=/config
ENV XDG_CONFIG_HOME=$XDG_CONFIG_HOME

Expand All @@ -28,7 +30,7 @@ ENV SMTPEHLO=localhost
WORKDIR /var/www

# Latest version of Pie: https://github.com/php/pie/releases
COPY --from=ghcr.io/php/pie:1.3.10-bin /pie /usr/bin/pie
COPY --from=ghcr.io/php/pie:1.4.0-bin /pie /usr/bin/pie

RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
Expand Down Expand Up @@ -139,6 +141,9 @@ COPY files /

FROM runtime AS builder

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive

# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
ARG PHIVE_VERSION=0.16.0
# Latest version of Composer: https://getcomposer.org/download
Expand All @@ -148,7 +153,6 @@ ARG XDEBUG_VERSION=3.5.1
# Latest version of pcov: https://packagist.org/packages/pecl/pcov
ARG PCOV_VERSION=1.0.12


RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
# Needed for xdebug extension configuration
Expand Down Expand Up @@ -193,7 +197,6 @@ ARG USER=code
ARG GROUP=code
ARG USER_UID=1000
ARG USER_GID=1000
ARG TARGETARCH

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -233,6 +236,9 @@ EOF
FROM builder AS builder_nodejs

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive

ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
11 changes: 9 additions & 2 deletions frankenphp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Latest version of FrankenPHP base image: https://hub.docker.com/r/dunglas/frankenphp/tags
FROM dunglas/frankenphp:1.12.1-php8.5.4-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

ARG XDG_CONFIG_HOME=/config
ENV XDG_CONFIG_HOME=$XDG_CONFIG_HOME

Expand Down Expand Up @@ -32,7 +34,7 @@ ENV FRANKENPHP_CONFIG=""
WORKDIR /var/www

# Latest version of Pie: https://github.com/php/pie/releases
COPY --from=ghcr.io/php/pie:1.3.10-bin /pie /usr/bin/pie
COPY --from=ghcr.io/php/pie:1.4.0-bin /pie /usr/bin/pie

RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
Expand Down Expand Up @@ -143,6 +145,9 @@ COPY files /

FROM runtime AS builder

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive

# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
ARG PHIVE_VERSION=0.16.0
# Latest version of Composer: https://getcomposer.org/download
Expand Down Expand Up @@ -196,7 +201,6 @@ ARG USER=code
ARG GROUP=code
ARG USER_UID=1000
ARG USER_GID=1000
ARG TARGETARCH

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -236,6 +240,9 @@ EOF
FROM builder AS builder_nodejs

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive

ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down