From 28954a41cb1c958de554e53dd9e828d63b5375d4 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 28 Mar 2023 11:17:48 -0400 Subject: [PATCH] use docker hub registry --- functions/v2/[[image]].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/v2/[[image]].js b/functions/v2/[[image]].js index e62e534..941b455 100644 --- a/functions/v2/[[image]].js +++ b/functions/v2/[[image]].js @@ -6,7 +6,7 @@ const DEFAULT_USER = "ewpratten"; const ALLOWED_EXTRA_USERS = [ ]; -const TARGET_URL = new URL("https://index.docker.io/v2/"); +const TARGET_URL = new URL("https://registry.hub.docker.com/v2/"); export function onRequest(context) {