You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so there is no shell, no binary, nothing except zola. It is possible to use docker run with volume mounts to execute zola, but it is currently not possible to build another image based on balthek/zola.
The text was updated successfully, but these errors were encountered:
It seems like it is currently not possible to build any Docker images
FROM balthek/zola
.Dockerfile:
Build:
The
balthek/zola
image usesFROM: scratch
as a base layer :zola/Dockerfile
Line 19 in 9444b92
zola
. It is possible to usedocker run
with volume mounts to executezola
, but it is currently not possible to build another image based onbalthek/zola
.The text was updated successfully, but these errors were encountered: