asciidoctor / docker-asciidoctor

:ship: A Docker image for using the Asciidoctor toolchain to process AsciiDoc content
https://hub.docker.com/r/asciidoctor/docker-asciidoctor/
Other
324 stars 149 forks source link

chore: remove intermediate caching to surface dependency issues #358

Closed dduportal closed 1 year ago

dduportal commented 1 year ago

The PR #356 had its "Build" check failing due to a python dependency error, but the main branch's "Build" check does not.

It appears that the layer caching is the culprit by hiding the error in the cached layer.

Since #344 the caching system makes less sense so this PR removes it.

The impact on build time is not visible: tried with 3 builds and the time oscillates between 1min30 and 1min40, same as the main branch builds.