kopia lustrzana https://github.com/jupyterhub/repo2docker
Make build and push into explicit only args
rodzic
2bd8478159
commit
081c3c48cf
|
@ -90,9 +90,9 @@ class DockerEngine(ContainerEngine):
|
||||||
|
|
||||||
def build(
|
def build(
|
||||||
self,
|
self,
|
||||||
|
*,
|
||||||
push=False,
|
push=False,
|
||||||
load=False,
|
load=False,
|
||||||
*,
|
|
||||||
buildargs=None,
|
buildargs=None,
|
||||||
cache_from=None,
|
cache_from=None,
|
||||||
container_limits=None,
|
container_limits=None,
|
||||||
|
|
|
@ -212,9 +212,9 @@ class ContainerEngine(LoggingConfigurable):
|
||||||
|
|
||||||
def build(
|
def build(
|
||||||
self,
|
self,
|
||||||
|
*,
|
||||||
push=False,
|
push=False,
|
||||||
load=False,
|
load=False,
|
||||||
*,
|
|
||||||
buildargs={},
|
buildargs={},
|
||||||
cache_from=[],
|
cache_from=[],
|
||||||
container_limits={},
|
container_limits={},
|
||||||
|
|
Ładowanie…
Reference in New Issue