UNCLASSIFIED

Commits (3)
...@@ -8,7 +8,7 @@ name: "opensource/python/python39" ...@@ -8,7 +8,7 @@ name: "opensource/python/python39"
# 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.9.6" - "v3.9.7"
- "v3.9" - "v3.9"
- "latest" - "latest"
...@@ -24,7 +24,7 @@ labels: ...@@ -24,7 +24,7 @@ labels:
org.opencontainers.image.licenses: "Python Software Foundation" org.opencontainers.image.licenses: "Python Software Foundation"
org.opencontainers.image.url: "https://www.python.org/" org.opencontainers.image.url: "https://www.python.org/"
org.opencontainers.image.vendor: "Python Software Foundation" org.opencontainers.image.vendor: "Python Software Foundation"
org.opencontainers.image.version: "v3.9.6" org.opencontainers.image.version: "v3.9.7"
mil.dso.ironbank.image.keywords: "python,programming,language" mil.dso.ironbank.image.keywords: "python,programming,language"
mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "python" mil.dso.ironbank.product.name: "python"
...@@ -32,10 +32,10 @@ labels: ...@@ -32,10 +32,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: python.tar.gz - filename: python.tar.gz
url: https://github.com/python/cpython/archive/refs/tags/v3.9.6.tar.gz url: https://github.com/python/cpython/archive/refs/tags/v3.9.7.tar.gz
validation: validation:
type: sha256 type: sha256
value: 05a73de02dac1b8d2476b2ee5dc8b2adecdb3809a1abf49761a5b5d166eaba4e value: bee329577f9e34fae4f76070a0efbd31f1420e0959c540262dc85ffae45afcbb
- filename: pip-21.2.4-py3-none-any.whl - filename: pip-21.2.4-py3-none-any.whl
url: https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl url: https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl
validation: validation:
......