Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 79f9560

Browse files
committed
remove commented stuff
1 parent ea70f4c commit 79f9560

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

scripts/build_docker.sh

-15
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,3 @@ GITVERSION=`git describe --abbrev=7`
99

1010
docker build -f scripts/Dockerfile -t grafana/metrictank:$GITVERSION .
1111
docker tag grafana/metrictank:$GITVERSION grafana/metrictank:latest
12-
13-
# regular image
14-
#rm -rf build/*
15-
#mkdir -p build
16-
#cp ../build/* build/
17-
18-
#docker build -t grafana/metrictank .
19-
#docker tag grafana/metrictank grafana/metrictank:latest
20-
#docker tag grafana/metrictank grafana/metrictank:$VERSION
21-
22-
# k8s image
23-
#cd ${DIR}/k8s
24-
#docker build -t us.gcr.io/metrictank-gcr/metrictank .
25-
#docker tag us.gcr.io/metrictank-gcr/metrictank us.gcr.io/metrictank-gcr/metrictank:latest
26-
#docker tag us.gcr.io/metrictank-gcr/metrictank us.gcr.io/metrictank-gcr/metrictank:${VERSION}

0 commit comments

Comments
 (0)