Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DM-32992.misc.rst #7

Merged
merged 1 commit into from
May 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/changes/DM-32992.misc.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Introduced a new parameter **dockerImageLocation** in the PanDA IDF configuration yaml file to pull lsst release containes from **GAR (Google Artifact Registry)**. This parameter is trailed with **'/'**, so it could be used in *sw_image* path in the following example. And the *sw_image* will still refer to the **Docker hub**, if the parameter **dockerImageLocation** is empty or not defined, to make the *sw_image* backward compatible with previous PanDA IDF configuration yaml files.
Introduced a new parameter **dockerImageLocation** in the PanDA IDF configuration yaml file to pull lsst release containers from **GAR (Google Artifact Registry)**. This parameter is trailed with **'/'**, so it could be used in *sw_image* path in the following example. And the *sw_image* will still refer to the **Docker hub**, if the parameter **dockerImageLocation** is empty or not defined, to make the *sw_image* backward compatible with previous PanDA IDF configuration yaml files.

In the user bps submition yaml file, just prepend this parameter to the sw_image path, that is:
In the user bps submission yaml file, just prepend this parameter to the sw_image path, that is:

.. sourcecode::

Expand Down