make - autocommit

This commit is contained in:
Zimovskii Anatolii 2022-10-16 15:24:48 +03:00
parent c9b2c72daa
commit c51d57b827
Signed by: stam
GPG Key ID: 9911D9EF664EEE14
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ ARG CAS_LUCENE_PLUGIN_VER=3.11.3.0
ARG CAS_LUCENE_PLUGIN_URL=https://repo1.maven.org/maven2/com/stratio/cassandra/cassandra-lucene-index-plugin/${CAS_LUCENE_PLUGIN_VER}/cassandra-lucene-index-plugin-${CAS_LUCENE_PLUGIN_VER}.jar ARG CAS_LUCENE_PLUGIN_URL=https://repo1.maven.org/maven2/com/stratio/cassandra/cassandra-lucene-index-plugin/${CAS_LUCENE_PLUGIN_VER}/cassandra-lucene-index-plugin-${CAS_LUCENE_PLUGIN_VER}.jar
RUN cd /opt/bitnami/cassandra/lib && \ RUN cd /opt/bitnami/cassandra/lib && \
curl ${CAS_LUCENE_PLUGIN_URL} curl ${CAS_LUCENE_PLUGIN_URL} --output cassandra-lucene-index-plugin-${CAS_LUCENE_PLUGIN_VER}.jar
USER 1001 USER 1001

View File

@ -1,4 +1,4 @@
FROM epicmorg/debian:bullseye-develop AS builder FROM epicmorg/debian:buster-develop AS builder
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
@ -76,7 +76,7 @@ RUN cd ${MAKE_DIR} && \
################################################################## ##################################################################
################################################################## ##################################################################
FROM epicmorg/debian:bullseye FROM epicmorg/debian:buster
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive