Skip to content

Commit 235d425

Browse files
author
kmova
committed
use the ci tag for local docker build
1 parent 0d0dd88 commit 235d425

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dockerfile
2+
Makefile
3+
LICENSE
4+
buildscripts
5+
k8s
6+
*.md

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
IS_DOCKER_INSTALLED := $(shell which docker >> /dev/null 2>&1; echo $$?)
1111

1212
help:
13-
@echo ""
13+
@echo ""
1414
@echo "Usage:-"
1515
@echo "\tmake build -- will build create the docker image"
1616
@echo ""
@@ -30,7 +30,7 @@ deps: _build_check_docker
3030

3131
_build_image:
3232
@echo "INFO: Building container image for easy-jupyter"
33-
build -t openebs/easy-jupyter .
33+
build -t openebs/easy-jupyter:ci .
3434

3535
_push_image:
3636
@echo "INFO: Publish container (openebs/easy-jupyter)"

buildscripts/push

100644100755
File mode changed.

0 commit comments

Comments
 (0)