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 0d0dd88 commit 235d425Copy full SHA for 235d425
.dockerignore
@@ -0,0 +1,6 @@
1
+Dockerfile
2
+Makefile
3
+LICENSE
4
+buildscripts
5
+k8s
6
+*.md
Makefile
@@ -10,7 +10,7 @@
10
IS_DOCKER_INSTALLED := $(shell which docker >> /dev/null 2>&1; echo $$?)
11
12
help:
13
- @echo ""
+ @echo ""
14
@echo "Usage:-"
15
@echo "\tmake build -- will build create the docker image"
16
@echo ""
@@ -30,7 +30,7 @@ deps: _build_check_docker
30
31
_build_image:
32
@echo "INFO: Building container image for easy-jupyter"
33
- build -t openebs/easy-jupyter .
+ build -t openebs/easy-jupyter:ci .
34
35
_push_image:
36
@echo "INFO: Publish container (openebs/easy-jupyter)"
buildscripts/push
100644
100755
0 commit comments