Skip to content

Latest commit

 

History

History
311 lines (303 loc) · 14.6 KB

README.md

File metadata and controls

311 lines (303 loc) · 14.6 KB

Demisto's Docker Repository Information

This README contains package and os information about each docker image available via Demisto's Docker Hub repositories at: https://hub.docker.com/u/demisto/ .

Source files for the docker images are available at: https://github.com/demisto/dockerfiles

Each information file is maintained as a markdown file in its relevant folder. The last available tag of each docker image is kept in a file named last.md in a folder named as the docker image. The listing and information is automatically generated on a nightly basis.

If you are searching for a specific package and want to see if it is available in a published docker image, you can use the used_packages.csv file which contains a listing of packages and all docker images using that package.

If you are searching for metadata of a docker image, you can find it in docker_images_metadata.json file which contains for each docker image metadata file.

docker_images_metadata.json example:

{
   "docker_images":{
      "dockerimage1":{
         "3.10.12.66339":{
            "python_version":"3.10.12"
         },
         "3.9.5.21272":{
            "python_version":"3.9.5"
         }
      },
      "dockerimage2":{
         "1.0.0.48806":{
            "python_version":"3.10.10"
         },
         "1.0.0.67573":{
            "python_version":"3.10.12"
         }
      }
   }
}

Docker Image List


Last updated: 2024-09-10 01:25:42.979144