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

[BUG] VEBA builds failing due to replacement of projects.registry.vmware.com #1234

Closed
rguske opened this issue Jun 28, 2024 · 6 comments · Fixed by #1235
Closed

[BUG] VEBA builds failing due to replacement of projects.registry.vmware.com #1234

rguske opened this issue Jun 28, 2024 · 6 comments · Fixed by #1235
Labels
bug Something isn't working

Comments

@rguske
Copy link
Contributor

rguske commented Jun 28, 2024

Describe the bug
Due to the replacement of VMware's Harbor registry projects.registry.vmware.com, the appliance build fails due to wrong image references for the images:

  • projects.registry.vmware.com/veba/veba-ui:c2eecec0
  • projects.registry.vmware.com/veba/kn-echo:latest
  • projects.registry.vmware.com/veba/tinywww:latest
  • projects.registry.vmware.com/veba/ce-pcli-base:latest

Antrea:

  • projects.registry.vmware.com/antrea/antrea-agent-ubuntu:v1.15.0
  • projects.registry.vmware.com/antrea/antrea-controller-ubuntu:v1.15.0
    Antrea related issue: #6003
@rguske rguske added the bug Something isn't working label Jun 28, 2024
@rguske
Copy link
Contributor Author

rguske commented Jun 28, 2024

For Antrea, it is now just:

  • antrea/antrea-agent-ubuntu:v1.15.0
  • antrea/antrea-controller-ubuntu:v1.15.0

@lamw
Copy link
Contributor

lamw commented Jun 28, 2024

Thanks for reporting @rguske

ce-pcli-base is actually already on ghcr https://github.com/orgs/vmware-samples/packages/container/package/vcenter-event-broker-appliance%2Fce-pcli-base

Let me look at getting the others images above into ghcr as well

@lamw
Copy link
Contributor

lamw commented Jun 28, 2024

Done!

  • ghcr.io/vmware-samples/vcenter-event-broker-appliance/veba-ui: c2eecec0
  • ghcr.io/vmware-samples/vcenter-event-broker-appliance/tinywww:latest
  • ghcr.io/vmware-samples/vcenter-event-broker-appliance/kn-echo:latest

@rguske
Copy link
Contributor Author

rguske commented Jun 28, 2024

https://github.com/orgs/vmware-samples/packages/container/package/vcenter-event-broker-appliance%2Fce-pcli-base

@lamw It's an invalid image reference. Could you please give me the correct reference?

@lamw
Copy link
Contributor

lamw commented Jun 28, 2024

https://github.com/orgs/vmware-samples/packages/container/package/vcenter-event-broker-appliance%2Fce-pcli-base

@lamw It's an invalid image reference. Could you please give me the correct reference?

That's because what I shared was simply the URL to the container image under Packages in repo :)

You can get the full path by going to the URL, which is following:

ghcr.io/vmware-samples/vcenter-event-broker-appliance/ce-pcli-base:latest

@rguske
Copy link
Contributor Author

rguske commented Jun 28, 2024

https://github.com/orgs/vmware-samples/packages/container/package/vcenter-event-broker-appliance%2Fce-pcli-base

@lamw It's an invalid image reference. Could you please give me the correct reference?

That's because what I shared was simply the URL to the container image under Packages in repo :)

You can get the full path by going to the URL, which is following:

ghcr.io/vmware-samples/vcenter-event-broker-appliance/ce-pcli-base:latest

🤣 right! Too late here already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants