diff --git a/docs/guide.mdx b/docs/guide.mdx index 59fd11644..f152ac815 100644 --- a/docs/guide.mdx +++ b/docs/guide.mdx @@ -61,10 +61,10 @@ If an access token isn't provided, the following rate limits apply: The Wave does not support the use of sha256 digest in the image name, e.g. `ubuntu@sha256:3235...ce8f`, when using the augmentation process to extend container images. -In order to reference a container via sha256 digest in the image name with Wave you will need to *freeze* image mode -that will force the creation of a new container image using the container you have specified as base image. +In order to reference a container via this sha256 digest tag, you will need to use the _freeze_ image mode. +This will force the creation of a new container image, using the container you have specified as base image. -In your pipeline configuration, ensure that you specify the following settings: +For example, in your pipeline configuration you could specify the following settings: ```groovy wave.enabled = true @@ -73,6 +73,12 @@ wave.strategy = ['dockerfile'] wave.build.repository = 'docker.io//' ``` +This would build a new image, push it to docker.io and return a URI with the following structure: + +``` +docker.io//:-- +``` + ## Tutorials ### Authenticate private repositories