We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0d22e commit e790b46Copy full SHA for e790b46
.github/workflows/package-apisix-rpm-ubi.yml
@@ -62,11 +62,6 @@ jobs:
62
run: |
63
docker run -itd -v $PWD/output:/output -v $(pwd)/test/apisix/config.yaml:/usr/local/apisix/conf/config.yaml --name ubiInstance --net="host" registry.access.redhat.com/ubi9/ubi:9.6 /bin/bash
64
65
- - name: enable apisix repository in container
66
- run: |
67
- docker exec ubiInstance bash -c "rpm --import https://repos.apiseven.com/KEYS"
68
- docker exec ubiInstance bash -c "yum -y install https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm"
69
-
70
- name: install APISIX(-remote) master by rpm in container
71
72
docker exec ubiInstance bash -c "yum -y localinstall /output/apisix-remote-master-0.ubi9.6.x86_64.rpm"
0 commit comments