Skip to content

Commit

Permalink
Update docs/how_to_guides/distributing_oci_layouts.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Deepesha Burse <87636253+deepeshaburse@users.noreply.github.com>
  • Loading branch information
deepeshaburse and TerryHowe authored Jul 20, 2023
1 parent 5ed831d commit 2556fbd
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions docs/how_to_guides/distributing_oci_layouts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,7 @@ This command is used to create a new instance of a builder with a single node ba
docker buildx build . -f Dockerfile -o type=oci,dest=hello-world.tar -t hello-world:v1
```

Expected output:
```
[+] Building 7.0s (7/7) FINISHED                 docker-container:hungry_wilson
 => [internal] booting buildkit                                            3.0s
 => => pulling image moby/buildkit:buildx-stable-1                         2.5s
 => => creating container buildx_buildkit_hungry_wilson0                   0.5s
<!—truncate—>
 => => exporting manifest sha256:3fd491e6dc3ce66cae989d23b3f3d5752314cd17  0.0s
 => => exporting config sha256:5e9872dc690060c52e4ea6e9357aaebb9d9187b44a  0.0s
 => => sending tarball                                                     0.0s
```

This command has multiple parts to break down:

`build` is needed to build the OCI Image based on the Dockerfile we provide.
hello-world:v1 is the name and tag associated with the image built.
This command has multiple parts to break down, the `build` is needed to build the OCI Image based on the Dockerfile we provide and the hello-world:v1 is the name and tag to apply to the image built.

| Flag | Description |
|--------------|------------------------------------------------------|
Expand Down

0 comments on commit 2556fbd

Please sign in to comment.