Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore: Update from ubi8/nodejs-16-minimal:1-121.1689151246 to ubi8/no…
Browse files Browse the repository at this point in the history
…dejs-16-minimal:1-128 (#768)

* chore: Update from ubi8/nodejs-16-minimal:1-121.1689151246 to ubi8/nodejs-16-minimal:1-128

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* chore: Update from ubi8/httpd-24:1-268.1689584944 to ubi8/httpd-24:1-274

Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
che-bot and nickboldt authored Aug 14, 2023
1 parent 1c93850 commit 5c5b876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Builder: check meta.yamls and create index.json
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-16-minimal
FROM registry.access.redhat.com/ubi8/nodejs-16-minimal:1-121.1689151246 as builder
FROM registry.access.redhat.com/ubi8/nodejs-16-minimal:1-128 as builder
USER 0

#################
Expand Down Expand Up @@ -59,7 +59,7 @@ RUN chmod -R g+rwX /build/devfiles

# Build registry, copying meta.yamls and index.json from builder
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/httpd-24
FROM registry.access.redhat.com/ubi8/httpd-24:1-268.1689584944 AS registry
FROM registry.access.redhat.com/ubi8/httpd-24:1-274 AS registry
USER 0

# latest httpd container doesn't include ssl cert, so generate one
Expand Down

0 comments on commit 5c5b876

Please sign in to comment.