Skip to content

Commit

Permalink
Add TODO for Container Registry shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
darthwalsh authored Jun 17, 2023
1 parent 8f7e8c7 commit ebd0764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ To test in Cloud Build, the docker image needs both npm and java installed. [doc
```
gcloud builds submit --config cloudbuild.yaml .
```

- [ ] TODO Container Registry will be phased out, starting May 15, 2024. Please review the options below for how to upgrade your projects to Artifact Registry.
2 changes: 1 addition & 1 deletion spec/docker/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ steps:
- name: "gcr.io/cloud-builders/docker"
args: ["build", "-t", "gcr.io/$PROJECT_ID/npm-with-java8", "."]
images:
- "gcr.io/$PROJECT_ID/npm-with-java8"
- "gcr.io/$PROJECT_ID/npm-with-java8" # TODO Container Registry will be phased out, starting May 15, 2024. Please review the options below for how to upgrade your projects to Artifact Registry.

0 comments on commit ebd0764

Please sign in to comment.