Skip to content

new upstream LTS 4.22 - #24

Open
resmo wants to merge 2 commits into
ansible:mainfrom
resmo:feature/new-upstream-lts-4.22
Open

new upstream LTS 4.22#24
resmo wants to merge 2 commits into
ansible:mainfrom
resmo:feature/new-upstream-lts-4.22

Conversation

@resmo

@resmo resmo commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

We ditched the custom CloudStack build and use docker.io/apache/cloudstack-simulator with minimal effort.

Currently, there is an issue with docker build LTS, as a result, the latest LTS release is not yet available (see apache/cloudstack#13754).

We might want to wait for 4.22.1.0 to be available as cloudstack simulator docker build (https://github.com/apache/cloudstack/releases)

We ditched the custom cloudstack build and use docker.io/apache/cloudstack-simulator with minimal effort.
Comment thread Containerfile Outdated
@@ -1,77 +1,24 @@
FROM public.ecr.aws/docker/library/ubuntu:22.04
# See https://github.com/apache/cloudstack/blob/4.22.0.0/tools/docker/Dockerfile
FROM docker.io/apache/cloudstack-simulator:4.22.0.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to avoid using docker.io. Can we use an image from another registry like public.ecr.aws or quay.io?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the official Apache Software Foundation "Docker Inc Sponsored OSS" source of container images for all apache projects. AFAIK there is no other official location the foundation pushed container images to. Maybe create a mirror under your control then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants