Skip to content

Commit

Permalink
Merge pull request #320 from reload/update-php-docker-image-shas
Browse files Browse the repository at this point in the history
Update PHP Docker image SHAs
  • Loading branch information
arnested authored Aug 31, 2024
2 parents 764ead9 + c17a910 commit 840fdd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ARG php="8.2"
## Base PHP images
FROM php:8.0-fpm-alpine@sha256:173daec831fa47844c876258a19741c7a1928524b5e1936a2b1e7c1f58ec1b12 AS php8.0

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.0, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image php:8.0-fpm-alpine@sha256:173daec831fa47844c876258a19741c7a1928524b5e1936a2b1e7c1f58ec1b12 was pulled with platform "linux/amd64", expected "linux/arm64" for current build
FROM php:8.1-fpm-alpine@sha256:a13add2aa7bdf1debe91ec56ba951823261295c907e00c2b6ffec69e842ba992 AS php8.1

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.1, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image php:8.1-fpm-alpine@sha256:a13add2aa7bdf1debe91ec56ba951823261295c907e00c2b6ffec69e842ba992 was pulled with platform "linux/amd64", expected "linux/arm64" for current build
FROM php:8.2-fpm-alpine@sha256:f445071227e858c52d0aab62372ad4a7b4f939584fd8df3ef04071f953571f1e AS php8.2
FROM php:8.3-fpm-alpine@sha256:f3249e872fc3d01493e22774d92757591d28bb8e4b20dc574ff2878a8efb68e7 AS php8.3
FROM php:8.2-fpm-alpine@sha256:747e3f4843c75203c5e6aff70429368048cbeaa2a6e79b81f1a4e700b9e05add AS php8.2

Check warning on line 6 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.2, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image php:8.2-fpm-alpine@sha256:747e3f4843c75203c5e6aff70429368048cbeaa2a6e79b81f1a4e700b9e05add was pulled with platform "linux/amd64", expected "linux/arm64" for current build
FROM php:8.3-fpm-alpine@sha256:dc3e7bef05e4e8960d1138bd6da361a05a073e0bd40cd072144691d71ec5b834 AS php8.3

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.3, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image php:8.3-fpm-alpine@sha256:dc3e7bef05e4e8960d1138bd6da361a05a073e0bd40cd072144691d71ec5b834 was pulled with platform "linux/amd64", expected "linux/arm64" for current build

## Helper images
FROM blackfire/blackfire:2@sha256:a701c54bdba874443b76ce27d2a6fbbe30e8ee517eb38823df4337b3461eef69 AS blackfire
Expand Down

0 comments on commit 840fdd1

Please sign in to comment.