diff --git a/.changeset/funny-drinks-boil.md b/.changeset/funny-drinks-boil.md new file mode 100644 index 0000000000..f7b84a32a1 --- /dev/null +++ b/.changeset/funny-drinks-boil.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-common': patch +--- + +Add a utility function runDockerContainer used to run a docker container (currently used by Scaffolder and TechDocs for their 'generate' processes) diff --git a/.changeset/great-bees-press.md b/.changeset/great-bees-press.md new file mode 100644 index 0000000000..1582e54519 --- /dev/null +++ b/.changeset/great-bees-press.md @@ -0,0 +1,6 @@ +--- +'@backstage/techdocs-common': patch +'@backstage/plugin-scaffolder-backend': patch +--- + +Remove runDockerContainer, and start using the utility function provided by @backstage/backend-common