File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -1064,6 +1064,8 @@ will exist the second time when you add recipes.
1064
1064
Manually Adding Registry Entries
1065
1065
--------------------------------
1066
1066
1067
+ .. _getting_started-developer-manual-registry-entries :
1068
+
1067
1069
Great! Now you have an empty registry on your filesystem that will be pushed to GitHub
1068
1070
to serve as a remote. Make sure you are back on the main branch:
1069
1071
@@ -1085,7 +1087,14 @@ without any customization for executable discovery:
1085
1087
Registry entry vanessa/salad was added! Before shpc install, edit:
1086
1088
/tmp/my-registry/vanessa/salad/container.yaml
1087
1089
1088
- You could then edit that file to your liking. If you want to pull the container
1090
+ You could then edit that file to your liking.
1091
+
1092
+ Like for ``shpc update `` :ref: `getting_started-commands-update `, tags are automatically
1093
+ populated using `crane.ggcr.dev <https://crane.ggcr.dev/ls/quay.io/biocontainers/samtools >`_,
1094
+ which only returns the 50 latest tags and obviously can only access public images.
1095
+ If you see a ``crane digest `` error instead of tags, you'll have to populate the tags yourself.
1096
+
1097
+ Executables are by default missing. If you want shpc
1089
1098
to discover executables, you'll need to install guts:
1090
1099
1091
1100
.. code-block :: console
Original file line number Diff line number Diff line change @@ -422,9 +422,12 @@ For example:
422
422
$ cd /opt/lmod/my-registry
423
423
424
424
425
- And then you might want to inspect :ref: `getting_started-commands-add: ` to see
426
- how to use shpc add to generate new container.yaml files. We are working on automation
427
- that can make this easier, so stay tuned for updates! After that, you'll still want to
425
+ And then you might want to inspect :ref: `getting_started-commands-add ` to see
426
+ how to use ``shpc add `` to generate new container.yaml files.
427
+ See :ref: `getting_started-creating-filesystem-registry ` for instructions on how to
428
+ create a registry and :ref: `getting_started-developer-manual-registry-entries ` to
429
+ populate the registry with new entries.
430
+ After that, you'll still want to
428
431
ensure your filesystem registry is known to shpc:
429
432
430
433
.. code-block :: console
You can’t perform that action at this time.
0 commit comments