Skip to content

Commit

Permalink
ci: add OCI labels
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-ritti committed Dec 2, 2024
1 parent d7d2ddb commit 608e56d
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
secrets: inherit
with:
image: php
registry: adeliom
registry: ghcr.io/agence-adeliom

dockerhub-php-doc:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.apache
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.1, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.1, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.4, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.4, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.2, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.2, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.3, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.3, apache)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - Apache"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with Apache"

# ensure www-data user exists
#RUN set -x \
# && adduser -u 82 -D -S -G www-data www-data
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.apache-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.4, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.4, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.3, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.3, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.2, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.2, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.1, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.apache-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / apache (8.1, apache-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - Apache - wkhtmltopdf"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with Apache and wkhtmltopdf"

# ensure www-data user exists
#RUN set -x \
# && adduser -u 82 -D -S -G www-data www-data
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.caddy
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ FROM caddy:${CADDY_VERSION}-alpine AS caddy-builder

FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.2, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.2, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.1, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.1, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.3, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.3, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.4, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.4, caddy)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - Caddy"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with Caddy"

RUN set -eux; \
mkdir -p \
/config/caddy \
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.caddy-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ FROM caddy:${CADDY_VERSION}-alpine AS caddy-builder

FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.2, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.2, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.1, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.1, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.4, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.4, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.3, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in php/Dockerfile.caddy-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / caddy (8.3, caddy-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - Caddy - wkhtmltopdf"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with Caddy and wkhtmltopdf"

RUN set -eux; \
mkdir -p \
/config/caddy \
Expand Down
7 changes: 7 additions & 0 deletions php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
ARG PHP_VERSION
FROM php:${PHP_VERSION}-cli-alpine

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.1, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.1, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.2, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.2, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.3, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.3, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.4, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.4, cli)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - CLI"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with CLI"


ENV COMPOSER_ALLOW_SUPERUSER='1'
ENV COMPOSER_MEMORY_LIMIT='-1'
ENV PHP_INI_MEMORY_LIMIT='-1'
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.cli-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.4, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.4, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.3, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.3, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.1, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.1, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.2, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.cli-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.2, cli-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-cli results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - CLI - wkhtmltopdf"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with CLI and wkhtmltopdf"

RUN apk add --update --no-cache \
libgcc libstdc++ libx11 glib libxrender libxext libintl \
ttf-dejavu ttf-droid ttf-freefont ttf-liberation ttf-freefont
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.fpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM php:${PHP_VERSION}-fpm-alpine

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.2, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.2, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.3, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.3, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.1, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.1, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.4, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm

View workflow job for this annotation

GitHub Actions / build-php-images / base (8.4, fpm)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-fpm-alpine results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - FPM"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with FPM"

ENV COMPOSER_ALLOW_SUPERUSER='1'
ENV COMPOSER_MEMORY_LIMIT='-1'
ENV PHP_INI_MEMORY_LIMIT='128M'
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.fpm-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.1, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.1, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.4, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.4, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.3, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.3, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.2, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.fpm-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / wkhtmltopdf (8.2, fpm-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - FPM - wkhtmltopdf"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with FPM and wkhtmltopdf"

RUN apk add --update --no-cache \
libgcc libstdc++ libx11 glib libxrender libxext libintl \
ttf-dejavu ttf-droid ttf-freefont ttf-liberation ttf-freefont
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.frankenphp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM dunglas/frankenphp:php${PHP_VERSION}

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - FrankenPHP"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with FrankenPHP"

ENV COMPOSER_ALLOW_SUPERUSER='1'
ENV COMPOSER_MEMORY_LIMIT='-1'
ENV PHP_INI_MEMORY_LIMIT='-1'
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.frankenphp-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-frankenphp

Check warning on line 3 in php/Dockerfile.frankenphp-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / frankenphp-wkhtmltopdf (8.3, frankenphp-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-frankenphp results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.frankenphp-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / frankenphp-wkhtmltopdf (8.3, frankenphp-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-frankenphp results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.frankenphp-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / frankenphp-wkhtmltopdf (8.2, frankenphp-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-frankenphp results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.frankenphp-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / frankenphp-wkhtmltopdf (8.2, frankenphp-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-frankenphp results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - FrankenPHP - wkhtmltopdf"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with FrankenPHP and wkhtmltopdf"

RUN set -x \
&& apt-get update \
&& apt-get install -y \
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.4, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.4, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.3, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.3, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.1, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.1, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.2, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.2, nginx)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - Nginx"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with Nginx"

RUN apk --update add --no-cache \
supervisor \
mailcap \
Expand Down
6 changes: 6 additions & 0 deletions php/Dockerfile.nginx-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ARG PHP_VERSION
FROM ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.3, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.3, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.1, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.1, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.4, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.4, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.2, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 3 in php/Dockerfile.nginx-wkhtmltopdf

View workflow job for this annotation

GitHub Actions / build-php-images / nginx (8.2, nginx-wkhtmltopdf)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/agence-adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL org.opencontainers.image.source=https://github.com/agence-adeliom/docker-images/tree/main/php
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Adeliom https://adeliom.com"
LABEL org.opencontainers.image.title="PHP ${PHP_VERSION} - Nginx - wkhtmltopdf"
LABEL org.opencontainers.image.description="PHP ${PHP_VERSION} Docker image with Nginx and wkhtmltopdf"

RUN apk --update add --no-cache \
supervisor \
mailcap \
Expand Down

0 comments on commit 608e56d

Please sign in to comment.