Commit 2068ab68 authored by nimrod's avatar nimrod
Browse files

Revert "workbench: Use the rabbitmqadmin-ng CLI."

This reverts commit 6fe3c5dd.

The new client doesn't work with the Amazon MQ brokers.
parent 6fe3c5dd
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ RUN export GOPATH=/usr/local/lib/go && \
    go install sigs.k8s.io/kustomize/kustomize/v5@latest && \
    rm -rf /tmp/* /var/tmp/* ~/.cache/*
# hadolint ignore=SC2263
RUN install -m 0755 <(curl https://github.com/rabbitmq/rabbitmqadmin-ng/releases/download/v2.3.0/rabbitmqadmin-2.3.0-x86_64-unknown-linux-gnu) /usr/local/bin/rabbitmqadmin && \
RUN install -m 0755 <(curl https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.12.6/deps/rabbitmq_management/bin/rabbitmqadmin) /usr/local/bin/rabbitmqadmin && \
    install -m 0755 <(curl "https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-$(go env GOOS)-$(go env GOARCH)") /usr/local/bin/reg && \
    install -m 0755 <(curl "https://github.com/rancher/rke/releases/download/v1.4.10/rke_$(go env GOOS)-$(go env GOARCH)") /usr/local/bin/rke && \
    install -m 0755 <(curl "https://pkgx.sh/Linux/$(uname -m)") /usr/local/bin/pkgx && \
@@ -299,6 +299,7 @@ RUN install -m 0755 <(curl https://github.com/rabbitmq/rabbitmqadmin-ng/releases
    echo "export PATH=\$HOME/.asdf/shims:/usr/local/lib/go/bin:\$PATH" > /etc/profile.d/workbench.sh && \
    rm -rf /tmp/* /var/tmp/* ~/.cache/*
RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
    rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin && \
    poetry completions bash > /etc/bash_completion.d/poetry && \
    register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \
    register-python-argcomplete pipx -s bash > /etc/bash_completion.d/pipx && \