In BrewSignRpmHandler, we record all the planned Docker image builds
into database. They have the state PLANNED and they have the
ArtifactBuild.dep_on set properly according to dependencies between
these images.
When the a container is built in brew, we should rebuild containers
that depends on it. At this moment, we only log the builds which need to
be rebuilt.
In BrewSignRpmHandler, we record all the planned Docker image builds
into database. They have the state PLANNED and they have the
ArtifactBuild.dep_on set properly according to dependencies between
these images.
When the a container is built in brew, we should rebuild containers
that depends on it. At this moment, we only log the builds which need to
be rebuilt.