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

F21 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f54aeb08 [CALCITE-7519] Use eclipse-temurin base image for building 
Avatica docker images
1f54aeb08 is described below

commit 1f54aeb08701c8f23b9d9557517d470ce225617a
Author: Francis Chuang <[email protected]>
AuthorDate: Tue May 12 09:20:04 2026 +1000

    [CALCITE-7519] Use eclipse-temurin base image for building Avatica docker 
images
---
 docker/src/main/docker/Dockerfile    | 2 +-
 docker/src/main/dockerhub/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/src/main/docker/Dockerfile 
b/docker/src/main/docker/Dockerfile
index e5b48debe..339850ba1 100644
--- a/docker/src/main/docker/Dockerfile
+++ b/docker/src/main/docker/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM openjdk:8-jre-alpine
+FROM eclipse-temurin:8-jre-alpine
 MAINTAINER Apache Avatica <[email protected]>
 
 # Create an avatica user
diff --git a/docker/src/main/dockerhub/Dockerfile 
b/docker/src/main/dockerhub/Dockerfile
index af95621a9..f41483f51 100644
--- a/docker/src/main/dockerhub/Dockerfile
+++ b/docker/src/main/dockerhub/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM openjdk:8-jre-alpine
+FROM eclipse-temurin:8-jre-alpine
 MAINTAINER Apache Avatica <[email protected]>
 
 # Create an avatica user

Reply via email to