File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 push : false
5656 file : ${{ matrix.versions.CONTEXT }}/Dockerfile
5757 tags : ${{ matrix.versions.TAGS[0] }}
58+ build-args : |
59+ WIREMOCK_VERSION=4.0.0-beta.29
5860
5961 - name : Build Wiremock Docker image
60- run : docker buildx build --tag ${{ matrix.versions.TAGS[0] }} --load ${{ matrix.versions.CONTEXT }} --file ${{ matrix.versions.CONTEXT }}/Dockerfile --build-arg JAVA_VERSION=17
62+ run : docker buildx build --tag ${{ matrix.versions.TAGS[0] }} --load ${{ matrix.versions.CONTEXT }} --file ${{ matrix.versions.CONTEXT }}/Dockerfile --build-arg JAVA_VERSION=17 --build-arg WIREMOCK_VERSION=4.0.0-beta.29
6163
6264 - name : Set up JDK
6365 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -55,14 +55,16 @@ jobs:
5555 push : false
5656 file : ${{ matrix.versions.CONTEXT }}/Dockerfile
5757 tags : ${{ matrix.versions.TAGS[0] }}
58+ build-args : |
59+ WIREMOCK_VERSION=3.13.2
5860
5961 - name : Build Wiremock Docker image
60- run : docker buildx build --tag ${{ matrix.versions.TAGS[0] }} --load ${{ matrix.versions.CONTEXT }} --file ${{ matrix.versions.CONTEXT }}/Dockerfile --build-arg JAVA_VERSION=11
62+ run : docker buildx build --tag ${{ matrix.versions.TAGS[0] }} --load ${{ matrix.versions.CONTEXT }} --file ${{ matrix.versions.CONTEXT }}/Dockerfile --build-arg JAVA_VERSION=17 --build-arg WIREMOCK_VERSION=3.13.2
6163
6264 - name : Set up JDK
6365 uses : actions/setup-java@v3
6466 with :
65- java-version : 11
67+ java-version : 17
6668 distribution : ' temurin'
6769 cache : maven
6870
Original file line number Diff line number Diff line change 6565 - name : Set up JDK
6666 uses : actions/setup-java@v3
6767 with :
68- java-version : 11
68+ java-version : 17
6969 distribution : ' temurin'
7070 cache : maven
7171
Original file line number Diff line number Diff line change 6666 - name : Set up JDK
6767 uses : actions/setup-java@v3
6868 with :
69- java-version : 11
69+ java-version : 17
7070 distribution : ' temurin'
7171 cache : maven
7272
Original file line number Diff line number Diff line change 9595 push : true
9696 tags : ${{ join(matrix.versions.IMAGES, ',') }}
9797 build-args : |
98- "WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}"
98+ WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}
99+ JAVA_VERSION=17
99100
100101 container-image-scan :
101102 uses : ./.github/workflows/container-image-scan.yml
Original file line number Diff line number Diff line change 55
66test /integration-tests /target
77test /integration-tests /integration-tests.iml
8+
9+ .claude
Original file line number Diff line number Diff line change 1- ARG JAVA_VERSION=11
1+ ARG JAVA_VERSION=17
22FROM eclipse-temurin:${JAVA_VERSION}-jre
33
44LABEL maintainer="Rodolphe CHAIGNEAU <rodolphe.chaigneau@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG JAVA_VERSION=11
1+ ARG JAVA_VERSION=17
22FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine
33
44LABEL maintainer="Rodolphe CHAIGNEAU <rodolphe.chaigneau@gmail.com>"
Original file line number Diff line number Diff line change 1616 </licenses >
1717
1818 <properties >
19- <java .version>11 </java .version>
19+ <java .version>17 </java .version>
2020 <maven .compiler.target>${java.version} </maven .compiler.target>
2121 <maven .compiler.source>${java.version} </maven .compiler.source>
2222 <wiremock-testcontainers .version>1.0-alpha-13</wiremock-testcontainers .version>
You can’t perform that action at this time.
0 commit comments