You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-29 22:38:35 +02:00
update snort
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user