Skip to content

Commit cf64d55

Browse files
committed
Update README
1 parent a709967 commit cf64d55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ This can be done immediately after building and pushing that image to an image-r
5252

5353
Users can request to have their images unpacked to a CVMFS repository in one of three ways. Each method is independent of one another, and users can choose multiple methods if they wish.
5454

55-
### Scheduled Unpacking
55+
### Method 1: Scheduled Unpacking
5656

5757
To register an image for periodic unpacking, add an image to the [`recipe.yaml`](recipe.yaml) following the syntax described [here](https://cvmfs.readthedocs.io/en/stable/cpt-containers.html#image-wishlist-syntax).
5858

59-
### On-Demand Unpacking from a GitLab CI / GitHub Action
59+
### Method 2: On-Demand Unpacking from a GitLab CI / GitHub Action
6060

6161
#### GitLab CI
6262

6363
> **NOTE** The CI files we include are only available from gitlab.cern.ch
6464
6565
To see how we build, push, and unpack a [`test-image/`](test-image), see [`test-image/.gitlab-ci.yml`](test-image/.gitlab-ci.yml).
6666

67-
Otherwise, copy the contents of this `main.yml` file to your GitLab CI
67+
Otherwise, copy the contents of the `main.yml` file in the drawer below to your GitLab CI.
6868

6969
<details>
7070
<summary> <code>.gitlab-ci.yml</code></summary>
@@ -115,7 +115,7 @@ notify_ducc:
115115
116116
#### Github Action
117117
118-
### On-Demand Unpacking from an HTTP-Request
118+
### Method 3: On-Demand Unpacking from an HTTP-Request
119119
120120
Apart from being called from a GitLab CI, the `unpack-api` server api can also be called from an http-request.
121121

0 commit comments

Comments
 (0)