spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
163 stars 88 forks source link

Use Docker Hub credentials for Integration and other tests #481

Closed corneil closed 1 month ago

corneil commented 1 month ago

The integration tests on minikube needs to have imagePullSecrets for Docker Hub. Docker and Docker compose based tests will require prior docker login.

corneil commented 1 month ago

The integration tests fails on developer workstation but not in GitHub Actions.