Skip to content

Commit

Permalink
chore: Update from ubi8-minimal:8.4-212 to ubi8-minimal:8.5-204
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored and vzhukovs committed Dec 13, 2021
1 parent d2c2cc5 commit c5f0b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# * asset-projector-server-assembly.zip - Projector Server assembly;
# * asset-static-assembly.tar.gz - archived `static/` directory.
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.4-212 as projectorAssembly
FROM registry.access.redhat.com/ubi8-minimal:8.5-204 as projectorAssembly
ENV PROJECTOR_DIR /projector
COPY asset-ide-packaging.tar.gz /tmp/ide-unpacked/
COPY asset-projector-server-assembly.zip $PROJECTOR_DIR/
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN set -ex \
# Stage 2. Build the main image with necessary environment for running Projector
# Doesn't require to be a desktop environment. Projector runs in headless mode.
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.4-212
FROM registry.access.redhat.com/ubi8-minimal:8.5-204
ENV PROJECTOR_USER_NAME projector-user
ENV PROJECTOR_DIR /projector
ENV HOME /home/$PROJECTOR_USER_NAME
Expand Down

0 comments on commit c5f0b82

Please sign in to comment.