/backstage-customize

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

backstage-customize

customized using upstream:

# run the rhdp to get content
podman run -it --rm --entrypoint /bin/bash quay.io/rhdh/rhdh-hub-rhel9:1.2


# build the backstage image
mkdir -p /data
cd /data

git clone https://github.com/wangzheng422/backstage-customize
cd backstage-customize


podman build -t quay.io/wangzheng422/qimgs:rhdh-hub-rhel9-1.2-2024.05.19.v01 -f Dockerfile .

podman push quay.io/wangzheng422/qimgs:rhdh-hub-rhel9-1.2-2024.05.19.v01