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

merging 6394/6395/6396/6397/6398 to prod #6400

Merged
merged 10 commits into from
Oct 22, 2024
Merged
2 changes: 1 addition & 1 deletion deployments/a11y/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:fe7dcc02d586
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:9cb7ae26ffbe

cluster:
provider: gcloud
Expand Down
2 changes: 1 addition & 1 deletion deployments/biology/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
images:
image_name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/biology-user-image:e49b780d16d2
image_name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/biology-user-image:01a45afe1c4d

cluster:
provider: gcloud
Expand Down
2 changes: 1 addition & 1 deletion deployments/eecs/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/eecs-user-image:9b1242a17579
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/eecs-user-image:cd59fd081aad

cluster:
provider: gcloud
Expand Down
2 changes: 1 addition & 1 deletion deployments/nature/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/nature-user-image:9db6f82fbe39
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/nature-user-image:fc53f089643a

cluster:
provider: gcloud
Expand Down
4 changes: 2 additions & 2 deletions docs/admins/howto/managing-multiple-user-image-repos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Since we have many multiples of user images in their own repos, managing these
can become burdensome... Particularly if you need to make changes to many or
all of the images.

For this, we have aa tool named [manage-repos](https://github.com/berkeley-dsep-infra/manage-repos).
For this, we have a tool named [manage-repos](https://github.com/berkeley-dsep-infra/manage-repos).

`manage-repos` uses a config file with a list of all of the git remotes for the
image repos ([repos.txt](https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/user-image-management/repos.txt))
Expand Down Expand Up @@ -236,7 +236,7 @@ manage-repos --destination ~/src/images/ --config /path/to/repos.txt clone
Clone all repos, and set `upstream` and `origin` for your fork:

```
manage-repos --destination ~/src/images/ --config /path/to/repos.txt clone --set-origin --github-user <username>
manage-repos --destination ~/src/images/ --config /path/to/repos.txt clone --set-remote --github-user <username>
```

Sync all repos from `upstream` and push to your `origin`:
Expand Down
Loading