From 19f33f7bd40d3f09956bb5a38370c7276796bafb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:48:02 +0000 Subject: [PATCH 1/2] Initial plan From cd38a757f5ceab28cfb681e03681182b3ad28450 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:49:04 +0000 Subject: [PATCH 2/2] fix: replace deprecated MAINTAINER with LABEL in Dockerfile Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenICF/sessions/0eff164e-13f7-46f5-bb12-49f3bed3aa9d Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 466592cf..bf14da49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:25-jre-jammy -MAINTAINER Open Identity Platform Community +LABEL org.opencontainers.image.authors="Open Identity Platform Community " ENV USER="openicf" ENV OPENICF_OPTS="-server -XX:+UseContainerSupport --add-exports java.base/com.sun.jndi.ldap=ALL-UNNAMED "