You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the gateway had issues so, I made modifications to successfully build the gateway.
The changes were included in the following files:
Dockerfile.apisix-runtime.rpm
Dockerfile.apisix.rpm
Changes in Dockerfile.apisix-runtime.rpm and Dockerfile.apisix.rpm
To update the CentOS repository URLs, I added the following commands:
RUN cd /etc/yum.repos.d/ \
&& sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* \
&& sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
Changes in Dockerfile.apisix.rpm
To ensure all dependencies were installed correctly, I enabled the powertools repository before installing libyaml-devel:
Hi,
Building the gateway had issues so, I made modifications to successfully build the gateway.
The changes were included in the following files:
Dockerfile.apisix-runtime.rpm
Dockerfile.apisix.rpm
Changes in
Dockerfile.apisix-runtime.rpm
andDockerfile.apisix.rpm
To update the CentOS repository URLs, I added the following commands:
Changes in
Dockerfile.apisix.rpm
To ensure all dependencies were installed correctly, I enabled the
powertools
repository before installinglibyaml-devel
:After enabling
powertools
, the build process was successful.After building the gateway as an RPM, I encountered an installation error due to missing dependencies:
Note : Have mentioned the tag details and command
Can any give me any insides to make this up and running
The text was updated successfully, but these errors were encountered: