Skip to content

Commit

Permalink
fix: image updater
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 1, 2022
1 parent fdf9c7b commit 92d5fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automation/auto_update_image_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():

for image in docker_image_folders:
try:
update_image(image, "CN_SOURCE_URL", "CN_BUILD_DATE")
update_image(image, "GLUU_SOURCE_URL", "GLUU_BUILD_DATE")
except KeyError:
print(f'Docker image {image} does not contain any packages to update')
continue
Expand Down
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf
# TODO:
# - use NODE_ENV=production
# - download build package (not git clone)
ENV ADMIN_UI_VERSION=c2d81b323a9dc85389e078989933682e11545b09
ENV ADMIN_UI_VERSION=51fe9e12269a9882a63f1a4d4dc1a3f537b204b6

# note that as we're pulling from a monorepo (with multiple project in it)
# we are using partial-clone and sparse-checkout to get the admin-ui code
Expand Down
2 changes: 1 addition & 1 deletion docker-casa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EXPOSE 8080
# ====

ENV GLUU_VERSION=5.0.0-SNAPSHOT
ENV GLUU_BUILD_DATE="2022-01-08 18:32"
ENV GLUU_BUILD_DATE='2022-02-28 21:45'
ENV GLUU_SOURCE_URL=https://jenkins.gluu.org/maven/org/gluu/casa/${GLUU_VERSION}/casa-${GLUU_VERSION}.war

# Install Casa
Expand Down

0 comments on commit 92d5fb4

Please sign in to comment.