mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
update snort
This commit is contained in:
parent
60d7272d1a
commit
cd217a9ea4
@ -2,7 +2,7 @@
|
||||
# Dockerfile for prestosql
|
||||
#
|
||||
|
||||
FROM openjdk:16-jdk-alpine
|
||||
FROM openjdk:11-jdk-alpine
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV PRESTO_VERSION=340
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Dockerfile for prestosql
|
||||
#
|
||||
|
||||
FROM openjdk:16-jdk-slim-buster
|
||||
FROM openjdk:11-jdk-slim-buster
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV PRESTO_VERSION=340
|
||||
|
@ -3,6 +3,7 @@ node-scheduler.include-coordinator=false
|
||||
http-server.http.port=8080
|
||||
query.max-memory=50GB
|
||||
query.max-memory-per-node=1GB
|
||||
query.max-stage-count=200
|
||||
query.max-total-memory-per-node=2GB
|
||||
discovery-server.enabled=true
|
||||
discovery.uri=http://127.0.0.1:8080
|
||||
|
@ -1,4 +1,5 @@
|
||||
-server
|
||||
-Xms8G
|
||||
-Xmx16G
|
||||
-XX:+UseG1GC
|
||||
-XX:G1HeapRegionSize=32M
|
||||
@ -7,3 +8,4 @@
|
||||
-XX:+HeapDumpOnOutOfMemoryError
|
||||
-XX:+ExitOnOutOfMemoryError
|
||||
-XX:OnOutOfMemoryError=kill -9 %p
|
||||
-DHADOOP_USER_NAME=hive
|
||||
|
@ -2,11 +2,11 @@
|
||||
# Dockerfile for snort
|
||||
#
|
||||
|
||||
FROM centos:7
|
||||
FROM centos:8
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV SNORT_VERSION=2.9.16
|
||||
ENV SNORT_URL=https://www.snort.org/downloads/snort/snort-${SNORT_VERSION}-1.centos7.x86_64.rpm
|
||||
ENV SNORT_VERSION=2.9.16.1
|
||||
ENV SNORT_URL=https://www.snort.org/downloads/snort/snort-${SNORT_VERSION}-1.centos8.x86_64.rpm
|
||||
ENV RULES_URL=https://www.snort.org/downloads/community/community-rules.tar.gz
|
||||
|
||||
RUN set -xe \
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Dockerfile for snort-arm
|
||||
#
|
||||
|
||||
FROM easypi/alpine-arm
|
||||
FROM arm32v7/alpine:3
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
|
Loading…
Reference in New Issue
Block a user