Skip to content

Commit

Permalink
Fix labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Nov 25, 2020
1 parent 63c7c03 commit b983162
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM ubuntu:18.04

LABEL maintainer Team Stingar <team.[email protected]>
LABEL name "dionaea"
LABEL version "1.9"
LABEL release "1"
LABEL summary "Dionaea HoneyPot container"
LABEL description "Dionaea is meant to be a nepenthes successor, embedding python as scripting language, using libemu to detect shellcodes, supporting ipv6 and tls."
LABEL maintainer="Team Stingar <team-[email protected]>"
LABEL name="dionaea"
LABEL version="1.9.1"
LABEL release="1"
LABEL summary="Dionaea HoneyPot container"
LABEL description="Dionaea is meant to be a nepenthes successor, embedding python as scripting language, using libemu to detect shellcodes, supporting ipv6 and tls."
LABEL autoritative-source-url "https://github.com/CommunityHoneyNetwork/dionaea"
LABEL changelog-url "https://github.com/CommunityHoneyNetwork/dionaea/commits/master"
LABEL changelog-url="https://github.com/CommunityHoneyNetwork/dionaea/commits/master"

ENV DOCKER "yes"
ENV DEBIAN_FRONTEND "noninteractive"
Expand Down

0 comments on commit b983162

Please sign in to comment.