From f9aadc62ed40d9b68e2ca64b1c0ee56f0c2b3322 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 13 Mar 2025 10:45:36 +0900 Subject: [PATCH] Use ghcr.io/ruby/fedora:latest instead of docker.io for avoiding rate limit --- tool/annocheck/Dockerfile | 2 +- tool/annocheck/Dockerfile-copy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/annocheck/Dockerfile b/tool/annocheck/Dockerfile index 138adc48de..d1fb1839c9 100644 --- a/tool/annocheck/Dockerfile +++ b/tool/annocheck/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/fedora:latest +FROM ghcr.io/ruby/fedora:latest RUN dnf -y install annobin-annocheck WORKDIR /work diff --git a/tool/annocheck/Dockerfile-copy b/tool/annocheck/Dockerfile-copy index 0a79f3a50a..d437f27387 100644 --- a/tool/annocheck/Dockerfile-copy +++ b/tool/annocheck/Dockerfile-copy @@ -1,4 +1,4 @@ -FROM docker.io/fedora:latest +FROM ghcr.io/ruby/fedora:latest ARG IN_DIR RUN dnf -y install annobin-annocheck