UNCLASSIFIED

Commit dd9987ce authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'development' into 'master'

Development

See merge request !27
parents f1e07a74 cd77152a
Pipeline #260095 passed with stages
in 20 minutes and 26 seconds
...@@ -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.14" - "v3.8.16"
- "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.14" org.opencontainers.image.version: "v3.8.16"
## 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.14/rabbitmq-server-generic-unix-latest-toolchain-3.8.14.tar.xz url: https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.16/rabbitmq-server-generic-unix-latest-toolchain-3.8.16.tar.xz
validation: validation:
type: sha256 type: sha256
value: 9e032fce661619f4ac3fa81ae6bd46dde0c260583f3763ffc68ef3c644d04ea2 value: ed7e7cf1770d7dd8dc2cf3f93cb780137f047f1570e376d18da0ca78b7db7bff
- filename: erlang.rpm - filename: erlang.rpm
url: https://github.com/rabbitmq/erlang-rpm/releases/download/v23.3.2/erlang-23.3.2-1.el8.x86_64.rpm url: https://github.com/rabbitmq/erlang-rpm/releases/download/v23.3.3/erlang-23.3.3-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: d7edc3b63fe2b10fc260bf0845eaf0453116ac2a031ed7fc2bcc140b48c8ff36 value: ed649e8e1a6a5d14da36c02fefd16a4736ef6da66e1404b16b35b858141b8772
# 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