UNCLASSIFIED

Commit 8cb1f27a authored by riveraj's avatar riveraj
Browse files

Merge branch 'development' into 'master'

Merge Development to Master

See merge request !83
parents 18ca49e8 8fd5e3e4
Pipeline #450901 failed with stages
in 13 minutes and 1 second
...@@ -8,7 +8,7 @@ name: "pivotal/rabbitmq/rabbitmq38" ...@@ -8,7 +8,7 @@ name: "pivotal/rabbitmq/rabbitmq38"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "v3.8.19" - "v3.8.21"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://www.rabbitmq.com" org.opencontainers.image.url: "https://www.rabbitmq.com"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Pivotal" org.opencontainers.image.vendor: "Pivotal"
org.opencontainers.image.version: "v3.8.19" org.opencontainers.image.version: "v3.8.21"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "broker,messaging" mil.dso.ironbank.image.keywords: "broker,messaging"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -38,15 +38,15 @@ labels: ...@@ -38,15 +38,15 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: rabbitmq.tar.xz - filename: rabbitmq.tar.xz
url: https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.19/rabbitmq-server-generic-unix-latest-toolchain-3.8.19.tar.xz url: https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.21/rabbitmq-server-generic-unix-latest-toolchain-3.8.21.tar.xz
validation: validation:
type: sha256 type: sha256
value: 326e5cd2e4d6e8b773fdf380eea8b67e40f2a0465fa4494ece43f2e3da0f9237 value: a29b10ee10d1d0a55bfa3c6b2854696e5810c3a5e5386a8261612ff381cce7c7
- filename: erlang.rpm - filename: erlang.rpm
url: https://github.com/rabbitmq/erlang-rpm/releases/download/v24.0.3/erlang-24.0.3-1.el8.x86_64.rpm url: https://github.com/rabbitmq/erlang-rpm/releases/download/v24.0.5/erlang-24.0.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: 60a008158784122cab5a84b74ab1b7cc7e77d34db156d6597999058e50d96d83 value: edf4f3f137afdf64523f7770ccd83d3acca7141b3570de06e08f8a7d4a5507bd
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment