Overview
- Full name
docker.io/99cloud/skyline- Registry
- docker.io
- Namespace
- 99cloud
- Repository
- skyline
- Cached tags
- 7
- Last synced
- 07/13/2026, 09:58 AM
Introduction
OpenStack Skyline 新一代 Dashboard 镜像,Vue3 重构的 OpenStack Web 管理界面,替代 Horizon 的云平台运维入口。
Details
99cloud/skyline 运行 OpenStack Skyline Dashboard,提供 Vue3 重构的 OpenStack 云平台 Web 管理界面,管理计算、网络与存储资源。定位为 OpenStack Web UI,需 Keystone 认证与 OpenStack API;K8s Deployment 作为 OpenStack 栈前端。
快速启动
docker run -d --name skyline \
-p 8080:8080 \
-e OPENSTACK_KEYSTONE_URL=http://keystone:5000/v3 \
docker.io/99cloud/skyline:latest
推荐实践
docker run -d --name skyline \
--restart unless-stopped \
-p 8080:8080 \
-e OPENSTACK_KEYSTONE_URL=http://keystone.internal:5000/v3 \
-e OPENSTACK_REGION=RegionOne \
docker.io/99cloud/skyline:2.0.0
核心参数说明
-p 8080:8080— Skyline Web Dashboard-e OPENSTACK_KEYSTONE_URL— Keystone 认证地址-e OPENSTACK_REGION— OpenStack 区域名- 依赖 — OpenStack 全栈 API
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: skyline
spec:
replicas: 2
selector:
matchLabels:
app: skyline
template:
metadata:
labels:
app: skyline
spec:
containers:
- name: skyline
image: docker.io/99cloud/skyline:2.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: skyline-openstack
---
apiVersion: v1
kind: Service
metadata:
name: skyline
spec:
selector:
app: skyline
ports:
- port: 8080
targetPort: 8080
Ingress TLS 暴露 Dashboard;Keystone 域/项目配置。
Latest tags (20)
View all 7 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/99cloud/skyline :latest | linux/amd64linux/arm64 | 2026/07/11 00:28 | 449.4 MB | sha256:4a101c7f0033… | |||
docker.io/99cloud/skyline :2025.2 | linux/amd64linux/arm64 | 2026/05/29 00:23 | 403.2 MB | sha256:95117d43bef1… | |||
docker.io/99cloud/skyline :2023.2 | linux/amd64 | 2025/02/12 05:25 | 383.5 MB | sha256:a96413d0a383… | |||
docker.io/99cloud/skyline :2024.1 | linux/amd64 | 2024/12/24 05:29 | 417.7 MB | sha256:09dc12c530be… | |||
docker.io/99cloud/skyline :2024.2 | linux/amd64 | 2024/11/01 14:04 | 416.9 MB | sha256:746283e13472… | |||
docker.io/99cloud/skyline :2023.1 | linux/amd64 | 2024/07/03 15:48 | 375.2 MB | sha256:2cfd339768e0… | |||
docker.io/99cloud/skyline :zed | linux/amd64 | 2024/03/12 05:56 | 367.4 MB | sha256:6944cd60429f… |