Skip to content

Commit 3565924

Browse files
committed
upgrade for cmemc 24.3.0
1 parent a1b524e commit 3565924

File tree

1 file changed

+9
-7
lines changed
  • docs/automate/cmemc-command-line-interface/invocation/docker-image

1 file changed

+9
-7
lines changed

docs/automate/cmemc-command-line-interface/invocation/docker-image/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,24 @@ tags:
99

1010
## Introduction
1111

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).
1313
This is especially needed if you want to use cmemc in orchestrations.
1414

1515
## Image and Tags
1616

1717
The following image - tag combinations are available for public use:
1818

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
2020
- `docker-registry.eccenca.com/eccenca-cmemc:latest` - same as the latest release
2121

2222
``` 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+
...
2627
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
2830
```
2931

3032
## Volumes
@@ -59,7 +61,7 @@ WHERE {
5961
GROUP BY ?graph
6062
ORDER BY DESC(?triples)
6163
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
6365
graph,triples
6466
http://schema.org/,8809
6567
https://vocab.eccenca.com/shacl/,1752

0 commit comments

Comments
 (0)