Thanks for taking the time to contribute!
This repository packages Spring Cloud Config Server as a Docker image. If your issue or idea is about Config Server's own behavior rather than this packaging, it's usually better raised upstream at spring-cloud/spring-cloud-config.
Please use the issue templates when opening a new issue - they ask for the information needed to reproduce problems (image tag, platform, mounted configuration) up front.
- Fork the repo and create a branch off
main. - Build the image and run the test suite locally:
Individual backend integration tests (each spins up its own testcontainer) can be run one at a time with:
./gradlew testwhere./gradlew test -PtestFilter=<backend><backend>is one of the tags used inci.yml, e.g.git,redis,vault,aws-s3,postgres. - Open a pull request against
mainusing the PR template. CI builds the image for bothx64andarmand runs the full integration test matrix against every supported backend - a green run is required before merge.
Dependency bumps are managed by Renovate and open as a single grouped PR on a weekly schedule; you don't need to bump versions by hand.