File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 480
480
<KAFKA_SOURCE_BOOTSTRAP_HOST >kafka</KAFKA_SOURCE_BOOTSTRAP_HOST >
481
481
<!-- TODO(ville): Obtain these from the current user! -->
482
482
<!-- Ref: https://github.com/rynr/user-id-maven-plugin -->
483
- <MAD_UID >1000 </MAD_UID >
484
- <MAD_GID >1000 </MAD_GID >
483
+ <MAD_UID >1001 </MAD_UID >
484
+ <MAD_GID >1001 </MAD_GID >
485
485
</env >
486
486
<volumes >
487
487
<bind >
Original file line number Diff line number Diff line change 15
15
# Original: https://github.com/spotify/docker-kafka
16
16
17
17
# Kafka and Zookeeper
18
- FROM openjdk :17-slim-bullseye
18
+ FROM eclipse-temurin :17-jre
19
19
20
20
ENV SCALA_VERSION 2.13
21
21
ENV KAFKA_VERSION 2.7.1
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM openjdk :17-slim-bullseye
15
+ FROM eclipse-temurin :17-jre
16
16
17
17
MAINTAINER arpnetworking
18
18
@@ -21,8 +21,8 @@ WORKDIR /opt/mad
21
21
22
22
# Configuration
23
23
ENV MAD_USER="mad"
24
- ENV MAD_UID=1000
25
- ENV MAD_GID=1000
24
+ ENV MAD_UID=1001
25
+ ENV MAD_GID=1001
26
26
ENV JVM_XMS="64m"
27
27
ENV JVM_XMX="1024m"
28
28
ENV LOGBACK_CONFIG="-Dlogback.configurationFile=/opt/mad/config/logback-console.xml"
@@ -31,7 +31,7 @@ ENV JAVA_OPTS=""
31
31
32
32
# Build
33
33
RUN apt update && \
34
- DEBIAN_FRONTEND=noninteractive apt install -y gosu openssl && \
34
+ DEBIAN_FRONTEND=noninteractive apt install -y gosu && \
35
35
rm -rf /var/lib/apt/lists/* && \
36
36
apt-get clean && \
37
37
mkdir -p /opt/mad/lib/ext && \
You can’t perform that action at this time.
0 commit comments