Sha256: b9298030aa4592a599d71de1c3bc19f36613e510c7f63cc3d8a6c65098aca088
Contents?: true
Size: 519 Bytes
Versions: 4
Compression:
Stored size: 519 Bytes
Contents
FROM ubuntu:bionic RUN apt-get -q update && \ apt-get install -yq --no-install-recommends gnupg1 wget ca-certificates apt-transport-https RUN echo 'deb https://dl.bintray.com/rabbitmq/debian bionic main erlang' > /etc/apt/sources.list.d/rabbitmq.list && \ wget -O - 'https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc' | apt-key add - RUN apt-get -q update && \ apt-get install -yq rabbitmq-server COPY docker-entrypoint.sh / ENTRYPOINT /docker-entrypoint.sh EXPOSE 5671 5672 15672
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bunny-2.13.0 | docker/Dockerfile |
bunny-2.12.1 | docker/Dockerfile |
bunny-2.12.0 | docker/Dockerfile |
bunny-2.12.0.rc1 | docker/Dockerfile |