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,
|
||||
path=path,
|
||||
labels=labels,
|
||||
platform="linux/amd64",
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue