From 9b44f83448d288a0d9def5f7ad0a8040aa68eda7 Mon Sep 17 00:00:00 2001 From: James Willett Date: Thu, 14 Mar 2024 15:57:15 +0000 Subject: [PATCH] Test renovate --- .rpl/build/install_buildx.sh | 13 ------------- renovate.json | 9 --------- 2 files changed, 22 deletions(-) delete mode 100644 .rpl/build/install_buildx.sh diff --git a/.rpl/build/install_buildx.sh b/.rpl/build/install_buildx.sh deleted file mode 100644 index a108487..0000000 --- a/.rpl/build/install_buildx.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -set -e # exit immediately after any error - -echo -e "\n- Installing buildx." -export BUILDX_VERSION=v0.12.1 -curl -JLO "https://github.com/docker/buildx/releases/download/$BUILDX_VERSION/buildx-$BUILDX_VERSION.linux-amd64" -mkdir -p ~/.docker/cli-plugins -mv "buildx-$BUILDX_VERSION.linux-amd64" ~/.docker/cli-plugins/docker-buildx -chmod +x ~/.docker/cli-plugins/docker-buildx -docker login -u concur-devfabric docker-hub.common.repositories.cloud.sap --password=$SAP_ARTIFACTORY_IDENTITY_TOKEN -docker run --privileged --rm docker-hub.common.repositories.cloud.sap/tonistiigi/binfmt --install arm64 -docker buildx create --use --name multiarch \ No newline at end of file diff --git a/renovate.json b/renovate.json index 8cba3f2..4250ed1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,4 @@ { - "customManagers": [ - { - "customType": "regex", - "fileMatch": ["^\\.rpl/build/install_buildx\\.sh$"], - "matchStrings": ["export BUILDX_VERSION=(?v\\d+\\.\\d+\\.\\d+)"], - "depNameTemplate": "docker/buildx", - "datasourceTemplate": "github-releases" - } - ], "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base"