Skip to content

Commit

Permalink
Fix labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <jesse.bowling@duke.edu>
  • Loading branch information
Jesse Bowling committed Nov 25, 2020
1 parent 06fc37d commit 83eed9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM python:3.7

LABEL maintainer "Team Stingar <team.stingar@duke.edu>"
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 <team-stingar@duke.edu>"
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"
Expand Down

0 comments on commit 83eed9d

Please sign in to comment.