Skip to content

Conversation

@TimHess
Copy link
Member

@TimHess TimHess commented Sep 23, 2025

  • Update Config Server, Eureka Server and Spring Boot Admin to Spring Boot 3.5.6
  • Bump Eureka to 4.3.0 (via start.spring.io), SBA to 3.5.5 (via new patch file)
  • Convert .adoc files to .md
  • Use Gradle (plus buildpacks) instead of dockerfiles to build the non-UAA images for easier server development

…ka, sba deps

- also convert all .adoc to .md
@TimHess TimHess requested a review from bart-vmware September 23, 2025 13:59
- use metadata/IMAGE_VERSION as source of truth, also read it in fewer places
- use lazy-initialization in eureka to improve start time
…t version to metadata

- add build.ps1 to workflow triggers
- remove bash script
Copy link
Member

@bart-vmware bart-vmware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tried to run anything yet; initial feedback is based on browsing through the diff.

@TimHess TimHess requested a review from bart-vmware September 26, 2025 13:45
bart-vmware

This comment was marked as resolved.

@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Sep 30, 2025
- Pass a couple more properties to Initializr
- Remove spring.config.name override
- Opt out of cloud native binding support
- Exclude "-temp" folders from supported images list
@github-actions
Copy link

github-actions bot commented Oct 2, 2025

To run the UAA server image built for this pull request:

docker run --rm -d --pull=always -p 8080:8080 --name uaa-pr steeltoe.azurecr.io/uaa-server:pr-48

@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@github-actions
Copy link

github-actions bot commented Oct 2, 2025

To run the Eureka server image built for this pull request:

docker run --rm -d --pull=always -p 8761:8761 --name eureka-pr steeltoe.azurecr.io/eureka-server:pr-48

@github-actions
Copy link

github-actions bot commented Oct 2, 2025

To run the Spring Cloud Config Server image built for this pull request:

docker run --rm -d --pull=always -p 8888:8888 --name config-pr steeltoe.azurecr.io/config-server:pr-48

@github-actions
Copy link

github-actions bot commented Oct 2, 2025

To run the Spring Boot Admin server image built for this pull request:

docker run --rm -d --pull=always -p 9099:9099 --name sba-pr steeltoe.azurecr.io/spring-boot-admin:pr-48

@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Oct 2, 2025
@TimHess TimHess requested a review from bart-vmware October 3, 2025 12:39
@bart-vmware
Copy link
Member

Please add the .vs directory to .gitignore to fix the following when opening a file in VS:

image

@TimHess
Copy link
Member Author

TimHess commented Oct 6, 2025

Please add the .vs directory to .gitignore to fix the following when opening a file in VS:

image

What opened in Visual Studio? There's nothing .NET in this repo, so this isn't something I would expect

@bart-vmware
Copy link
Member

Please add the .vs directory to .gitignore to fix the following when opening a file in VS:
image

What opened in Visual Studio? There's nothing .NET in this repo, so this isn't something I would expect

I opened the folder to get colorization on the script.

- add VS and VS Code folders to .gitignore
- put versions in artifact name
@github-actions
Copy link

github-actions bot commented Oct 6, 2025

To run the UAA server image built for this pull request:

docker run --rm -d --pull=always -p 8080:8080 --name uaa-pr steeltoe.azurecr.io/uaa-server:pr-48

@github-actions
Copy link

github-actions bot commented Oct 6, 2025

To run the Spring Cloud Config Server image built for this pull request:

docker run --rm -d --pull=always -p 8888:8888 --name config-pr steeltoe.azurecr.io/config-server:pr-48

@github-actions
Copy link

github-actions bot commented Oct 6, 2025

To run the Eureka server image built for this pull request:

docker run --rm -d --pull=always -p 8761:8761 --name eureka-pr steeltoe.azurecr.io/eureka-server:pr-48

@github-actions
Copy link

github-actions bot commented Oct 6, 2025

To run the Spring Boot Admin server image built for this pull request:

docker run --rm -d --pull=always -p 9099:9099 --name sba-pr steeltoe.azurecr.io/spring-boot-admin:pr-48

@TimHess
Copy link
Member Author

TimHess commented Oct 6, 2025

Please add the .vs directory to .gitignore to fix the following when opening a file in VS:

What opened in Visual Studio? There's nothing .NET in this repo, so this isn't something I would expect

I opened the folder to get colorization on the script.

I'd argue VS code is a much better option for use in this repo, and I would not expect or advise the use of VS here, but it won't hurt to add this

@TimHess TimHess requested a review from bart-vmware October 6, 2025 19:30
Copy link
Member

@bart-vmware bart-vmware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it's all working great now.

@TimHess TimHess merged commit 5c283e6 into main Oct 7, 2025
5 checks passed
@TimHess TimHess deleted the boot-3.5 branch October 7, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants