system-config/zuul.d/docker-images/mailman.yaml
Clark Boylan 12d4355385 Fork the maxking/docker-mailman images
These images have a number of issues we've identified and worked
around. The current iteration of this change is essentially
identical to upstream but with a minor tweak to allow the latest
mailman version, and adjusts the paths for hyperkitty and postorius
URLs to match those in the upstream mailman-web codebase, but
doesn't try to address the other items. However, we should consider
moving our fixes from ansible into the docker images where possible
and upstream those updates.

Unfortunately upstream hasn't been super responsive so far hence this
fork. For tracking purposes here are the issues/PRs we've already filed
upstream:

  https://github.com/maxking/docker-mailman/pull/552
  https://github.com/maxking/docker-mailman/issues/548
  https://github.com/maxking/docker-mailman/issues/549
  https://github.com/maxking/docker-mailman/issues/550

Change-Id: I3314037d46c2ef2086a06dea0321d9f8cdd35c73
2022-11-21 16:51:02 +00:00

30 lines
915 B
YAML

- job:
name: system-config-build-image-mailman
description: Build mailman docker images
provides: mailman-container-images
parent: system-config-build-image
vars: &mailman_vars
docker_images:
- context: docker/mailman/core
repository: opendevorg/mailman-core
- context: docker/mailman/web
repository: opendevorg/mailman-web
docker_use_buildkit: true
files: &mailman_files
- docker/mailman/
- job:
name: system-config-upload-image-mailman
description: Build and upload mailman images.
provides: mailman-container-images
parent: system-config-upload-image
vars: *mailman_vars
files: *mailman_files
- job:
name: system-config-promote-image-mailman
description: Promote previously published mailman images to latest.
parent: system-config-promote-image
vars: *mailman_vars
files: *mailman_files