File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -366,15 +366,11 @@ images.
366
366
**output_format**: how to name the thin images. It accepts few "variables" that
367
367
reference to the input image.
368
368
369
- * $(scheme), the very first part of the image url, most likely `http` or
370
- ` https`
371
- * $(registry), in which registry the image is locate, in the case of the
372
- example it would be `registry.hub.docker.com`
373
- * $(repository), the repository of the input image, so something like
374
- ` library/ubuntu` or `atlas/athena`
375
- * $(tag), the tag of the image examples could be `latest` or `stable` or
376
- ` v0.1.4`
377
- * $(image), the $(repository) plus the $(tag)
369
+ * $(scheme), the very first part of the image url, most likely `http` or `https`
370
+ * $(registry), in which registry the image is locate, in the case of the example it would be `registry.hub.docker.com`
371
+ * $(repository), the repository of the input image, so something like `library/ubuntu` or `atlas/athena`
372
+ * $(tag), the tag of the image examples could be `latest` or `stable` or `v0.1.4`
373
+ * $(image), the $(repository) plus the $(tag)
378
374
379
375
**input**: list of docker images to convert
380
376
You can’t perform that action at this time.
0 commit comments