File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11# Build stage
2- FROM almalinux:9 AS builder
2+ FROM eclipse-temurin:11-jdk-alpine AS builder
33
44ARG opensource_COBOL_4J_version=dummy_value Open_COBOL_ESQL_4J_version=dummy_value
55
@@ -43,18 +43,12 @@ RUN cd /root/ && \
4343 rm -rf /root/Open-COBOL-ESQL-4j-${Open_COBOL_ESQL_4J_version}.tar.gz /root/Open-COBOL-ESQL-4j-${Open_COBOL_ESQL_4J_version}
4444
4545# Runtime stage
46- FROM almalinux:9
46+ FROM eclipse-temurin:11-jdk-alpine
4747
4848ARG opensource_COBOL_4J_version=dummy_value Open_COBOL_ESQL_4J_version=dummy_value
4949
5050SHELL ["/bin/bash" , "-c" ]
5151
52- # install runtime dependencies only
53- RUN dnf update -y && \
54- dnf install -y java-11-openjdk-devel && \
55- dnf clean all && \
56- rm -rf /var/cache/dnf/*
57-
5852# create required directories
5953RUN mkdir -p /usr/lib/opensourcecobol4j \
6054 /usr/lib/Open-COBOL-ESQL-4j \
You can’t perform that action at this time.
0 commit comments