Guilherme de Amorim
Guilherme de Amorim
Observer Pattern for Reporters and Runners ## Description I've added a Base Reporter class, in which you should provide a way to set up the reporter and deal with incoming...
**Is your feature request related to a problem? Please describe.** Currently, circle-evolution does not support logging - it actually uses the `__buitlins__.print` function to show some info to the user....
**Actual behavior** We use `gcr.io/kaniko-project/executor:debug` to build images for a long time, usually, our base images are `python` slim images, which when inspected have their manifest mediaType as `"mediaType": "application/vnd.oci.image.manifest.v1+json",`....