Skip to content

Conversation

@TimHess
Copy link
Member

@TimHess TimHess commented Feb 24, 2025

  • Spring Boot Admin 3.4.1 -> 3.4.3
  • UAA 77.10 -> 77.20
  • Update ENV syntax to avoid deprecation warning
  • Add a note about how to overwrite uaa.yml

Also updates workflows to comment on pull requests with the command for running an image that is modified by the PR

@TimHess TimHess marked this pull request as draft February 24, 2025 14:47
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Feb 24, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Feb 24, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Feb 24, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Feb 24, 2025
@SteeltoeOSS SteeltoeOSS deleted a comment from github-actions bot Feb 24, 2025
@github-actions
Copy link

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-42

@github-actions
Copy link

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-42

@github-actions
Copy link

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-42

@github-actions
Copy link

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-42

@TimHess TimHess marked this pull request as ready for review February 24, 2025 16:29
@TimHess TimHess self-assigned this Feb 24, 2025
@TimHess TimHess requested a review from bart-vmware February 24, 2025 16:47
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.

Nice, thanks!

@TimHess TimHess merged commit 9ef4743 into main Feb 24, 2025
5 checks passed
@TimHess TimHess deleted the bump-uaa-sba branch February 24, 2025 16:59
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.

Automatic output of command to run images built for PR

3 participants