File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:21 as lp-etl-build
1
+ FROM eclipse-temurin:21-noble as lp-etl-build
2
2
ARG LP_ETL_BUILD=""
3
3
4
4
WORKDIR /opt/lp-etl/
5
5
COPY ./ ./
6
6
RUN ./mvnw install $LP_ETL_BUILD -P "install-executor-monitor"
7
7
8
- FROM eclipse-temurin:21
8
+ FROM eclipse-temurin:21-noble
9
9
ARG LP_ETL_USER=5987
10
- RUN addgroup --gid $LP_ETL_USER "linkedpipes" \
10
+ RUN groupadd --gid $LP_ETL_USER "linkedpipes" \
11
11
&& useradd --gid "linkedpipes" --uid $LP_ETL_USER "linkedpipes"
12
12
RUN mkdir -p /data/lp-etl/executor \
13
13
&& mkdir -p /data/lp-etl/logs \
Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:21 as lp-etl-build
1
+ FROM eclipse-temurin:21-noble as lp-etl-build
2
2
ARG LP_ETL_BUILD=""
3
3
4
4
WORKDIR /opt/lp-etl/
@@ -7,9 +7,9 @@ COPY ./ ./
7
7
RUN cp ./deploy/configuration.docker.properties ./deploy/configuration.properties.sample
8
8
RUN ./mvnw install $LP_ETL_BUILD -P "install-executor,install-plugins"
9
9
10
- FROM eclipse-temurin:21
10
+ FROM eclipse-temurin:21-noble
11
11
ARG LP_ETL_USER=5987
12
- RUN addgroup --gid $LP_ETL_USER "linkedpipes" \
12
+ RUN groupadd --gid $LP_ETL_USER "linkedpipes" \
13
13
&& useradd --gid "linkedpipes" --uid $LP_ETL_USER "linkedpipes"
14
14
RUN mkdir -p /data/lp-etl/executor \
15
15
&& mkdir -p /data/lp-etl/logs \
Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:21 as lp-etl-build
1
+ FROM eclipse-temurin:21-noble as lp-etl-build
2
2
ARG LP_ETL_BUILD=""
3
3
4
4
WORKDIR /opt/lp-etl/
@@ -7,9 +7,9 @@ COPY ./ ./
7
7
RUN cp ./deploy/configuration.docker.properties ./deploy/configuration.properties.sample
8
8
RUN ./mvnw install $LP_ETL_BUILD -P "install-storage,install-plugins"
9
9
10
- FROM eclipse-temurin:21
10
+ FROM eclipse-temurin:21-noble
11
11
ARG LP_ETL_USER=5987
12
- RUN addgroup --gid $LP_ETL_USER "linkedpipes" \
12
+ RUN groupadd --gid $LP_ETL_USER "linkedpipes" \
13
13
&& useradd --gid "linkedpipes" --uid $LP_ETL_USER "linkedpipes"
14
14
RUN mkdir -p /data/lp-etl/storage \
15
15
&& mkdir -p /data/lp-etl/logs \
You can’t perform that action at this time.
0 commit comments