This is an automated email from the ASF dual-hosted git repository.
andreapatricelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new ca35941139 installing bash on all docker jdk-alpine images
ca35941139 is described below
commit ca35941139cbca949edfadac6d69de703d1f134f
Author: Andrea Patricelli <[email protected]>
AuthorDate: Thu May 15 16:56:57 2025 +0200
installing bash on all docker jdk-alpine images
---
docker/console/src/main/resources/Dockerfile | 2 ++
docker/core/src/main/resources/Dockerfile | 2 ++
docker/enduser/src/main/resources/Dockerfile | 2 ++
docker/sra/src/main/resources/Dockerfile | 2 ++
docker/wa/src/main/resources/Dockerfile | 2 ++
5 files changed, 10 insertions(+)
diff --git a/docker/console/src/main/resources/Dockerfile
b/docker/console/src/main/resources/Dockerfile
index d6ba109082..c2e81ed015 100644
--- a/docker/console/src/main/resources/Dockerfile
+++ b/docker/console/src/main/resources/Dockerfile
@@ -18,6 +18,8 @@
FROM eclipse-temurin:21-jdk-alpine
LABEL org.opencontainers.image.authors="[email protected]"
+RUN apk update && apk add bash
+
RUN set -x
RUN mkdir /opt/syncope
diff --git a/docker/core/src/main/resources/Dockerfile
b/docker/core/src/main/resources/Dockerfile
index 7978a026d1..7919bc7ea3 100644
--- a/docker/core/src/main/resources/Dockerfile
+++ b/docker/core/src/main/resources/Dockerfile
@@ -18,6 +18,8 @@
FROM eclipse-temurin:21-jdk-alpine
LABEL org.opencontainers.image.authors="[email protected]"
+RUN apk update && apk add bash
+
RUN set -x
RUN mkdir /opt/syncope
diff --git a/docker/enduser/src/main/resources/Dockerfile
b/docker/enduser/src/main/resources/Dockerfile
index d0ac13b6ec..94a2ab81dc 100644
--- a/docker/enduser/src/main/resources/Dockerfile
+++ b/docker/enduser/src/main/resources/Dockerfile
@@ -18,6 +18,8 @@
FROM eclipse-temurin:21-jdk-alpine
LABEL org.opencontainers.image.authors="[email protected]"
+RUN apk update && apk add bash
+
RUN set -x
RUN mkdir /opt/syncope
diff --git a/docker/sra/src/main/resources/Dockerfile
b/docker/sra/src/main/resources/Dockerfile
index a72d949b6e..8212b2b6d7 100644
--- a/docker/sra/src/main/resources/Dockerfile
+++ b/docker/sra/src/main/resources/Dockerfile
@@ -18,6 +18,8 @@
FROM eclipse-temurin:21-jdk-alpine
LABEL org.opencontainers.image.authors="[email protected]"
+RUN apk update && apk add bash
+
RUN set -x
RUN mkdir /opt/syncope
diff --git a/docker/wa/src/main/resources/Dockerfile
b/docker/wa/src/main/resources/Dockerfile
index b3c7176693..4789c2ec09 100644
--- a/docker/wa/src/main/resources/Dockerfile
+++ b/docker/wa/src/main/resources/Dockerfile
@@ -18,6 +18,8 @@
FROM eclipse-temurin:21-jdk-alpine
LABEL org.opencontainers.image.authors="[email protected]"
+RUN apk update && apk add bash
+
RUN set -x
RUN mkdir /opt/syncope