-
Notifications
You must be signed in to change notification settings - Fork 66
Hub Execution Environments
Overview > Execution Environments
An Execution Environment is really a container.
Hub serves as a local container registry, allowing users to upload containers (these are called local EEs), and it can also download containers from other registries (these are called remote EEs).
Adding locals can only be done using podman/docker:
docker login localhost:5001
docker pull node # from default registry
docker image tag node localhost:5001/node:latest
docker push localhost:5001/node:latest
on dev, this needs /v2/
and /extensions/v2/
proxied to oci-env.
UI for adding remotes needs a Remote Registry to exist.. TODO mention library/ prefix for non-namespaced containers. TODO detail screens..
PageFramework
PageHeader
PageLayout
PageDashboard
PageDashboardCarousel
PageDetails
PageForm
PageTable
PageTabs
PageToolbar
BulkActionDialog
BulkConfirmationDialog
EmptyState
PageCarousel
ReorderItems
useBreakPoint
useFrameworkTranslations
useInMemoryView
useIsMounted
useOpen
usePageNavigate
useSearchParams
useSelectDialog
useTableItems
useView
useWindowLocation
useDeleteRequest
useGet
useGetAllPagesAWX
useGetItem
useGetRequest
useOptions
usePatchRequest
usePostRequest