SpectroCloud/Packs: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== Sync the Repo == | == Sync the Repo == | ||
<youtube>UoZtnaXf1</youtube> | |||
=== Resources === | === Resources === | ||
https://github.com/spectrocloud/pack-central/tree/main/packs | https://github.com/spectrocloud/pack-central/tree/main/packs |
Revision as of 20:10, 10 February 2025
Packs
PreRequisites
snap install oras --classic oras login harbor.dersllc.com --username 'admin' --password '<Password>'
Build and Push Pack
export PACK_NAME='mediacms' export PACK_VERSION='4.3.0-1' git clone https://ders-gitlab.dersllc.com/ders/spectro-sa.git cd spectro-sa/packs/ tar -zcvf $PACK_NAME-$PACK_VERSION.tar.gz $PACK_NAME-$PACK_VERSION/ oras push harbor.dersllc.com/spectro-packs/spectro-packs/archive/$PACK_NAME:$PACK_VERSION $PACK_NAME-$PACK_VERSION.tar.gz --insecure --annotation org.opencontainers.image.created="2023-07-24T11:57:56Z" cd ../.. rm -rf spectro-sa/
Sync the Repo
Resources
https://github.com/spectrocloud/pack-central/tree/main/packs