Skip to content
Snippets Groups Projects
Verified Commit 19c7afea authored by Martin Weise's avatar Martin Weise
Browse files

Updated Docker docs

parent fc893770
No related branches found
No related tags found
No related merge requests found
...@@ -2,21 +2,20 @@ ...@@ -2,21 +2,20 @@
* **Maintained by**: * **Maintained by**:
[the DBRepo Maintainers](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/graphs/dev) [the DBRepo Maintainers](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/graphs/master)
* **Where to get help**: * **Where to get help**:
[the official documentation](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/latest/), [the official documentation](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/),
# Supported tags # Supported tags
* [`1.3`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/master/dbrepo-DIR/Dockerfile/) * [`1.4.x`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-__APP_VERSION__/dbrepo-DIR/Dockerfile/)
* [`latest`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/dev/dbrepo-DIR/Dockerfile/) * [`latest`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-latest/dbrepo-DIR/Dockerfile/)
# Non-supported tags # Non-supported tags
* `1.2` * [`1.3.0`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.3.0/dbrepo-DIR/Dockerfile/)
* `1.1`
# Quick reference (cont.) # Quick reference (cont.)
...@@ -30,8 +29,8 @@ ...@@ -30,8 +29,8 @@
* **Source of this description:** * **Source of this description:**
[docs repo's `.docs/docker` directory](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tree/dev/.docs/docker) [docs repo's `.docs/docker` directory](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tree/release-__APP_VERSION__/.docs/docker)
([history](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/dev/.docs/docker)) ([history](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/release-__APP_VERSION__/.docs/docker))
# What is DBRepo? # What is DBRepo?
......
...@@ -508,7 +508,9 @@ docs-registry: ...@@ -508,7 +508,9 @@ docs-registry:
refs: refs:
- /^release-.*/ - /^release-.*/
script: script:
- apk add sed
- pip install -r ./requirements.txt - pip install -r ./requirements.txt
- find ./docs -type f -exec sed -i -e "s/__APP_VERSION__/${APP_VERSION}/g" {} \;
- python3 .docs/docker/release.py - python3 .docs/docker/release.py
release-images: release-images:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment