mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
make - autocommit
This commit is contained in:
parent
c9b2c72daa
commit
c51d57b827
@ -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
|
||||
|
||||
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
|
||||
|
@ -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"
|
||||
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"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user