|
9 | 9 |
|
10 | 10 | ## Introduction |
11 | 11 |
|
12 | | -In addition to the cmemc distribution package, you can use the eccenca cmemc docker image which is based on the official [debian slim image](https://hub.docker.com/_/debian). |
| 12 | +In addition to the cmemc distribution package, you can use the eccenca cmemc docker image, which is based on the [Red Hat Universal Base Image 9 Minimal](https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5). |
13 | 13 | This is especially needed if you want to use cmemc in orchestrations. |
14 | 14 |
|
15 | 15 | ## Image and Tags |
16 | 16 |
|
17 | 17 | The following image - tag combinations are available for public use: |
18 | 18 |
|
19 | | -- `docker-registry.eccenca.com/eccenca-cmemc:v24.1` - a specific release |
| 19 | +- `docker-registry.eccenca.com/eccenca-cmemc:v24.3.0` - a specific release |
20 | 20 | - `docker-registry.eccenca.com/eccenca-cmemc:latest` - same as the latest release |
21 | 21 |
|
22 | 22 | ``` shell-session title="Image retrieval and check cmemc version" |
23 | | -$ docker run -it --rm docker-registry.eccenca.com/eccenca-cmemc:v24.1 --version |
24 | | -Unable to find image 'docker-registry.eccenca.com/eccenca-cmemc:v24.1' locally |
25 | | -v23.2: Pulling from eccenca-cmemc |
| 23 | +$ docker run -it --rm docker-registry.eccenca.com/eccenca-cmemc:v24.3.0 --version |
| 24 | +Unable to find image 'docker-registry.eccenca.com/eccenca-cmemc:v24.3.0' locally |
| 25 | +v24.3.0: Pulling from eccenca-cmemc |
| 26 | +... |
26 | 27 | Digest: sha256:.... |
27 | | -Status: Downloaded newer image for docker-registry.eccenca.com/eccenca-cmemc:v24.1 cmemc, version 24.1.4, running under python 3.11.8 |
| 28 | +Status: Downloaded newer image for docker-registry.eccenca.com/eccenca-cmemc:v24.3.0 |
| 29 | +cmemc, version 24.3.0, running under python 3.11.9 |
28 | 30 | ``` |
29 | 31 |
|
30 | 32 | ## Volumes |
@@ -59,7 +61,7 @@ WHERE { |
59 | 61 | GROUP BY ?graph |
60 | 62 | ORDER BY DESC(?triples) |
61 | 63 |
|
62 | | -$ docker run -it --rm -v $(pwd):/data -v $(pwd)/cmemc.ini:/config/cmemc.ini docker-registry.eccenca.com/eccenca-cmemc:v24.1 -c my-deployment query execute ./list-graphs.sparql |
| 64 | +$ docker run -it --rm -v $(pwd):/data -v $(pwd)/cmemc.ini:/config/cmemc.ini docker-registry.eccenca.com/eccenca-cmemc:v24.3.0 -c my-deployment query execute ./list-graphs.sparql |
63 | 65 | graph,triples |
64 | 66 | http://schema.org/,8809 |
65 | 67 | https://vocab.eccenca.com/shacl/,1752 |
|
0 commit comments