mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-03-19 21:02:06 +00:00
Compare commits
4 Commits
ee91a3f203
...
0ecfea6b44
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ecfea6b44 | ||
|
|
855eef393c | ||
|
|
65acd636ee | ||
|
|
95a7997904 |
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -32,13 +32,13 @@ jobs:
|
|||||||
arch: ["linux/amd64", "linux/arm64"]
|
arch: ["linux/amd64", "linux/arm64"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
||||||
|
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|||||||
4
.github/workflows/pr-build.yml
vendored
4
.github/workflows/pr-build.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
arch: ["linux/amd64", "linux/arm64"]
|
arch: ["linux/amd64", "linux/arm64"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set result filename
|
- name: Set result filename
|
||||||
id: resultfile
|
id: resultfile
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
||||||
|
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|||||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -29,4 +29,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run PR Lint
|
- name: Run PR Lint
|
||||||
# https://github.com/ivuorinen/actions
|
# https://github.com/ivuorinen/actions
|
||||||
uses: ivuorinen/actions/pr-lint@cbfddb24339ba1e0129cc50ab5a0045131b8a2ba # v2026.01.13
|
uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
||||||
FROM php:7.4@sha256:620a6b9f4d4feef2210026172570465e9d0c1de79766418d3affd09190a7fda5
|
FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
||||||
FROM php:8.0@sha256:0569e384b9064c04dec55dc6e41be41b494a878dfbb6577a7d76bd50cfd5bc00
|
FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
||||||
FROM php:8.1@sha256:a57aba6a50bbb85fcd6fffaf45048c9f54a9cdec0e64d0cb5985d4d1a44e2634
|
FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
||||||
FROM php:8.2@sha256:ed4385b854a7ef4aeee1108c75333443d64c937faaf7c7d28bf63a436df06428
|
FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
||||||
FROM php:8.3@sha256:2643907fd60518306cfe9b68ac1e969065e55362b685b16b1c2b333af1e494ef
|
FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
|
||||||
FROM php:8.4@sha256:9eddbbdc9dc382a1e40d1d41ef5306ca00dbf088e3ba066f08717827d699592e
|
FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \
|
||||||
|
|||||||
Reference in New Issue
Block a user