Add warning label to generated Docker images
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user