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 df6d2c0 commit a43b612Copy full SHA for a43b612
.gitignore
@@ -0,0 +1,2 @@
1
+
2
+.idea/
Dockerfile
@@ -49,6 +49,7 @@ RUN set -ex \
49
nmap \
50
nmap-nping \
51
nmap-scripts \
52
+ nmon \
53
openssl \
54
py3-pip \
55
py3-setuptools \
Makefile
@@ -1,7 +1,7 @@
.PHONY: build-x86 build-arm64 push all
3
# Build Vars
4
-IMAGENAME=nicolaka/netshoot
+IMAGENAME=quay.io/lochoa/netshoot
5
VERSION=0.1
6
7
@@ -16,6 +16,3 @@ build-all:
16
push:
17
@docker push ${IMAGENAME}:${VERSION}
18
all: build-all push
19
-
20
21
0 commit comments