Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/rabbitmq
base: master
Choose a base ref
...
head repository: docker/rabbitmq
compare: 3.9.15-management-20220418
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 18, 2022

  1. 3.9.15-management

    chubing committed Apr 18, 2022
    Copy the full SHA
    b7e128c View commit details
  2. Update common.bash

    chubing committed Apr 18, 2022
    Copy the full SHA
    cf5a694 View commit details
  3. Update Jenkinsfile

    chubing committed Apr 18, 2022
    Copy the full SHA
    59af0f7 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 Dockerfile
  2. +1 −1 Jenkinsfile
  3. +1 −1 common.bash
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM rabbitmq:3.7-management
FROM rabbitmq:3.9.15-management
MAINTAINER ethan@unc.edu ekromhout@gmail.com
ENV RABBITMQ_LOGS=/tmp/lograbbitmq RABBITMQ_SASL_LOGS=/tmp/lograbbitmq
COPY container_files/usr-local-bin/ /usr/local/bin/
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
stage('Push') {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-tier") {
def baseImg = docker.build("$maintainer/$imagename", "--no-cache .")
baseImg.push("$tag")
}
2 changes: 1 addition & 1 deletion common.bash
@@ -1,2 +1,2 @@
maintainer="tier"
maintainer="i2incommon"
imagename="rabbitmq"