#!/bin/bash
. ../docker-hooks.sh

image="clearlinux/rabbitmq"
package=rabbitmq-server

do_tag $image $package
