Skip to content

Commit

Permalink
Switch petclinic image to ghcr
Browse files Browse the repository at this point in the history
The petclinic image was hosted on my personal dockerhub account. While
it is a "public" image, Docker Hub has started to require auth to pull.
Switching to GitHub Container Registry so that it's a repository under
the control of this project, and actually public.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed May 12, 2022
1 parent 5bb7222 commit b9933b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/spring-petclinic/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- name: workload
# built with paketo builder from https://github.com/spring-projects/spring-petclinic
image: scothis/petclinic:service-bindings-20200922
image: ghcr.io/vmware-tanzu/servicebinding/test/petclinic:20200922
env:
# tell the workload to use mysql instead of the default embedded database
- name: SPRING_PROFILES_ACTIVE
Expand Down

0 comments on commit b9933b5

Please sign in to comment.