Skip to content

Files

Latest commit

Mar 18, 2025
1ca6b66 · Mar 18, 2025

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 18, 2025
Mar 18, 2025
Nov 21, 2023
Mar 18, 2025
Feb 1, 2019
Mar 18, 2025
Nov 21, 2024
Jan 23, 2024
Jan 30, 2019
Nov 21, 2024
Mar 19, 2020
Feb 5, 2019

README.md

Docker Build Instructions

Local testing

You can build an image locally as:

cd /path/to/image/dir
docker build .

where /path/to/image/dir is any image sub-directory in this directory that contains a 'Dockerfile'.

Production

To build all images on container builder, run:

./build_on_container_builder.sh

Note that your checkout needs to be on the latest deployed commit. You also need to have access to the clusterfuzz-images project.