Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump versions #16

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
# You should have received a copy of the GNU General Public License
# along with LINO. If not, see <http:#www.gnu.org/licenses/>.

ARG VERSION_PIMO=v1.19.0
ARG VERSION_LINO=v2.4.0
ARG VERSION_PIMO=v1.22.1
ARG VERSION_LINO=v2.7.0
ARG VERSION_SIGO=0.3.0
ARG VERSION_MIMO=0.5.0
ARG VERSION_MILLER=6.9.0
ARG VERSION_MIMO=0.8.0
ARG VERSION_MILLER=6.11.0
ARG VERSION_MC=RELEASE.2023-09-07T22-48-55Z
ARG VERSION_DSQ=0.23.0
ARG VERSION_DEBIAN=stable-20230904-slim
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ LINO Toolbox is suite of Docker images with commands `lino`, `pimo`, `sigo`, `mi
To get started with Lino Toolbox and Docker, you'll need to have Docker installed on your system. Once you've done that, you can use the following command to run Lino Toolbox with Docker:

```
docker run --rm -it  -v $(pwd):/workspace  cgifr/lino-toolbox:v1.3.0-debian
docker run --rm -it  -v $(pwd):/workspace  cgifr/lino-toolbox:v1.4.0-debian
```

This command will start a Docker container with the cgifr/lino-toolbox:v1.3.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.
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:2.4.0 |
|pimo |docker hub|cgifr/pimo:1.19.0 |
|lino |docker hub|cgifr/lino:2.7.0 |
|pimo |docker hub|cgifr/pimo:1.22.1 |
|sigo |github |0.3.0 |
|mimo |github |0.5.0 |
|mlr |github |6.9.0 |
|mimo |github |0.8.0 |
|mlr |github |6.11.0 |
|dsq |github |0.23.0 |
|mc |docker hub|minio/mc:RELEASE.2023-09-07T22-48-55Z|
|jq |debian |- |
Expand Down
Loading