Add infra container images for memcached, redis, rabbitmq and mariadb - #13
Open
lmiccini wants to merge 1 commit into
Open
Add infra container images for memcached, redis, rabbitmq and mariadb#13lmiccini wants to merge 1 commit into
lmiccini wants to merge 1 commit into
Conversation
fmount
requested changes
Aug 7, 2026
amoralej
reviewed
Aug 7, 2026
| "${CONTAINERS_DIR}/${dir_name}/" | ||
| return | ||
| fi | ||
|
|
Contributor
There was a problem hiding this comment.
We will need some additional changes in build.sh to manage rpm-only images. We need to make sure that update-sources commands works fine i.e. when there are projects without sources.txt, etc...
Port container definitions from tcib for infrastructure services that don't require Python source builds. These are RPM-only containers built on top of openstack-base. - memcached: simple memcached service - redis: uses valkey (Redis-compatible fork) with procps-ng - rabbitmq: installs from CentOS Messaging SIG repo directly (the centos-release-rabbitmq-4 package requires centos-release which is unavailable on UBI), includes kolla extend_start bootstrap script - mariadb: full Galera cluster support with mariadb-server-galera, includes kolla extend_start and security_reset.expect scripts Also updates build.sh to handle infrastructure containers (projects without sources.txt) by skipping source cloning and constraints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lmiccini
force-pushed
the
add-infra-containers
branch
from
August 7, 2026 15:43
a729356 to
b0c9ccd
Compare
fmount
self-requested a review
August 7, 2026 15:57
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.
Port container definitions from tcib for infrastructure services that don't require Python source builds. These are RPM-only containers built on top of openstack-base.
Also updates build.sh to handle infrastructure containers (projects without sources.txt) by skipping source cloning and constraints.