We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019e633 commit 56feccfCopy full SHA for 56feccf
Dockerfile
@@ -2,7 +2,7 @@ FROM debian:10-slim as build
2
3
ENV USER="casperklein"
4
ENV NAME="netbox-scanner"
5
-ENV VERSION="latest"
+ENV VERSION="0.1"
6
7
ENV PACKAGES="python3 python3-pip nmap"
8
ENV PACKAGES="python3-pip"
build.sh
@@ -13,3 +13,4 @@ cd "$DIR"
13
echo "Building: $NAME $VERSION"
14
echo
15
docker build -t "$TAG" .
16
+docker tag "$TAG" "$USER/$NAME:latest"
0 commit comments