Skip to content

latest

sha256:948a42c2efdaf7991cf25b9eae12187946a27cfabb3eb0d1c0c4852b29f561b3
Install from the command line
Learn more about packages
$ docker pull ghcr.io/opendevstack/ods-pipeline/ods-python-toolset:latest
Use as base image in Dockerfile:
FROM ghcr.io/opendevstack/ods-pipeline/ods-python-toolset:latest

About this version

Manifest

{
  "digest": "sha256:948a42c2efdaf7991cf25b9eae12187946a27cfabb3eb0d1c0c4852b29f561b3",
  "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
  "size": 3032,
  "config": {
    "digest": "sha256:105ed1f16688ccd51ed597dc6804abebb99ac90ca6eeb42e2d408272c9287bff",
    "mediaType": "application/vnd.docker.container.image.v1+json",
    "size": 27290
  },
  "layers": [
    {
      "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1",
      "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
      "size": 32
    },
    {
      "digest": "sha256:851094dda8bf019a5f011c54b5e2f3d409a59bf30d71e09e4700216852e8aa2b",
      "mediaType": "application/x-gzip",
      "size": 17530623
    },
    {
      "digest": "sha256:20270d11ada04a730ef61172de07af24f8552ff2a3e92e7deeee5a6b136c585c",
      "mediaType": "application/vnd.zarf.layer.v1.blob",
      "size": 75361185
    },
    {
      "digest": "sha256:039561454974db5d9f60ff984b0eb0d9514865a68b9ff7e581cc70b3e86091f1",
      "mediaType": "application/x-gzip",
      "size": 77535687
    },
    {
      "digest": "sha256:2ce4b3124a9c7bd045dfd0c41821272cb6920d517c552bbcde3642c02d2d0f12",
      "mediaType": "application/x-gzip",
      "size": 147335617
    },
    {
      "digest": "sha256:80c9f803f88e1f620b18565793477b742431107cab71702f085c639ef46e629a",
      "mediaType": "application/x-gzip",
      "size": 666
    },
    {
      "digest": "sha256:ae947e89f667ade5b7d96ad8d64feda853e9674b51305ca44e676194ebf99e91",
      "mediaType": "application/x-gzip",
      "size": 170
    },
    {
      "digest": "sha256:4e60576a1150b9e3cc1982a8d28a19e299bf1b4a6133e9467986e1ba4608660d",
      "mediaType": "application/x-gzip",
      "size": 1373
    },
    {
      "digest": "sha256:172475bd427ad80a09288c7ab314344615d4d5617af6f654bc0c36fdbea81e66",
      "mediaType": "application/x-gzip",
      "size": 307
    },
    {
      "digest": "sha256:e59ed9639b7624d0a42ab89027970e7eecb5aed74a09915de21749f73424fcb6",
      "mediaType": "application/x-gzip",
      "size": 451
    },
    {
      "digest": "sha256:03014f660f0f9b4b6159943ea9e9089d5211ab04918119e8c4b511f586484d29",
      "mediaType": "application/x-gzip",
      "size": 1254
    },
    {
      "digest": "sha256:696adbc4de20af7bb5bb06134285398d04620bf8815fbb4018facc769b8a0cf2",
      "mediaType": "application/x-gzip",
      "size": 1457
    },
    {
      "digest": "sha256:b2acd98808108d8ce0408236a9a0d4a6a79e18e7da53a6d42da6d3c250d17fd6",
      "mediaType": "application/x-gzip",
      "size": 262
    },
    {
      "digest": "sha256:105ed1f16688ccd51ed597dc6804abebb99ac90ca6eeb42e2d408272c9287bff",
      "mediaType": "text/plain; charset=utf-8",
      "size": 27290
    }
  ],
  "labels": {
    "summary": "Platform for building and running Python 3.9 applications",
    "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/python-39/images/1-120.1684740828",
    "io.buildpacks.stack.id": "com.redhat.stacks.ubi8-python-39",
    "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
    "io.k8s.display-name": "Python 3.9",
    "distribution-scope": "public",
    "vcs-type": "git",
    "com.redhat.component": "python-39-container",
    "maintainer": "SoftwareCollections.org <sclorg@redhat.com>",
    "release": "120.1684740828",
    "build-date": "2023-05-22T08:07:10",
    "name": "ubi8/python-39",
    "io.openshift.tags": "builder,python,python39,python-39,rh-python39",
    "version": "1",
    "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
    "io.buildah.version": "1.27.3",
    "io.k8s.description": "Python 3.9 available as container is a base platform for building and running various Python 3.9 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
    "vcs-ref": "8173085b0c09a229a902df8f8477638fba6301e0",
    "architecture": "x86_64",
    "io.s2i.scripts-url": "image:///usr/libexec/s2i",
    "vendor": "Red Hat, Inc.",
    "io.openshift.expose-services": "8080:http",
    "usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.9/test/setup-test-app/ ubi8/python-39 python-sample-app",
    "description": "Python 3.9 available as container is a base platform for building and running various Python 3.9 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms."
  }
}

Download activity

  • Total downloads 137
  • Last 30 days 0
  • Last week 0
  • Today 0

Other tags on this version