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(
|
||||
self,
|
||||
*,
|
||||
push=False,
|
||||
load=False,
|
||||
*,
|
||||
buildargs=None,
|
||||
cache_from=None,
|
||||
container_limits=None,
|
||||
|
|
|
@ -212,9 +212,9 @@ class ContainerEngine(LoggingConfigurable):
|
|||
|
||||
def build(
|
||||
self,
|
||||
*,
|
||||
push=False,
|
||||
load=False,
|
||||
*,
|
||||
buildargs={},
|
||||
cache_from=[],
|
||||
container_limits={},
|
||||
|
|
Ładowanie…
Reference in New Issue