kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1176 from minrk/docker-platform
explicitly build linux/amd64 imagespull/1182/head
commit
2d9c31ac19
|
@ -105,6 +105,7 @@ class DockerEngine(ContainerEngine):
|
||||||
fileobj=fileobj,
|
fileobj=fileobj,
|
||||||
path=path,
|
path=path,
|
||||||
labels=labels,
|
labels=labels,
|
||||||
|
platform="linux/amd64",
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue