Skip to content

Commit 6bec1aa

Browse files
authored
chore: update source versions (#2323)
1 parent 3b02b09 commit 6bec1aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
id: run_build
115115
run: |
116116
cd flex/
117-
sudo python${{ matrix.python_version }} flex_setup.py --jans-branch="v1.12.0" --jans-setup-branch="v1.12.0" -download-exit -yes --keep-downloads --keep-setup -force-download
117+
sudo python${{ matrix.python_version }} flex_setup.py --jans-branch="main" --jans-setup-branch="main" -download-exit -yes --keep-downloads --keep-setup -force-download
118118
cp -r /opt/dist flex-src/opt/
119119
cp -r /opt/jans flex-src/opt/
120120
touch flex-src/opt/jans/jans-setup/package

docker-admin-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EXPOSE 8080
2020
# Assets sync
2121
# ===========
2222

23-
ENV JANS_SOURCE_VERSION=44567396b3c7ba2e39ecfcbd0467709ecb847bec
23+
ENV JANS_SOURCE_VERSION=a9bbd274ab49b24e22f4adbdb606152e59da9699
2424

2525
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
2626

@@ -45,7 +45,7 @@ RUN cd /tmp/jans \
4545
&& cp ${JANS_SETUP_DIR}/schema/custom_schema.json /app/schema/ \
4646
&& cp ${JANS_SETUP_DIR}/schema/opendj_types.json /app/schema/
4747

48-
ENV FLEX_SOURCE_VERSION=b180ace375c29dce44d5e70f90ab26bc3f9c0989
48+
ENV FLEX_SOURCE_VERSION=3b02b09d30e7c08a40e08b7a6406a27930603cb8
4949

5050
RUN mkdir -p /app/templates/admin-ui
5151

docker-flex-all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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=44567396b3c7ba2e39ecfcbd0467709ecb847bec
68+
ENV JANS_SOURCE_VERSION=a9bbd274ab49b24e22f4adbdb606152e59da9699
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

docker-flex-monolith/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ EXPOSE 443 8080 1636
4141
# flex-linux-setup
4242
# =====================
4343

44-
ENV FLEX_SOURCE_VERSION=b180ace375c29dce44d5e70f90ab26bc3f9c0989
44+
ENV FLEX_SOURCE_VERSION=3b02b09d30e7c08a40e08b7a6406a27930603cb8
4545

4646
# cleanup
4747
RUN rm -rf /tmp/jans

0 commit comments

Comments
 (0)