File tree Expand file tree Collapse file tree 2 files changed +0
-43
lines changed Expand file tree Collapse file tree 2 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,8 @@ FROM sapmachine:21-jdk-headless-ubuntu-jammy AS builder
33
44WORKDIR /uaa
55
6- # Patch admin client, add authority password.write
7- COPY PatchAdminOAuthClient.java /PatchAdminOAuthClient.java
86RUN apt-get update && apt-get install jq git curl -y \
97 && git clone -b $(curl -s https://api.github.com/repos/cloudfoundry/uaa/releases/latest | jq -r '.tag_name' ) https://github.com/cloudfoundry/uaa.git . --recursive --depth=1 --shallow-submodules \
10- && javac /PatchAdminOAuthClient.java -d / \
11- && java -cp / PatchAdminOAuthClient uaa/src/main/webapp/WEB-INF/spring/oauth-clients.xml \
128 && ./gradlew -Pversion=$(curl -s https://api.github.com/repos/cloudfoundry/uaa/releases/latest | jq -r '.tag_name' ) clean build -x test
139
1410FROM mikefarah/yq:4 AS yq
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments