UNCLASSIFIED

Commits (2)
...@@ -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.85.0" - "v0.87.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.85.0" org.opencontainers.image.version: "v0.87.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.85.0/hugo_0.85.0_Linux-64bit.tar.gz url: https://github.com/gohugoio/hugo/releases/download/v0.87.0/hugo_0.87.0_Linux-64bit.tar.gz
validation: validation:
type: sha256 type: sha256
value: e32e09271cb18d8c4bcf06539f6eadc34d0b8b68fcc0268a4aedff470a16935a value: 0d14003eb17c16ed83e465f754f3be11a2c74b9574258c81935a16822bcf3f0b
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......