Skip to content

Commit c14b1f4

Browse files
authored
fix(image): add missing openapi-merge-cli executable (#526)
1 parent 5798ee9 commit c14b1f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docker-admin-ui/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk update \
77
# TODO:
88
# - use NODE_ENV=production
99
# - download build package (not git clone)
10-
ENV ADMIN_UI_VERSION=224001fe4ef0c9d0a16e4a2af02e34c93ebe0443
10+
ENV ADMIN_UI_VERSION=5798ee9f6320602d756cb2d33fe297200d2231dd
1111

1212
# note that as we're pulling from a monorepo (with multiple project in it)
1313
# we are using partial-clone and sparse-checkout to get the admin-ui code
@@ -20,6 +20,7 @@ RUN git clone --filter blob:none --no-checkout https://github.com/GluuFederation
2020
&& mv /tmp/flex/admin-ui /opt/flex/admin-ui \
2121
&& cd /opt/flex/admin-ui \
2222
&& npm install @openapitools/openapi-generator-cli \
23+
&& npm install openapi-merge-cli \
2324
&& npm run api \
2425
&& npm install \
2526
&& npm uninstall @openapitools/openapi-generator-cli \
@@ -66,7 +67,7 @@ RUN python3 -m ensurepip \
6667
# jans-linux-setup sync
6768
# =====================
6869

69-
ENV JANS_SOURCE_VERSION=0783176284eec597c4fe6d83e892c82bcbe5e138
70+
ENV JANS_SOURCE_VERSION=e74ea8e27e59d35ff6e3c6f997e6c1df6a04ec83
7071
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7172

7273
# note that as we're pulling from a monorepo (with multiple project in it)

docker-admin-ui/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
libcst<0.4
22
# pinned to py3-grpcio version to avoid failure on native extension build
33
grpcio==1.41.0
4-
git+https://github.com/JanssenProject/jans@a3f91108011ffd1ec17b581e3c209e12510d407e#egg=jans-pycloudlib&subdirectory=jans-pycloudlib
4+
git+https://github.com/JanssenProject/jans@e74ea8e27e59d35ff6e3c6f997e6c1df6a04ec83#egg=jans-pycloudlib&subdirectory=jans-pycloudlib

0 commit comments

Comments
 (0)