Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE-2312: gchr.io to gcr.io switch on provider #32

Closed
wants to merge 3 commits into from
Closed

Conversation

akhilesh2410
Copy link
Contributor

No description provided.

@@ -95,7 +95,7 @@ build-iso:
provider-image:

FROM --platform=linux/${ARCH} +base-image
# added PROVIDER_K8S_VERSION to fix missing image in ghcr.io/kairos-io/provider-*
# added PROVIDER_K8S_VERSION to fix missing image in gcr.io/spectro-dev-public/kairos-io/provider-*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use dev-public. Retha the image to spectro-public

@@ -141,13 +141,13 @@ stylus-image:

kairos-provider-image:
IF [ "$K8S_DISTRIBUTION" = "kubeadm" ]
ARG PROVIDER_BASE=ghcr.io/kairos-io/provider-kubeadm:$KUBEADM_PROVIDER_VERSION
ARG PROVIDER_BASE=gcr.io/spectro-dev-public/kairos-io/provider-kubeadm:$KUBEADM_PROVIDER_VERSION

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

ELSE IF [ "$K8S_DISTRIBUTION" = "k3s" ]
ARG PROVIDER_BASE=ghcr.io/kairos-io/provider-k3s:$K3S_PROVIDER_VERSION
ARG PROVIDER_BASE=gcr.io/spectro-dev-public/kairos-io/provider-k3s:$K3S_PROVIDER_VERSION

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

ELSE IF [ "$K8S_DISTRIBUTION" = "rke2" ]
ARG PROVIDER_BASE=ghcr.io/kairos-io/provider-rke2:$RKE2_PROVIDER_VERSION
ARG PROVIDER_BASE=gcr.io/spectro-dev-public/kairos-io/provider-rke2:$RKE2_PROVIDER_VERSION

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@santhoshdaivajna santhoshdaivajna changed the title PE-2260: gchr.io to gcr.io switch on provider PE-2312: gchr.io to gcr.io switch on provider Aug 9, 2023
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.

4 participants