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
I am following https://readonlyrest.com/download/ instructions to test the plugin, docker build -t ror --rm https://readonlyrest.com/docker-demo is failing with below error:
Step 13/24 : RUN KBN_ROR_VERSION=$(cat /tmp/published_ror_version) && echo "ror kbn version $KBN_ROR_VERSION" && /usr/share/kibana/bin/kibana-plugin --allow-root install "https://dobk8nrt1i.execute-api.eu-west-1.amazonaws.com/dev/download/trial?esVersion=${ES_VERSION}&pluginVersion=${KBN_ROR_VERSION}"
---> Running in 128391d97768
ror kbn version 1.18.8
Attempting to transfer from https://dobk8nrt1i.execute-api.eu-west-1.amazonaws.com/dev/download/trial?esVersion=7.3.2&pluginVersion=1.18.8
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/https://dobk8nrt1i.execute-api.eu-west-1.amazonaws.com/dev/download/trial?esVersion=7.3.2&pluginVersion=1.18.8/https://dobk8nrt1i.execute-api.eu-west-1.amazonaws.com/dev/download/trial?esVersion=7.3.2&pluginVersion=1.18.8-7.3.2.zip
Plugin installation was unsuccessful due to error "No valid url specified."
The command '/bin/sh -c KBN_ROR_VERSION=$(cat /tmp/published_ror_version) && echo "ror kbn version $KBN_ROR_VERSION" && /usr/share/kibana/bin/kibana-plugin --allow-root install "https://dobk8nrt1i.execute-api.eu-west-1.amazonaws.com/dev/download/trial?esVersion=${ES_VERSION}&pluginVersion=${KBN_ROR_VERSION}"' returned a non-zero code: 70
The text was updated successfully, but these errors were encountered:
We are migrating to a new CI system. Trial builds are lagging behind. Not for long though.
Please let me know which versions you need and I will link manually:
I am following https://readonlyrest.com/download/ instructions to test the plugin,
docker build -t ror --rm https://readonlyrest.com/docker-demo
is failing with below error:The text was updated successfully, but these errors were encountered: