From 70e962ceaf6f7ee3e8f3abfec9207a52fbfdf5e8 Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer Date: Fri, 12 Apr 2024 11:09:18 +0200 Subject: [PATCH] Update .changeset/tame-pianos-hunt.md Co-authored-by: Vincenzo Scamporlino Signed-off-by: Sebastian Poxhofer --- .changeset/tame-pianos-hunt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tame-pianos-hunt.md b/.changeset/tame-pianos-hunt.md index 3ab3e88623..2799a3a1da 100644 --- a/.changeset/tame-pianos-hunt.md +++ b/.changeset/tame-pianos-hunt.md @@ -2,4 +2,4 @@ '@backstage/backend-common': minor --- -Allow providing authentication which in turn allows usage of private registries +Added `pullOptions` to `DockerContainerRunner#runContainer` method to pass down options when pulling an image.