new upstream LTS 4.22 - #24
Open
resmo wants to merge 2 commits into
Open
Conversation
We ditched the custom cloudstack build and use docker.io/apache/cloudstack-simulator with minimal effort.
mattclay
reviewed
Jul 31, 2026
| @@ -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 | |||
Member
There was a problem hiding this comment.
We need to avoid using docker.io. Can we use an image from another registry like public.ecr.aws or quay.io?
Contributor
Author
There was a problem hiding this comment.
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)