Skip to content

Commit

Permalink
Merge pull request #63 from planetf1/issue55
Browse files Browse the repository at this point in the history
Correct location of jar archive in Dockerfile
  • Loading branch information
planetf1 authored Feb 7, 2023
2 parents 925c760 + 5e333f1 commit de6a3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright Contributors to the Egeria project

# This is the EGERIA version - typically passed from the ci/cd pipeline
ARG EGERIA_BASE_IMAGE=quay.io/odpi/egeria:latest
ARG EGERIA_BASE_IMAGE=quay.io/odpi/egeria
ARG EGERIA_VERSION=latest
# Must be set to help get the right files for the connextors

Expand All @@ -16,5 +16,5 @@ LABEL org.opencontainers.image.description = "Egeria with Strimzi connector" \

ENV CONNECTOR_VERSION ${CONNECTOR_VERSION}

COPY build/libs/egeria-connector-integration-topic-strimzi-${CONNECTOR_VERSION}-with-dependencies.jar /deployments/server/lib
COPY build/libs/egeria-connector-integration-topic-strimzi-${CONNECTOR_VERSION}-jar-with-dependencies.jar /deployments/server/lib

0 comments on commit de6a3f2

Please sign in to comment.