Add warning label to generated Docker images

Signed-off-by: Tim Hansen <timbonicush@spotify.com>
This commit is contained in:
Tim Hansen
2022-07-27 10:49:13 -06:00
parent d419f9d06b
commit ac35eff29f
+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.