directory
0.0.0-20240717143751-d5f93d301171
Repository: https://github.com/coryb/llblib.git
Documentation: pkg.go.dev

# Packages

Package main demonstrates running a reasonably complex Go build with with persistent caching, and then using llblib.Download to export the results of the build to the local directory.
Package main demonstrates running an ad-hoc container on the buildkit service using a combination of various mount sources.
No description provided by the author
Package main demonstrates how to use llblib.Dockerfile to solve a Dockerfile This is roughly equivalent to running `docker build .` where the Dockerfile is using `#syntax docker/dockerfile`.
Package main demonstrates using llblib.OnError on get a shell in the modified state of a failed docker build using a request built with llblib.Frontend.
Package main demonstrates llblib.OnError handling to run a command in the modified state of a failed solve request.
Package main demonstrates using llblib.Forward to allow the buildkit solve to connect to a service running on your local host.
Package main demonstrates how to use llblib.Frontend to solve a Dockerfile This is roughly equivalent to running `docker build .` where the Dockerfile is using `#syntax docker/dockerfile`.