1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-27 00:31:02 +02:00

update snort

This commit is contained in:
kev
2020-08-14 11:26:15 +08:00
parent 60d7272d1a
commit cd217a9ea4
6 changed files with 9 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Dockerfile for prestosql # Dockerfile for prestosql
# #
FROM openjdk:16-jdk-alpine FROM openjdk:11-jdk-alpine
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ENV PRESTO_VERSION=340 ENV PRESTO_VERSION=340

View File

@ -2,7 +2,7 @@
# Dockerfile for prestosql # Dockerfile for prestosql
# #
FROM openjdk:16-jdk-slim-buster FROM openjdk:11-jdk-slim-buster
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ENV PRESTO_VERSION=340 ENV PRESTO_VERSION=340

View File

@ -3,6 +3,7 @@ node-scheduler.include-coordinator=false
http-server.http.port=8080 http-server.http.port=8080
query.max-memory=50GB query.max-memory=50GB
query.max-memory-per-node=1GB query.max-memory-per-node=1GB
query.max-stage-count=200
query.max-total-memory-per-node=2GB query.max-total-memory-per-node=2GB
discovery-server.enabled=true discovery-server.enabled=true
discovery.uri=http://127.0.0.1:8080 discovery.uri=http://127.0.0.1:8080

View File

@ -1,4 +1,5 @@
-server -server
-Xms8G
-Xmx16G -Xmx16G
-XX:+UseG1GC -XX:+UseG1GC
-XX:G1HeapRegionSize=32M -XX:G1HeapRegionSize=32M
@ -7,3 +8,4 @@
-XX:+HeapDumpOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError
-XX:OnOutOfMemoryError=kill -9 %p -XX:OnOutOfMemoryError=kill -9 %p
-DHADOOP_USER_NAME=hive

View File

@ -2,11 +2,11 @@
# Dockerfile for snort # Dockerfile for snort
# #
FROM centos:7 FROM centos:8
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ENV SNORT_VERSION=2.9.16 ENV SNORT_VERSION=2.9.16.1
ENV SNORT_URL=https://www.snort.org/downloads/snort/snort-${SNORT_VERSION}-1.centos7.x86_64.rpm 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 ENV RULES_URL=https://www.snort.org/downloads/community/community-rules.tar.gz
RUN set -xe \ RUN set -xe \

View File

@ -2,7 +2,7 @@
# Dockerfile for snort-arm # Dockerfile for snort-arm
# #
FROM easypi/alpine-arm FROM arm32v7/alpine:3
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \