Skip to content

Commit

Permalink
Merge pull request #1235 from rguske/issue-1234
Browse files Browse the repository at this point in the history
Replace image references for decommissioned projects.registry.vmware.com
  • Loading branch information
lamw authored Jun 28, 2024
2 parents b9429e5 + d4e4fb4 commit 2ab7a38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/kb/contribute-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ a minimal `Dockerfile` for PowerCLI:

```bash
cat << EOF > Dockerfile
FROM projects.registry.vmware.com/veba/ce-pcli-base:latest
FROM ghcr.io/vmware-samples/vcenter-event-broker-appliance/ce-pcli-base:latest
COPY handler.ps1 handler.ps1
CMD ["pwsh","./server.ps1"]
EOF
Expand Down
10 changes: 5 additions & 5 deletions veba-bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"veba-ui": {
"gitRepoTag": "v0.0.0",
"containers": [{
"name": "projects.registry.vmware.com/veba/veba-ui",
"name": "ghcr.io/vmware-samples/vcenter-event-broker-appliance/veba-ui",
"version": "c2eecec0"
}]
},
"antrea": {
"gitRepoTag": "v1.15.0",
"containers": [{
"name": "projects.registry.vmware.com/antrea/antrea-agent-ubuntu",
"name": "antrea/antrea-agent-ubuntu",
"version": "v1.15.0"
},
{
"name": "projects.registry.vmware.com/antrea/antrea-controller-ubuntu",
"name": "antrea/antrea-controller-ubuntu",
"version": "v1.15.0"
}
]
Expand Down Expand Up @@ -154,7 +154,7 @@
"knative-function": {
"gitRepoTag": "latest",
"containers": [{
"name": "projects.registry.vmware.com/veba/kn-echo",
"name": "ghcr.io/vmware-samples/vcenter-event-broker-appliance/kn-echo",
"version": "latest"
}
]
Expand Down Expand Up @@ -261,7 +261,7 @@
"tinywww": {
"gitRepoTag": "master",
"containers": [{
"name": "projects.registry.vmware.com/veba/tinywww",
"name": "ghcr.io/vmware-samples/vcenter-event-broker-appliance/tinywww",
"version": "latest"
}]
},
Expand Down

0 comments on commit 2ab7a38

Please sign in to comment.