Skip to content

Commit

Permalink
don't build addons with v1 docker images (#5276)
Browse files Browse the repository at this point in the history
* do not build rookupgrade-10to14, prometheus-0.33.0 and openebs-1.6.0 due to docker image issues

* remove docker env var that did not work
  • Loading branch information
laverya authored Jul 29, 2024
1 parent 62a38b0 commit 4296a21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bin/list-all-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function pkgs() {
}

function list_all_addons() {
pkgs addons | sort
pkgs addons | sort | grep -v "rookupgrade" | grep -v "prometheus-0.33.0" | grep -v "openebs-1.6.0"
}

function list_all_packages() {
Expand Down
2 changes: 0 additions & 2 deletions bin/save-manifest-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ PACKAGE_NAME=$1
MANIFEST_PATH=$2
OUT_DIR=$3

export DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1

if ! test -f "$MANIFEST_PATH"; then
echo "$MANIFEST_PATH does not exist"
exit 1
Expand Down

0 comments on commit 4296a21

Please sign in to comment.