Skip to content

Commit 1639712

Browse files
committed
chore(cloud-native): sync admin-ui resource scope mapping
Signed-off-by: iromli <isman.firmansyah@gmail.com>
1 parent 7dd724e commit 1639712

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

docker-admin-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EXPOSE 8080
2222

2323
RUN mkdir -p /app/static/rdbm /app/schema /app/templates/admin-ui
2424

25-
ENV JANS_SOURCE_VERSION=04d297c046dd9d8ef54c0544e6187153b7ed87cf
25+
ENV JANS_SOURCE_VERSION=88d8e89acc598b9ddf68659b0a51c3c9e3b712f0
2626
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
2727

2828
# note that as we're pulling from a monorepo (with multiple project in it)
@@ -44,7 +44,7 @@ RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https:
4444

4545
WORKDIR /tmp/flex
4646

47-
ENV FLEX_SOURCE_VERSION=dc807c4e8678477258e730206ab89da412b13594
47+
ENV FLEX_SOURCE_VERSION=7dd724efc02c20c9f22fac0eb90bbf9948202415
4848
ARG FLEX_SETUP_DIR=flex-linux-setup/flex_linux_setup
4949

5050
RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https://github.com/GluuFederation/flex . \

docker-flex-all-in-one/Dockerfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,19 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
6565
# Assets sync
6666
# ===========
6767

68-
ENV JANS_SOURCE_VERSION=408db95b458691c2b307b51fe180f9cc61b4eb95
68+
ENV JANS_SOURCE_VERSION=88d8e89acc598b9ddf68659b0a51c3c9e3b712f0
6969

7070
# note that as we're pulling from a monorepo (with multiple project in it)
7171
# we are using partial-clone and sparse-checkout to get the assets
7272
ARG GIT_CLONE_DEPTH=100
73-
RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https://github.com/janssenproject/jans /tmp/jans \
74-
&& cd /tmp/jans \
73+
WORKDIR /tmp/jans
74+
75+
RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https://github.com/janssenproject/jans . \
7576
&& git sparse-checkout init --cone \
76-
&& git checkout ${JANS_SOURCE_VERSION} \
77-
&& git sparse-checkout add jans-pycloudlib
77+
&& git sparse-checkout add jans-pycloudlib \
78+
&& git checkout ${JANS_SOURCE_VERSION}
79+
80+
WORKDIR /
7881

7982
# ------
8083
# Python

0 commit comments

Comments
 (0)