File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- ARG jdk_version=openjdk:8
16+ # The openjdk image has been officially deprecated. For more information, see: https://hub.docker.com/_/openjdk
17+ ARG jdk_version=eclipse-temurin:17-jdk-jammy
1718FROM $jdk_version AS build-native-image
1819
1920WORKDIR /build
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- ARG jdk_version=openjdk:17-bullseye
16+ # The openjdk image has been officially deprecated. For more information, see: https://hub.docker.com/_/openjdk
17+ ARG jdk_version=eclipse-temurin:17-jdk-jammy
1718FROM $jdk_version
1819
1920MAINTAINER AutoMQ for Apache Kafka dev@automq.com
You can’t perform that action at this time.
0 commit comments