File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed
Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ WORKDIR /scratch
99RUN apk update && apk add ca-certificates && apk add curl && apk add patch
1010RUN curl https://start.spring.io/starter.zip \
1111 -d type=gradle-project \
12- -d bootVersion=3.4.1 \
12+ -d bootVersion=3.4.3 \
1313 -d javaVersion=$JVM \
1414 -d groupId=io.steeltoe.docker \
1515 -d artifactId=springbootadmin \
1616 -d applicationName=SpringBootAdmin \
1717 -d language=java \
1818 -d dependencies=codecentric-spring-boot-admin-server \
19- -d version=3.4.1 \
19+ -d version=3.4.3 \
2020 --output springbootadmin.zip
2121RUN mkdir springbootadmin && unzip -d springbootadmin springbootadmin.zip
2222COPY metadata metadata
Original file line number Diff line number Diff line change 1- 3.4.1
1+ 3.4.3
Original file line number Diff line number Diff line change 22# UAA Server Build
33# -----------------------------------------------------------------------------
44
5- FROM cloudfoundry/uaa:77.10 .0
5+ FROM cloudfoundry/uaa:77.20 .0
66COPY uaa.yml /uaa/uaa.yml
77COPY log4j2.properties /uaa/log4j2.properties
8- ENV CLOUDFOUNDRY_CONFIG_PATH /uaa
9- ENV SPRING_PROFILES hsql,default
8+ ENV CLOUDFOUNDRY_CONFIG_PATH= /uaa
9+ ENV SPRING_PROFILES= hsql,default
1010EXPOSE 8080
Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ This directory contains resources for building a [CloudFoundry User Account and
77To run this image locally:
88
99``` shell
10- docker run -it -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:77.10
10+ docker run -it -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:77
11+ ```
12+
13+ To run this image locally, overwriting the included ` uaa.yml ` file:
14+
15+ ``` shell
16+ docker run -it -p 8080:8080 --name steeltoe-uaa -v $pwd /uaa.yml:/uaa/uaa.yml steeltoe.azurecr.io/uaa-server:77
1117```
1218
1319## Customizing for your Cloud Foundry environment
@@ -21,6 +27,6 @@ These instructions will help you build and deploy a custom image to use as an id
21271 . ` .\build.ps1 uaa-server ` .
22281 . Push the image to an image repository accessible from your Cloud Foundry environment.
23291 . Deploy the image with a command similar to this:
24- * ` cf push steeltoe-uaa --docker-image steeltoe.azurecr.io/uaa-server:77.10 `
30+ * ` cf push steeltoe-uaa --docker-image steeltoe.azurecr.io/uaa-server:77 `
25311 . (Operator task) [ Add the new identity provider with OpenID Connect] ( https://docs.vmware.com/en/Single-Sign-On-for-VMware-Tanzu-Application-Service/1.14/sso/GUID-configure-external-id.html#config-ext-oidc )
2632 * Use the ` ssotile ` credentials from uaa.yml
Original file line number Diff line number Diff line change 1- -t uaa-server:77.10 -t uaa-server:77
1+ -t uaa-server:77.20 -t uaa-server:77
Original file line number Diff line number Diff line change 1- 77.10 .0
1+ 77.20 .0
You can’t perform that action at this time.
0 commit comments