1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-29 22:38:35 +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,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 \

View File

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