[build]: sonic-slave-stretch- sha both Dockerfile and Dockerfile.user
This commit is contained in:
parent
a87da7b1f9
commit
a7192939a0
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ MAKEFLAGS += -B
|
|||||||
|
|
||||||
ifeq ($(BLDENV), stretch)
|
ifeq ($(BLDENV), stretch)
|
||||||
SLAVE_BASE_TAG = $(shell sha1sum sonic-slave-stretch/Dockerfile | awk '{print substr($$1,0,11);}')
|
SLAVE_BASE_TAG = $(shell sha1sum sonic-slave-stretch/Dockerfile | awk '{print substr($$1,0,11);}')
|
||||||
SLAVE_TAG = $(shell sha1sum sonic-slave-stretch/Dockerfile.user | awk '{print substr($$1,0,11);}')
|
SLAVE_TAG = $(shell cat sonic-slave-stretch/Dockerfile.user sonic-slave-stretch/Dockerfile | sha1sum | awk '{print substr($$1,0,11);}')
|
||||||
SLAVE_BASE_IMAGE = sonic-slave-stretch-base
|
SLAVE_BASE_IMAGE = sonic-slave-stretch-base
|
||||||
SLAVE_IMAGE = sonic-slave-stretch-$(USER)
|
SLAVE_IMAGE = sonic-slave-stretch-$(USER)
|
||||||
SLAVE_DIR = sonic-slave-stretch
|
SLAVE_DIR = sonic-slave-stretch
|
||||||
|
Loading…
Reference in New Issue
Block a user