File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed
Expand file tree Collapse file tree 6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 99 build-target : ' Docker'
1010 devRelease : true
1111 createTag : true
12+ docker-multi-platform : true
1213 integration-test-enabled : true
1314 docker-username : ${{ github.actor }}
1415 secrets :
Original file line number Diff line number Diff line change 99 build-target : ' Docker'
1010 devRelease : false
1111 createTag : true
12+ docker-multi-platform : true
1213 integration-test-enabled : true
1314 docker-username : ${{ github.actor }}
1415 secrets :
Original file line number Diff line number Diff line change 1313 uses : th2-net/.github/.github/workflows/compound-java-dev.yml@main
1414 with :
1515 build-target : ' Docker'
16+ docker-multi-platform : true
1617 integration-test-enabled : true
1718 docker-username : ${{ github.actor }}
1819 secrets :
Original file line number Diff line number Diff line change 1- FROM gradle:8.11.1-jdk21 AS build
2- ARG release_version
3- COPY ./ .
4- RUN gradle --no-daemon clean build dockerPrepare \
5- -Prelease_version=${release_version}
6-
7- FROM adoptopenjdk/openjdk11:alpine
1+ FROM amazoncorretto:11-alpine-jdk
82WORKDIR /home
9- COPY --from=build /home/gradle /build/docker .
3+ COPY . /build/docker .
104ENTRYPOINT ["/home/service/bin/service" ]
Original file line number Diff line number Diff line change 1- # HTTP Client v2.4.1
1+ # HTTP Client v2.3.2
22
33This microservice allows performing HTTP requests and receive HTTP responses. It also can perform basic authentication
44
@@ -177,6 +177,14 @@ spec:
177177
178178# # Changelog
179179
180+ # ## v2.3.2
181+
182+ + Produce multi-platform docker image
183+ + migrated to [amazoncorretto:11-alpine-jdk](https://hub.docker.com/layers/library/amazoncorretto/11-alpine-jdk) docker image as base
184+ + Updated :
185+ + th2 gradle plugin : ` 0.3.10` (bom: `4.14.2`)
186+ + kotlin : ` 2.2.21`
187+
180188# ## v2.3.1
181189
182190+ Updated :
Original file line number Diff line number Diff line change 11kotlin.code.style =official
2- release_version =2.3.1
2+ release_version =2.3.2
33description =' HTTP Client'
44vcs_url =https://github.com/th2-net/th2-conn-http-client
You can’t perform that action at this time.
0 commit comments