Skip to content

Info about docker images used in the demisto org

License

Notifications You must be signed in to change notification settings

demisto/dockerfiles-info

Repository files navigation

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-05-28 01:10:09.413131

About

Info about docker images used in the demisto org

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published