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
3
3
4
4
WORKDIR /uaa
5
5
6
- # Patch admin client, add authority password.write
7
- COPY PatchAdminOAuthClient.java /PatchAdminOAuthClient.java
8
6
RUN apt-get update && apt-get install jq git curl -y \
9
7
&& 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 \
12
8
&& ./gradlew -Pversion=$(curl -s https://api.github.com/repos/cloudfoundry/uaa/releases/latest | jq -r '.tag_name' ) clean build -x test
13
9
14
10
FROM mikefarah/yq:4 AS yq
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments