-
Notifications
You must be signed in to change notification settings - Fork 113
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
Switch from GCR to DockerHub #406
Switch from GCR to DockerHub #406
Conversation
Based on a discussion in https://paketobuildpacks.slack.com/archives/CULAS8ACD/p1600670275004100 it seems the Google Container Registry will not be used anymore some time in the near future. They recommend switching to DockerHub, where the same images are hosted. Replace all occurrences of `gcr.io/paketo-buildpacks` with the DockerHub alternative `docker.io/paketobuildpacks`. Update link to DockerHub images list. Signed-off-by: Matthias Diester <matthias.diester@de.ibm.com>
@kvedurmu fyi |
Thanks for making this change! Just want to point out that If you're interested in supporting builds off the Tiny or Base stacks check out https://github.com/paketo-buildpacks/builder for locations of all of the builders (this will also be documented on paketo.io soon) |
@kvedurmu thanks, we verified this, actually |
Merging this because it was done using |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qu1queee The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a follow up from shipwright-io#406 I tested if the container images that we build with Paketo can be deployed with the bionic stack via [test branch](6ff4ece). Moving from `builder:latest` to `builder:full` means that we are gonna stop running on top of a cflinuxfs3 stack in favor of a bionic stack. Paketo community mentioned that the bionic stack have parity with cflinuxfs3, therefore this is a safe change, plus the deployment validations I did.
This is a follow up from shipwright-io#406 I tested if the container images that we build with Paketo can be deployed with the bionic stack via [test branch](6ff4ece). Moving from `builder:latest` to `builder:full` means that we are gonna stop running on top of a cflinuxfs3 stack in favor of a bionic stack. Paketo community mentioned that the bionic stack have parity with cflinuxfs3, therefore this is a safe change, plus the deployment validations I did.
Fix #404
Based on a discussion in paketo buildpacks slack, it seems the Google Container Registry will not be used anymore some time in the near future. They recommend switching to DockerHub, where the same images are hosted.
Replace all occurrences of
gcr.io/paketo-buildpacks
with the DockerHub alternativedocker.io/paketobuildpacks
.Update link to DockerHub images list.