Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

allow custom external image #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MasslessParticle
Copy link

This change adds a property that allows the user to configure a non-standard image to be used as the node-image.

We needed to pull a node image from a corporate proxy to avoid docker rate limiting so building our own via the node-input property didn't make a ton on sense.

Readme formatting got kind of mangled, sorry.

@hoegaarden
Copy link
Contributor

Sorry for the late reply!

I think the same can be achieved already, by pulling in your custom image via a concourse resource (registry-image, with format: oci) and feed that into kind-on-c via the node-image input.
I would rather prefer that, so concourse keeps track on which image is being used and the task container does not go off an pull in "random things" (it already does that too often, as it stands right now).

Would that solve your issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants