From 4a31a1a0496848e19571d82ab21e8bfb07552045 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Mon, 27 Oct 2025 15:43:27 +0530 Subject: [PATCH] Copy aaa patch to docker image Copy aaa patch to docker image Issue-ID: OAM-527 Change-Id: I2d86b6b9d75383205683c007c718884a78f48f98 Signed-off-by: Ravi Pendurty --- distribution/oam-controller/src/main/docker/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/distribution/oam-controller/src/main/docker/Dockerfile b/distribution/oam-controller/src/main/docker/Dockerfile index 3e58760..33f36a9 100644 --- a/distribution/oam-controller/src/main/docker/Dockerfile +++ b/distribution/oam-controller/src/main/docker/Dockerfile @@ -34,10 +34,8 @@ RUN ln -s /opt/opendaylight /opt/opendaylight/current COPY --chown=odl:odl system /tmp/system RUN rsync -a --ignore-existing /tmp/system $ODL_HOME # copy patches -#COPY patches/pax-web-jetty-${odl.ops4j.version}.jar $ODL_HOME/system/org/ops4j/pax/web/pax-web-jetty/${odl.ops4j.version}/ -#COPY patches/aaa-authn-api-${odl.aaa.version}.jar $ODL_HOME/system/org/opendaylight/aaa/aaa-authn-api/${odl.aaa.version}/ -# Add Frinx patches -#COPY --chown=odl:odl frinx/org/opendaylight/netconf $ODL_HOME/system/org/opendaylight/netconf/ +COPY patches/pax-web-jetty-${odl.ops4j.version}.jar $ODL_HOME/system/org/ops4j/pax/web/pax-web-jetty/${odl.ops4j.version}/ +COPY patches/aaa-authn-api-${odl.aaa.version}.jar $ODL_HOME/system/org/opendaylight/aaa/aaa-authn-api/${odl.aaa.version}/ COPY --chown=odl:odl system/org/apache/kafka $ODL_HOME/system/org/apache/kafka RUN true -- 2.16.6