Julio

Results 14 issues of Julio

I would like to enable or disable `cache-to` based on whether or not the build run in the CI or a developer workspace. Did not found a easy way to...

### Description I'm trying to setup a shared cache using `cache-from` and `cache-to` on a repo. The docker doc says that we can use multiple caches. - https://docs.docker.com/build/cache/backends/#multiple-caches But with...

### Discussed in https://github.com/docker/buildx/discussions/1833 Originally posted by **gabs79** May 23, 2023 Why is Bake still experimental? I love the plugin and command. Any timeframe for non- experimental? Based on note...

area/bake
bake-ga

**Is your feature request related to a problem? Please describe.** Add support for devcontainer secrets. ```yaml // devcontainer.json // [...] "secrets": { "JF_TOKEN": { "description": "Jfrog artifactory token used by...

enhancement