Skip to content

Commit

Permalink
Merge pull request #614 from crim-ca/update-readme-servers
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Apr 10, 2024
2 parents ee70c77 + 3ee8e2b commit 73fe9a5
Showing 1 changed file with 38 additions and 21 deletions.
59 changes: 38 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for each process.
* - tests status
- | |github_latest| |github_tagged| |coverage| |codacy|
* - releases
- | |version| |commits-since| |license|
- | |version| |commits-since| |license| |docker_image|

.. |py_ver| image:: https://img.shields.io/badge/python-3.7%2B-blue.svg
:alt: Requires Python 3.7+
Expand Down Expand Up @@ -83,6 +83,10 @@ for each process.
:alt: Docker Build Status (latest version)
:target: https://hub.docker.com/r/pavics/weaver/tags

.. |docker_image| image:: https://img.shields.io/badge/docker-pavics%2Fweaver-blue
:alt: Docker Image
:target: https://hub.docker.com/r/pavics/weaver/tags

.. |coverage| image:: https://img.shields.io/codecov/c/gh/crim-ca/weaver.svg?label=coverage
:alt: Code Coverage
:target: https://codecov.io/gh/crim-ca/weaver
Expand Down Expand Up @@ -196,13 +200,30 @@ Links

Docker image repositories:

- CRIM registry: `ogc/weaver <https://docker-registry.crim.ca/repositories/3463>`_
- OGC processes: `ogc-public <https://docker-registry.crim.ca/namespaces/39>`_
- DockerHub: `pavics/weaver <https://hub.docker.com/r/pavics/weaver>`_
.. list-table::
:header-rows: 1

* - Name
- Reference
- Access
* - DockerHub
- `pavics/weaver <https://hub.docker.com/r/pavics/weaver>`_
- |public|
* - CRIM registry
- `ogc/weaver <https://docker-registry.crim.ca/repositories/3463>`_
- |restricted|
* - CRIM OGC Processes
- `ogc-public <https://docker-registry.crim.ca/namespaces/39>`_
- |restricted|

.. |public| image:: https://img.shields.io/badge/public-green
.. |restricted| image:: https://img.shields.io/badge/restricted-orange

::
For a prebuilt image, pull as follows:

$ docker pull pavics/weaver:5.1.1
.. code-block:: shell
docker pull pavics/weaver:5.1.1
For convenience, following tags are also available:

Expand All @@ -214,25 +235,21 @@ Following links correspond to existing servers with `Weaver` configured as *EMS*
.. list-table::
:header-rows: 1

* - Status
- Description
* - Description
- Version
- Entrypoint
* - <span style="color:green">**active**</span>
- HYBRID Server
- https://service.crim.ca/
* - <span style="color:grey">**deprecated**</span>
- ADES Test server
- https://ogc-ades.crim.ca/weaver/
* - <span style="color:grey">**deprecated**</span>
- EMS Test server
- https://ogc-ems.crim.ca/weaver/
* - <span style="color:grey">**deprecated**</span>
- EMS Extra server
- https://ogc.crim.ca/weaver/
* - CRIM Services Portal
- |crim-services-version|
- `https://services.crim.ca/weaver <https://services.crim.ca/weaver>`_
* - `DACCS Project <https://github.com/DACCS-Climate>`_ - CRIM Development Instance
- |hirondelle-version|
- `https://hirondelle.crim.ca/weaver <https://hirondelle.crim.ca/weaver>`_

.. |crim-services-version| image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fservices.crim.ca%2Fweaver%2Fversions&query=%24.versions%5B0%5D.version&label=version
.. |hirondelle-version| image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhirondelle.crim.ca%2Fweaver%2Fversions&query=%24.versions%5B0%5D.version&label=version

.. note::
The test servers will **not** necessarily be up-to-date with the *latest* version.
Request the ``${server}/weaver/versions`` route to verify the running version.

----------------
Configuration
Expand Down

0 comments on commit 73fe9a5

Please sign in to comment.