• ■ ■ ■ ■
    Dockerfile.linux
    1 1  # do not use alpine image here to avoid the issue that git can not be configured to trust specified certificate when connecting to a https url
    2  -FROM openjdk:8u212-jre-slim
     2 +FROM openjdk:8u312-jre-slim
    3 3  RUN apt-get update && apt-get install -y git git-lfs
    4 4  COPY target/*.jar /k8s-helper/
    5 5  COPY target/lib/*.jar /k8s-helper/
    skipped 1 lines
  • ■ ■ ■ ■
    pom.xml
    skipped 9 lines
    10 10   <version>1.0.5</version>
    11 11   </parent>
    12 12   <artifactId>k8s-helper</artifactId>
    13  - <version>2.2.12</version>
     13 + <version>2.3.0</version>
    14 14   <build>
    15 15   <plugins>
    16 16   <plugin>
    skipped 74 lines
Please wait...
Page is in error, reload to recover