Merge branch 'backstage:master' into master

This commit is contained in:
matteosilv
2022-08-23 09:30:25 +02:00
committed by GitHub
918 changed files with 26280 additions and 6905 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
name: Build and push Docker Hub image
name: Build and push Docker image
on:
repository_dispatch:
types: [release-published]
@@ -87,3 +87,5 @@ jobs:
tags: |
ghcr.io/${{ github.repository_owner }}/backstage:latest
ghcr.io/${{ github.repository_owner }}/backstage:${{ github.event.client_payload.version }}
labels: |
org.opencontainers.image.description=Docker image generated from the latest Backstage release; this contains what you would get out of the box by running npx @backstage/create-app and building a Docker image from the generated source. This is meant to ease the process of evaluating Backstage for the first time, but also has the severe limitation that there is no way to install additional plugins relevant to your infrastructure.