Compare commits
No commits in common. "cf04bfc6e6ce8fb93383d6b5ad6c88c0669b9c0c" and "833df686d6d6651793a71f9e3e2f4368fc8cca5a" have entirely different histories.
cf04bfc6e6
...
833df686d6
|
@ -43,9 +43,7 @@ define build
|
|||
--target $(TARGET) \
|
||||
$(EXTRA_ARGS) \
|
||||
$(NOCACHE_FLAG) \
|
||||
-f src/$(CATEGORY)/$(NAME)/Containerfile \
|
||||
src/$(CATEGORY)/$(NAME) \
|
||||
&& tar -tf $(basename $@).tar \
|
||||
&& gzip < $(basename $@).tar > $@ \
|
||||
&& rm $(basename $@).tar \
|
||||
&& gunzip -c $@ | docker load; \
|
||||
|
|
Reference in New Issue