You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/05/04 03:29:58 UTC

[incubator-heron] branch nicknezis/debian11-images created (now 35e2bb22331)

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

nicknezis pushed a change to branch nicknezis/debian11-images
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


      at 35e2bb22331 Updated Debian 10 to 11 due to Python 3.8 dependency

This branch includes the following new commits:

     new 35e2bb22331 Updated Debian 10 to 11 due to Python 3.8 dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-heron] 01/01: Updated Debian 10 to 11 due to Python 3.8 dependency

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/debian11-images
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 35e2bb22331b2f576644c275e2ac0a7a03e45c82
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Tue May 3 23:29:53 2022 -0400

    Updated Debian 10 to 11 due to Python 3.8 dependency
---
 docker/base/{Dockerfile.base.debian10 => Dockerfile.base.debian11} | 0
 docker/compile/{Dockerfile.debian10 => Dockerfile.debian11}        | 2 +-
 docker/dist/{Dockerfile.dist.debian10 => Dockerfile.dist.debian11} | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/base/Dockerfile.base.debian10 b/docker/base/Dockerfile.base.debian11
similarity index 100%
rename from docker/base/Dockerfile.base.debian10
rename to docker/base/Dockerfile.base.debian11
diff --git a/docker/compile/Dockerfile.debian10 b/docker/compile/Dockerfile.debian11
similarity index 98%
rename from docker/compile/Dockerfile.debian10
rename to docker/compile/Dockerfile.debian11
index c80fd111a5c..d1a84e071e7 100644
--- a/docker/compile/Dockerfile.debian10
+++ b/docker/compile/Dockerfile.debian11
@@ -15,7 +15,7 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-FROM openjdk:11.0.6-jdk-buster
+FROM openjdk:11-jdk-bullseye
 
 ENV LC_ALL C.UTF-8
 ENV LANG C.UTF-8
diff --git a/docker/dist/Dockerfile.dist.debian10 b/docker/dist/Dockerfile.dist.debian11
similarity index 98%
rename from docker/dist/Dockerfile.dist.debian10
rename to docker/dist/Dockerfile.dist.debian11
index 73955e66266..6ae0cb80e10 100644
--- a/docker/dist/Dockerfile.dist.debian10
+++ b/docker/dist/Dockerfile.dist.debian11
@@ -16,7 +16,7 @@
 #  under the License.
 
 #syntax=docker/dockerfile:1.2
-FROM openjdk:11-jdk-slim-buster
+FROM openjdk:11-jdk-slim-bullseye
 
 ENV LC_ALL C.UTF-8
 ENV LANG C.UTF-8