Skip to content

Commit

Permalink
Prefers public registry
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaslis committed Dec 4, 2024
1 parent 0bfc4f8 commit e7d2ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi8/ubi:8.10-1132.1731461736 AS rpm-builder
FROM registry.access.redhat.com/ubi8/ubi:8.10-1132.1731461736 AS rpm-builder

# Install rpm-build and dependencies, move sources and spec file to their respective directories, build the RPMs and install them
RUN yum install -y rpm-build cmake3 gcc-c++ yum-utils
Expand Down Expand Up @@ -243,7 +243,7 @@ RUN yum-builddep --assumeyes SPECS/gateway-rockspecs.spec

RUN rpmbuild -ba SPECS/gateway-rockspecs.spec

FROM registry.redhat.io/ubi8/ubi:8.10-1132.1731461736 AS apicast
FROM registry.access.redhat.com/ubi8/ubi:8.10-1132.1731461736 AS apicast

LABEL summary="3scale's API gateway (APIcast) is an OpenResty application which consists of two parts: Nginx configuration and Lua files." \
description="APIcast is not a standalone API gateway therefore it needs connection to the 3scale API management platform. The container includes OpenResty and uses LuaRocks to install dependencies (rocks are installed in the application folder)." \
Expand Down

0 comments on commit e7d2ad8

Please sign in to comment.