Skip to content

Commit

Permalink
Switch to CentOS 8 repo to use ARM64 package (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Apr 27, 2021
1 parent 61c8554 commit 05e7a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ jobs:
image: nginx-ingress
tag: edge-ubi
type: openshift
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
platforms: linux/arm64,linux/amd64
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ LABEL image-version=ubi-nginx-$NGINX_VERSION-$IC_VERSION

RUN echo "[nginx]" >> /etc/yum.repos.d/nginx.repo \
&& echo "name=nginx repo" >> /etc/yum.repos.d/nginx.repo \
&& echo "baseurl=https://nginx.org/packages/mainline/rhel/8/\$basearch/" >> /etc/yum.repos.d/nginx.repo \
&& echo "baseurl=https://nginx.org/packages/mainline/centos/8/\$basearch/" >> /etc/yum.repos.d/nginx.repo \
&& echo "gpgcheck=0" >> /etc/yum.repos.d/nginx.repo \
&& echo "enabled=1" >> /etc/yum.repos.d/nginx.repo \
&& echo "module_hotfixes=true" >> /etc/yum.repos.d/nginx.repo \
Expand Down

0 comments on commit 05e7a19

Please sign in to comment.