We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a0b83 commit 91725f3Copy full SHA for 91725f3
gxfs-catalog/Dockerfile
@@ -1,7 +1,7 @@
1
FROM maven:3-eclipse-temurin-17-alpine AS build
2
3
ARG SERVICE_VERSION=b6939bd8
4
-COPY add_merlot_pubkey.patch /add_merlot_pubkey.patch
+COPY gxfs-catalog/add_merlot_pubkey.patch /add_merlot_pubkey.patch
5
RUN apk add --no-cache git maven &&\
6
git clone -b main https://gitlab.eclipse.org/eclipse/xfsc/cat/fc-service.git &&\
7
cd /fc-service &&\
0 commit comments