@@ -45,8 +45,8 @@ To unique identify an image so we need to provide all those information:
4545 2. repository
4646 3. tag or digest or tag + digest
4747
48- We will use colon (` : ` ) to separate the ` registry ` from the ` repository ` and
49- again the colon to separate the ` repository ` from the ` tag ` and the at (` @ ` ) to
48+ We will use slash (` / ` ) to separate the ` registry ` from the ` repository ` and
49+ the colon ( ` / ` ) to separate the ` repository ` from the ` tag ` and the at (` @ ` ) to
5050separate the ` digest ` from the tag or from the ` repository ` .
5151
5252The final syntax will be:
@@ -67,7 +67,7 @@ The main component of this approach is the **desiderata** which is a triplet
6767composed by the input image, the output image and in which cvmfs repository you
6868want to store the data.
6969
70- ` desiderata => (input_image, output_image, cvmfs_repository)`
70+ desiderata => (input_image, output_image, cvmfs_repository)
7171
7272The input image in your desiderata should be as more specific as possible,
7373ideally specifying both the tag and the digest.
@@ -84,11 +84,15 @@ Here follow the list of commands that the converter understand.
8484
8585### add-desiderata
8686
87- ** add-desiderata** --input-image $INPUT\_ IMAGE --output-image $OUTPUT\_ IMAGE --repository $CVMFS\_ REPO
87+ `add-desiderata --input-image $INPUT_IMAGE --output-image $OUTPUT_IMAGE --repository $CVMFS_REPO \
88+ --user-input $USER_INPUT --user-output $USER_OUTPUT`
8889
8990Will add a new ` desiderata ` to the internal database, then it will try to
9091convert the regular image into a thin image.
9192
93+ The users are the one that will try tpo log into the registry, you can add
94+ users (so usernames, password and registry) using the ` add-user ` command.
95+
9296### add-image
9397
9498** add-image** $IMAGE
0 commit comments