Skip to content

demisto/dockerfiles-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"
         }
      }
   }
}
  • NOTE: In order to test the dockers update workflow in the pull request, just add the test-dockers-update label and the workflow will run on your branch.

Docker Image List


Last updated: 2025-09-28 05:20:11.977216

About

Info about docker images used in the demisto org

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published