Fixing falco:stable image

- Updating stable image to pull from `debian:stable`
 - Updating maintainer label in all Dockerfiles to include `LABEL maintainer="cncf-falco-dev@lists.cncf.io"`

Signed-off-by: Kris Nova <kris@nivenly.com>
This commit is contained in:
Kris Nova 2020-01-23 10:23:19 -08:00 committed by poiana
parent 802b9f7b69
commit 5c294bacc7
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
FROM debian:unstable
LABEL usage="docker run -i -t -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro --name NAME IMAGE"
LABEL maintainer="opensource@sysdig.com"
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
ARG FALCO_VERSION=
RUN test -n FALCO_VERSION

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04 as ubuntu
LABEL maintainer="opensource@sysdig.com"
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
ARG FALCO_VERSION=0.20.0

View File

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhel7
LABEL maintainer="opensource@sysdig.com"
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
### Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
LABEL name="falco" \

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04
LABEL maintainer="opensource@sysdig.com"
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
ENV FALCO_REPOSITORY dev

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04
LABEL maintainer="opensource@sysdig.com"
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
ENV FALCO_REPOSITORY stable

View File

@ -1,6 +1,6 @@
FROM debian:unstable
FROM debian:stable
LABEL maintainer="opensource@sysdig.com"
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
ENV FALCO_REPOSITORY stable