Skip to content

Commit

Permalink
fix(4.4): update to 9415661dd718b8025bffc9970ef330d298fb74f6 (4.4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed May 2, 2024
1 parent 321184e commit 3972d3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /build/midpoint-localization
# && mvn clean install \
# && git clean -df

ARG LOCALIZATION_RELEASE_REVISION=cd76258e5f84205276474badea1eb5112af686b8
ARG LOCALIZATION_RELEASE_REVISION=3b1abe59c20af2469a6e5df20420a51b1bbe0a9a
RUN git pull && git checkout $LOCALIZATION_RELEASE_REVISION \
&& mvn clean install \
&& git clean -df
Expand All @@ -28,7 +28,7 @@ RUN git clone --branch support-4.4 --single-branch https://github.com/Evolveum/p

WORKDIR /build/prism

ARG PRISM_RELEASE_REVISION=8e1bb771825b30001ad7893df8632b475ef20702
ARG PRISM_RELEASE_REVISION=9cc3524f2d52982437c82c8af6ce1ed6f0924290
RUN git pull && git checkout $PRISM_RELEASE_REVISION \
&& mvn clean install -P -dist -DskipTests=true \
&& git clean -df
Expand All @@ -53,7 +53,7 @@ COPY --from=prism \
/root/.m2/repository/com/evolveum/prism/

# Cache dependencies with base version
ARG BASE_REVISION=v4.4.6
ARG BASE_REVISION=v4.4.7
RUN git pull && git checkout $BASE_REVISION \
&& mvn verify clean --fail-never \
&& git clean -df
Expand All @@ -62,7 +62,7 @@ RUN git pull && git checkout $BASE_REVISION \
&& git clean -df

# Build with release version
ARG RELEASE_REVISION=adcf022621fe5571db355f850f8ce786b6e5b00f
ARG RELEASE_REVISION=9415661dd718b8025bffc9970ef330d298fb74f6
RUN git pull && git checkout $RELEASE_REVISION \
&& mvn clean install -P -dist -DskipTests=true \
&& mv gui/admin-gui/target/midpoint-executable.war /build/midpoint.war \
Expand Down

0 comments on commit 3972d3c

Please sign in to comment.