UNCLASSIFIED

Commit 5f08b0a3 authored by crowdvector's avatar crowdvector
Browse files

bug fixes for jwt/other issues

parent 3f396dcc
Pipeline #338535 passed with stages
in 8 minutes and 2 seconds
...@@ -8,7 +8,7 @@ name: "collaborationai/crowd-vector/stylepack" ...@@ -8,7 +8,7 @@ name: "collaborationai/crowd-vector/stylepack"
# 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:
- "21.18" - "21.25"
- "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://collaboration.ai/products/crowdvector/" org.opencontainers.image.url: "https://collaboration.ai/products/crowdvector/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Collaboration.Ai" org.opencontainers.image.vendor: "Collaboration.Ai"
org.opencontainers.image.version: "21.18" org.opencontainers.image.version: "21.25"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "CrowdVector" mil.dso.ironbank.image.keywords: "CrowdVector"
## 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: stylepack.gz - filename: stylepack.gz
url: https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/docker/stylepack/stylepack-21.18.tar.gz url: https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/docker/stylepack/stylepack-21.25.tar.gz
validation: validation:
type: sha256 type: sha256
value: 72814da123d701c09787c4e7134abb08076300a9b3ab48d2b6772d093e9cc4b6 value: f178277af9d33113a6619798fdf9c0e7e7a1989ba2a85808d3a6a00996d8685e
- filename: node-sass_binding.node - filename: node-sass_binding.node
url: https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/docker/stylepack/node-sass_binding.node url: https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/docker/stylepack/node-sass_binding.node
validation: validation:
......
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