From 47d69bbc9e3a7c2949b85a59633609c3a625853e Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 22 Jan 2021 13:53:49 -0500 Subject: [PATCH] Move from quay.io to ghcr.io --- salt/common/tools/sbin/so-image-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/so-image-common b/salt/common/tools/sbin/so-image-common index ef53ce60f..1a4ca233f 100755 --- a/salt/common/tools/sbin/so-image-common +++ b/salt/common/tools/sbin/so-image-common @@ -16,7 +16,7 @@ # along with this program. If not, see . # NOTE: This script depends on so-common -IMAGEREPO=securityonion +IMAGEREPO=security-onion-solutions container_list() { MANAGERCHECK=$1 @@ -103,7 +103,7 @@ update_docker_containers() { local PROGRESS_CALLBACK=$3 local LOG_FILE=$4 - local CONTAINER_REGISTRY=quay.io + local CONTAINER_REGISTRY=ghcr.io local SIGNPATH=/root/sosigs if [ -z "$CURLTYPE" ]; then