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 e9c39e2 commit 8e1bdd9Copy full SHA for 8e1bdd9
repo2docker/app.py
@@ -684,11 +684,12 @@ def build(self):
684
picked_buildpack.labels["repo2docker.repo"] = repo_label
685
picked_buildpack.labels["repo2docker.ref"] = self.ref
686
687
- self.log.debug(picked_buildpack.render(), extra=dict(phase="building"))
688
-
689
if self.dry_run:
690
print(picked_buildpack.render())
691
else:
+ self.log.debug(
+ picked_buildpack.render(), extra=dict(phase="building")
692
+ )
693
if self.user_id == 0:
694
raise ValueError(
695
"Root as the primary user in the image is not permitted."
0 commit comments