Affected by GO-2026-4858
and 1 other vulnerabilities
GO-2026-4858 : BuildKit's Malicious frontend can cause file escape outside of storage root in github.com/moby/buildkit
GO-2026-4859 : BuildKit Git URL subdir component can cause access to restricted files in github.com/moby/buildkit
Discover Packages
github.com/moby/buildkit
examples
build-using-dockerfile
command
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Apr 16, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
build-using-dockerfile example
ℹ BuildKit has been integrated to docker build since Docker 18.06.
The build-using-dockerfile CLI is just provided as an example for writing a BuildKit client application.
For people familiar with docker build command, build-using-dockerfile is provided as an example for building Dockerfiles with BuildKit using a syntax similar to docker build.
go get .
build-using-dockerfile -t myimage /path/to/dir
# build-using-dockerfile will automatically load the resulting image to Docker
docker inspect myimage
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.