Skip to content

fix: [CLIENT-5076] route volume-loader image through JFrog instead of Docker Hub - #273

Draft
dmishra-aero wants to merge 1 commit into
mainfrom
CLIENT-5076-aerospike-server-alpine-dockerhub-bypass
Draft

fix: [CLIENT-5076] route volume-loader image through JFrog instead of Docker Hub#273
dmishra-aero wants to merge 1 commit into
mainfrom
CLIENT-5076-aerospike-server-alpine-dockerhub-bypass

Conversation

@dmishra-aero

@dmishra-aero dmishra-aero commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Issue

The volume-loader step currently runs docker run ... alpine, which resolves to docker.io/library/alpine:latest and pulls directly from Docker Hub. This bypasses the JFrog registry the action already authenticates to and prevents the image from benefiting from JFrog's authenticated pull-through cache. As a result, Docker Hub rate limits or timeouts can fail the build-linux job here

Fix

Route the volume-loader image through the JFrog Docker Hub mirror (${container-repo-url}/docker-remote/alpine:3.20) so it benefits from the existing authenticated pull-through cache instead of pulling directly from Docker Hub. This removes the last remaining Docker Hub dependency from the action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant