Skip to content
Open
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
2 changes: 1 addition & 1 deletion build/.docker/orchestrated.bake.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG POSTGRES_VERSION="15"
ARG POSTGRES_VERSION="18"
ARG MYSQL_VERSION="latest"
ARG MARIADB_VERSION="latest"

FROM fedora:43 AS ds-base

LABEL maintainer Euro-Office

Check warning on line 7 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (arm64, euro-office, documentserver, cluster-docs, cluster-example, cluster-utils)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 7 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (arm64, nextcloud-office, nextcloud-office-documentserver, nextcloud-office-cluster-docs, n...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 7 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (amd64, euro-office, documentserver, cluster-docs, cluster-example, cluster-utils)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 7 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (amd64, nextcloud-office, nextcloud-office-documentserver, nextcloud-office-cluster-docs, n...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG COMPANY_NAME_LOW=euro-office
ARG DS_VERSION_HASH
Expand Down Expand Up @@ -251,7 +251,7 @@


FROM node:22-alpine3.19 AS example
LABEL maintainer Euro-Office

Check warning on line 254 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (arm64, euro-office, documentserver, cluster-docs, cluster-example, cluster-utils)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 254 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (arm64, nextcloud-office, nextcloud-office-documentserver, nextcloud-office-cluster-docs, n...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 254 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (amd64, euro-office, documentserver, cluster-docs, cluster-example, cluster-utils)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 254 in build/.docker/orchestrated.bake.Dockerfile

View workflow job for this annotation

GitHub Actions / build (amd64, nextcloud-office, nextcloud-office-documentserver, nextcloud-office-cluster-docs, n...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US:en \
Expand Down
Loading