Skip to content

Version 0.7.0 not working with rabbitmq 4.1.0 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pabermod opened this issue May 5, 2025 · 2 comments
Closed

Version 0.7.0 not working with rabbitmq 4.1.0 #116

pabermod opened this issue May 5, 2025 · 2 comments

Comments

@pabermod
Copy link

pabermod commented May 5, 2025

When launching rabbitmq in a container using latest version of the plugin I get the following error:

Image

I include my docker file and docker compose (With custom code for creating ssl cert omitted)

FROM rabbitmq:4.1-management

CMD rabbitmq-server
services:
  rabbitmq: 
    ports: 
      - 15671:15671
      - 5671:5671
      - 5672:5672
    volumes:
      - ./rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf
      - ./plugins:/usr/lib/rabbitmq/plugins
    container_name: rabbitmq-ssl
    hostname: rabbitmq-ssl
    build:
      context: .
      dockerfile: ./Dockerfile
    environment:
        - RABBITMQ_PLUGINS_DIR=/opt/rabbitmq/plugins:/usr/lib/rabbitmq/plugins
@noxdafox
Copy link
Owner

noxdafox commented May 5, 2025

Hello, it seems a build dependency sneaked into the requirements.

I will publish a fix tonight.

@noxdafox
Copy link
Owner

noxdafox commented May 5, 2025

Added mix_task_archive_deps to 0.7.0 artifacts.

Build 0.7.1 exclude that dependency from the runtime ones.

@noxdafox noxdafox closed this as completed May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants