Skip to content

Commit

Permalink
Bump DCS from 2.0.6 -> 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Dec 24, 2024
1 parent e8f171b commit 968a272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions services/dcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ We recommend using the provided Docker container.

A pre-build version is available at [docker hub](https://hub.docker.com/repository/docker/ghga/download-controller-service):
```bash
docker pull ghga/download-controller-service:2.0.6
docker pull ghga/download-controller-service:2.0.7
```

Or you can build the container yourself from the [`./Dockerfile`](./Dockerfile):
```bash
# Execute in the repo's root dir:
docker build -t ghga/download-controller-service:2.0.6 .
docker build -t ghga/download-controller-service:2.0.7 .
```

For production-ready deployment, we recommend using Kubernetes, however,
for simple use cases, you could execute the service using docker
on a single server:
```bash
# The entrypoint is preconfigured:
docker run -p 8080:8080 ghga/download-controller-service:2.0.6 --help
docker run -p 8080:8080 ghga/download-controller-service:2.0.7 --help
```

If you prefer not to use containers, you may install the service from source:
Expand Down
2 changes: 1 addition & 1 deletion services/dcs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Intended Audience :: Developers",
]
name = "dcs"
version = "2.0.6"
version = "2.0.7"
description = "Download Controller Service - a GA4GH DRS-compliant service for delivering files from S3 encrypted according to the GA4GH Crypt4GH standard."


Expand Down

0 comments on commit 968a272

Please sign in to comment.