Skip to content

Commit

Permalink
Update gradle-build-dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jan 24, 2024
1 parent 97c0648 commit 0365f59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/ubi8/gradle-build-dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM gradle:latest AS BUILD
WORKDIR /opsmx/clouddriver/
COPY . .
RUN ./gradlew --no-daemon clouddriver-web:installDist -x test

Expand Down Expand Up @@ -93,7 +94,9 @@ RUN wget https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_RE
&& ln -sf /usr/local/bin/aws-iam-authenticator /usr/local/bin/heptio-authenticator-aws


COPY --from=BUILD clouddriver-web/build/install/clouddriver /opt/clouddriver
ENV APP_HOME=/opsmx/clouddriver/
WORKDIR $APP_HOME
COPY --from=BUILD $APP_HOME/clouddriver-web/build/install/clouddriver /opt/clouddriver


RUN mkdir -p /opt/jaeger
Expand Down

0 comments on commit 0365f59

Please sign in to comment.