Blocked due to free-plan-docker-layer-caching-unavailable (but I don't build docker images!)

Hello, possible duplicate of:

But my clojure project builds suddenly stopped working. I’m on the free plan, and I don’t build any docker images so DLC shouldn’t affedct me anyways so it seems this error is an incorrect one.

It lasts for 16 hours now or so, so it might be a bug?

#!/bin/sh -eo pipefail
# Blocked due to free-plan-docker-layer-caching-unavailable
# 
# -------
# Warning: This configuration was auto-generated to show you the message above.
# Don't rerun this job. Rerunning will have no effect.

Aaaah… I’m sorry, I (for no appearant reason, probably copy/paste from example in the past) had docker_layer_caching enabled in my yaml.

So if you run into this, remove the line that says: ‘docker_layer_caching: true’

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.