FEATURE: Added execution caching to reduce database access
This commit is contained in:
@@ -721,7 +721,7 @@ func handleStartHookDocker(resp http.ResponseWriter, request *http.Request) {
|
||||
|
||||
// Checks if an image exists
|
||||
func imageCheckBuilder(images []string) error {
|
||||
log.Printf("[FIXME] ImageNames to check: %#v", images)
|
||||
//log.Printf("[FIXME] ImageNames to check: %#v", images)
|
||||
return nil
|
||||
|
||||
ctx := context.Background()
|
||||
|
||||
Reference in New Issue
Block a user