~wombelix/moinmoin-pypy2-container

f974fa953b005be17d208db8008962fb058e7130 — Dominik Wombacher 11 months ago 09b1a3b
docs(README): source/mirror and release section added, container build and publish workflow described
1 files changed, 27 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +27 -5
@@ 26,6 26,8 @@ Ready to use, based on openSUSE Leap and the alternative Python Runtime [PyPy](h
    * [User and Password](#user-and-password)
    * [Custom SSL Certificates](#custom-ssl-certificates)
* [Components](#components)
* [Source](#source)
* [Releases](#releases)
* [Contribution](#contribution)
* [License](#license)



@@ 185,14 187,34 @@ podman run -d -p 8443:443 --name wiki -v ~/wiki/cert.pem:/etc/ssl/certs/cert.pem
- uwsgi (2.0.20)
- openSUSE Leap (15.3)

# Contribution
# Source

Please don't hesistate to provide Feedback, open an Issue or create an Pull / Merge Request.
The primary location is: https://git.sr.ht/~wombelix/moinmoin-pypy2-container

The repository is available on [Codeberg](https://codeberg.org/wombelix/moinmoin-pypy2-container), 
Mirrors of the repository are available on 
[Codeberg](https://codeberg.org/wombelix/moinmoin-pypy2-container), 
[Gitlab](https://gitlab.com/wombelix/moinmoin-pypy2-container) and 
[Github](https://github.com/wombelix/moinmoin-pypy2-container), 
just pick the platform you are most comfortable with.
[Github](https://github.com/wombelix/moinmoin-pypy2-container).

# Releases

Container images will be created and published on [quay.io](https://quay.io/repository/wombelix/moinmoin-pypy2?tab=info).

Workflow:

  - Push new git tag to Gitlab mirror repository
  - Gitlab send notification to quay.io build trigger
  - Container image build and published on quay.io

The container image with label `latest` is based to the last git tag and release. Branches like `main` will _not_ automatically build and uploaded.

# Contribute

Don't hesitate to provide Feedback, open an Issue or create an Pull / Merge Request.

Just pick the workflow or platform you prefer and are most comfortable with.

Feedback, Bug Reports or Patches via [Email](https://dominik.wombacher.cc/pages/contact.html) are also always welcome.

# License