cloudfoundry / cf-for-k8s

The open source deployment manifest for Cloud Foundry on Kubernetes
Apache License 2.0
300 stars 115 forks source link

Smoke Tests should use a `cloudfoundry` org image to avoid rate limiting #589

Closed tcdowney closed 3 years ago

tcdowney commented 3 years ago

Describe the bug

The smoke tests are currently using the cfrouting/httpbin container image for the Docker portion and this eventually hits rate limits since it is not part of the cloudfoundry DockerHub org

The relevant lines are here: https://github.com/cloudfoundry/cf-for-k8s/blob/10673d5cc9017f43c7ed87bf0c75b83ac6f21dbf/tests/smoke/smoke_test.go#L115

cf-gitbot commented 3 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/176002989

The labels on this github issue will be updated when the story is started.

jamespollard8 commented 3 years ago

Closing as a duplicate of https://github.com/cloudfoundry/cf-for-k8s/issues/580