This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script migrates images from one Azure Container Registry (ACR) to another registry. | |
# Run this script in a bash shell with the Azure CLI installed and authenticated. | |
# Make sure containerd is installed and running. | |
# Usage: ./migrate-acr-registry.sh <acr_name> <target_registry_name> <target_registry_username> <target_registry_password> | |
# Primary intention is to migrate images from ACR to another registry including multiplatform images and all tags. | |
set -ex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esp32: | |
board: esp32dev | |
# framework: | |
# type: arduino | |
logger: | |
level: DEBUG | |
esp32_ble_tracker: |