From 066124f7a900f40d0d01a68af3fe7f277650c2ef Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 29 Apr 2025 10:42:47 -0400 Subject: [PATCH 1/3] Remove ref to packagerepository Remove ref to packagerepository and use github --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2cb18429c..0f62cc8c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,9 @@ pr: resources: containers: - container: node - image: packagerepository.sagaws.net:8082/safelite/node-build:18 + image: nuget.pkg.github.com/safelite/node-build:18 - container: awscli - image: packagerepository.sagaws.net:8082/safelite/awscli2-build:3.9 + image: nuget.pkg.github.com/safelite/awscli2-build:3.9 - container: prettier-node image: ghcr.io/safelite/prettier-node-build:23 endpoint: GitHub Docker From f17618fcc56f5e057251ccee4716bfdaccfe9939 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 29 Apr 2025 11:30:21 -0400 Subject: [PATCH 2/3] use ghcr instead use ghcr instead --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f62cc8c4..6590aec3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,9 @@ pr: resources: containers: - container: node - image: nuget.pkg.github.com/safelite/node-build:18 + image: ghcr.io/safelite/node-build:18 - container: awscli - image: nuget.pkg.github.com/safelite/awscli2-build:3.9 + image: ghcr.io/safelite/awscli2-build:3.9 - container: prettier-node image: ghcr.io/safelite/prettier-node-build:23 endpoint: GitHub Docker From 65f9bb410f0c175ac292409a9e3edd633dd959ec Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 29 Apr 2025 11:46:27 -0400 Subject: [PATCH 3/3] continued --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6590aec3a..3867fdcd6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,8 +19,10 @@ resources: containers: - container: node image: ghcr.io/safelite/node-build:18 + endpoint: GitHub Docker - container: awscli image: ghcr.io/safelite/awscli2-build:3.9 + endpoint: GitHub Docker - container: prettier-node image: ghcr.io/safelite/prettier-node-build:23 endpoint: GitHub Docker