We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fe672 commit 172ab66Copy full SHA for 172ab66
repo2docker/docker.py
@@ -209,7 +209,7 @@ def inspect_image(self, image):
209
if "WorkingDir" not in oci_image_configuration:
210
oci_image_configuration["WorkingDir"] = ""
211
212
- return Image(tags=config["RepoTags"], config=oci_image_configuration)
+ return Image(tags=tags, config=oci_image_configuration)
213
214
@contextmanager
215
def docker_login(self, username, password, registry):
0 commit comments