From 83eed9d3f6009c4c8a360505cad5b36a05e9785b Mon Sep 17 00:00:00 2001 From: Jesse Bowling Date: Wed, 25 Nov 2020 10:50:49 -0500 Subject: [PATCH] Fix labels Signed-off-by: Jesse Bowling --- Dockerfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ceb588..d9268fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM python:3.7 -LABEL maintainer "Team Stingar " -LABEL name "cowrie" -LABEL version "1.9.2" -LABEL release "1" -LABEL summary "Cowrie HoneyPot container" -LABEL description "Cowrie is a medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker." -LABEL authoritative-source-url "https://github.com/CommunityHoneyNetwork/cowrie" -LABEL changelog-url "https://github.com/CommunityHoneyNetwork/cowrie/commits/master" +LABEL maintainer="Team Stingar " +LABEL name="cowrie" +LABEL version="1.9.2" +LABEL release="1" +LABEL summary="Cowrie HoneyPot container" +LABEL description="Cowrie is a medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker." +LABEL authoritative-source-url="https://github.com/CommunityHoneyNetwork/cowrie" +LABEL changelog-url="https://github.com/CommunityHoneyNetwork/cowrie/commits/master" # Set DOCKER var - used by Cowrie init to determine logging ENV DOCKER "yes"