You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/06/01 15:56:27 UTC

[openwhisk-runtime-java] branch master updated: Use 8u372 b07 jdk focal as base image (#154)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 649e30b  Use 8u372 b07 jdk focal as base image (#154)
649e30b is described below

commit 649e30b939c3c61aa34ae43532ec2e278e13e9b2
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Thu Jun 1 17:56:22 2023 +0200

    Use 8u372 b07 jdk focal as base image (#154)
    
    * update java base image open-8u372-b07-jdk-focal for vuln fixes
---
 core/java8/CHANGELOG.md           | 3 +++
 core/java8/Dockerfile             | 2 +-
 core/java8actionloop/CHANGELOG.md | 3 +++
 core/java8actionloop/Dockerfile   | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index 9d034cf..71cf0d2 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -18,6 +18,9 @@
 -->
 
 # Java 8 OpenWhisk Runtime Container
+# next release
+ - use `ibm-semeru-runtimes:open-8u372-b07-jdk-focal` as baseimage
+
 # 1.18.0
   - Use `ibm-semeru-runtimes:open-8u362-b09-jdk-focal` as baseimage (#151)
   - Support array result include sequence action (#140)
diff --git a/core/java8/Dockerfile b/core/java8/Dockerfile
index 98bf1ed..344b6b5 100644
--- a/core/java8/Dockerfile
+++ b/core/java8/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
-FROM ibm-semeru-runtimes:open-8u362-b09-jdk-focal
+FROM ibm-semeru-runtimes:open-8u372-b07-jdk-focal
 
 RUN rm -rf /var/lib/apt/lists/* \
     && apt-get clean \
diff --git a/core/java8actionloop/CHANGELOG.md b/core/java8actionloop/CHANGELOG.md
index a234828..96d07bd 100644
--- a/core/java8actionloop/CHANGELOG.md
+++ b/core/java8actionloop/CHANGELOG.md
@@ -18,6 +18,9 @@
 -->
 
 # Java 8 OpenWhisk Runtime Container
+# next release
+ - use `ibm-semeru-runtimes:open-8u372-b07-jdk-focal` as baseimage
+
 # 1.18.0
   - Use `ibm-semeru-runtimes:open-8u362-b09-jdk-focal` as baseimage (#151)
   - Support array result include sequence action (#140)
diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile
index 32a868a..8ad5796 100644
--- a/core/java8actionloop/Dockerfile
+++ b/core/java8actionloop/Dockerfile
@@ -34,7 +34,7 @@ RUN curl -sL \
   && GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
 
 # Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
-FROM ibm-semeru-runtimes:open-8u362-b09-jdk-focal
+FROM ibm-semeru-runtimes:open-8u372-b07-jdk-focal
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release