UNCLASSIFIED

Commit 7d391f0c authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Master: Update dependency gohugoio/hugo to v0.84.4

See merge request !35
parents f9ee75b7 c6b8aa65
Pipeline #355378 passed with stages
in 11 minutes and 53 seconds
...@@ -8,7 +8,7 @@ name: "opensource/gohugo/hugo" ...@@ -8,7 +8,7 @@ name: "opensource/gohugo/hugo"
# 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:
- "v0.84.1" - "v0.85.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://gohugo.io/" org.opencontainers.image.url: "https://gohugo.io/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "gohugo" org.opencontainers.image.vendor: "gohugo"
org.opencontainers.image.version: "v0.84.1" org.opencontainers.image.version: "v0.85.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "generator,static,site" mil.dso.ironbank.image.keywords: "generator,static,site"
## 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: hugo.tar.gz - filename: hugo.tar.gz
url: https://github.com/gohugoio/hugo/releases/download/v0.84.1/hugo_0.84.1_Linux-64bit.tar.gz url: https://github.com/gohugoio/hugo/releases/download/v0.85.0/hugo_0.85.0_Linux-64bit.tar.gz
validation: validation:
type: sha256 type: sha256
value: 704c3ccb95fc73b0b74b5eafa34100b95e8fd2189b264693afd2a32c57c6b283 value: e32e09271cb18d8c4bcf06539f6eadc34d0b8b68fcc0268a4aedff470a16935a
# 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