UNCLASSIFIED

Commit 9e99414b authored by Joshua Eason's avatar Joshua Eason
Browse files

Merge branch 'jeason-development-patch-19893' into 'development'

Updating to 1.54.0

See merge request !23
parents b31c0aa2 5f187f9e
Pipeline #416613 passed with stages
in 20 minutes and 44 seconds
...@@ -8,7 +8,7 @@ name: "opensource/rustlang/rust" ...@@ -8,7 +8,7 @@ name: "opensource/rustlang/rust"
# 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:
- "1.53.0" - "1.54.0"
- "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.rust-lang.org/" org.opencontainers.image.url: "https://www.rust-lang.org/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Maintained by the Rust Team." org.opencontainers.image.vendor: "Maintained by the Rust Team."
org.opencontainers.image.version: "1.53.0" org.opencontainers.image.version: "1.54.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "rust" mil.dso.ironbank.image.keywords: "rust"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -38,10 +38,10 @@ labels: ...@@ -38,10 +38,10 @@ 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: rust.tar.gz - filename: rust.tar.gz
url: https://static.rust-lang.org/dist/rust-1.53.0-x86_64-unknown-linux-gnu.tar.gz url: https://static.rust-lang.org/dist/rust-1.54.0-x86_64-unknown-linux-gnu.tar.gz
validation: validation:
type: sha256 type: sha256
value: 5e9e556d2ccce27aa8f01a528f1348bf8cdd34496c35ec2abf131660b9792fed value: 350354495b1d4b6dd2ec7cf96aa9bc61d031951cf667a31e8cf401dc508639e6
# List of project maintainers # List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Fill in the following details for the current container owner in the whitelist
......
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