Skip to content

Commit

Permalink
Merge pull request #192 from che-incubator/pr-update-base-images-1734…
Browse files Browse the repository at this point in the history
…739504

chore: Update from ubi8/ubi:8.10-1132 to ubi8/ubi:8.10-1161
  • Loading branch information
RomanNikitenko authored Dec 21, 2024
2 parents eecbe68 + a249f9e commit b868df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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://registry.access.redhat.com/ubi8/ubi
FROM registry.access.redhat.com/ubi8/ubi:8.10-1132 as ubi-builder
FROM registry.access.redhat.com/ubi8/ubi:8.10-1161 as ubi-builder
COPY --chown=0:0 asset-required-rpms.txt /tmp/asset-required-rpms.txt

RUN mkdir -p /mnt/rootfs
Expand Down Expand Up @@ -84,7 +84,7 @@ RUN rm /mnt/rootfs/etc/hosts

# Stage 2. Copy from build environment Projector assembly to the runtime. Projector runs in headless mode.
# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.10-1130
FROM registry.access.redhat.com/ubi8-minimal:8.10-1154
ENV HOME=/home/projector
ENV PROJECTOR_ASSEMBLY_DIR /projector
ENV PROJECTOR_CONFIG_DIR $HOME/.jetbrains
Expand Down
2 changes: 1 addition & 1 deletion che-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# https://registry.access.redhat.com/ubi8/ubi
FROM registry.access.redhat.com/ubi8/ubi:8.10-1132
FROM registry.access.redhat.com/ubi8/ubi:8.10-1161

RUN yum install java-11-openjdk-devel unzip -y --nodocs
COPY . /devfile-plugin-compilation
Expand Down

0 comments on commit b868df6

Please sign in to comment.