Skip to content

Commit

Permalink
chore: update debian
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Nov 27, 2024
1 parent a64cfaa commit 4966b75
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG VERSION_MIMO=0.8.0
ARG VERSION_MILLER=6.13.0
ARG VERSION_MC=RELEASE.2023-09-07T22-48-55Z
ARG VERSION_DSQ=0.23.0
ARG VERSION_DEBIAN=stable-20230904-slim
ARG VERSION_DEBIAN=stable-slim

FROM cgifr/pimo:${VERSION_PIMO} AS pimo

Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ docker run --rm -it  -v $(pwd):/workspace  cgifr/lino-toolbox:v2.1.0-debian
This command will start a Docker container with the cgifr/lino-toolbox:v1.4.0-debian image and mount the current working directory on your host machine to the /workspace directory in the container. Once the container finishes running, it will be automatically removed.

## debian image :
| Tool | Source | Version |
|------|---------|---------|
|debian|docker hub|debian:stable-20230904-slim |
|lino |docker hub|cgifr/lino:3.1.0 |
|pimo |docker hub|cgifr/pimo:1.28.1 |
|sigo |github |0.4.0 |
|mimo |github |0.8.0 |
|mlr |github |6.13.0 |
|dsq |github |0.23.0 |
|mc |docker hub|minio/mc:RELEASE.2023-09-07T22-48-55Z|
|jq |debian |- |
|wget |debian |- |
|git |debian |- |
|pv |debian |- |
|vim |debian |- |
|iputils-ping |debian |- |
| Tool | Source | Version |
|------------|----------|-------------------------------------|
|debian |docker hub|debian:stable-slim |
|lino |docker hub|cgifr/lino:3.1.0 |
|pimo |docker hub|cgifr/pimo:1.28.1 |
|sigo |github |0.4.0 |
|mimo |github |0.8.0 |
|mlr |github |6.13.0 |
|dsq |github |0.23.0 |
|mc |docker hub|minio/mc:RELEASE.2023-09-07T22-48-55Z|
|jq |debian |- |
|wget |debian |- |
|git |debian |- |
|pv |debian |- |
|vim |debian |- |
|iputils-ping|debian |- |

0 comments on commit 4966b75

Please sign in to comment.