-
Notifications
You must be signed in to change notification settings - Fork 13
no-cache build option #139
Copy link
Copy link
Open
Labels
Description
Dockerfile does not require the idempotence of the environment so that unexpected cache may be created; e.g. broken modules which is downloaded from the outside may be cached.
It is useful if pool supports Docker's --no-cache option by HTTP request.
Plans:
- Support
--no-cacheoption by HTTP header- It may be only used by software engineer
Reactions are currently unavailable