Note
This repository uses a fork dstmodders/ktools instead of the original nsimplex/ktools. All tags prefixed with "official" point to official releases. See fork releases to learn more.
4.5.1-imagemagick-7.1.1-39-alpine
,4.5.1-alpine
,4.5.1
,alpine
,latest
4.5.1-imagemagick-7.1.1-39-debian
,4.5.1-debian
,debian
4.5.0-imagemagick-7.1.1-39-alpine
,4.5.0-alpine
,4.5.0
4.5.0-imagemagick-7.1.1-39-debian
,4.5.0-debian
4.4.1-imagemagick-6.9.13-17-alpine
,4.4.1-alpine
,4.4.1
4.4.1-imagemagick-6.9.13-17-debian
,4.4.1-debian
official-4.4.0-imagemagick-6.9.13-17-alpine
,official-4.4.0-alpine
,official-4.4.0
,official-alpine
,official-latest
,official
official-4.4.0-imagemagick-6.9.13-17-debian
,official-4.4.0-debian
,official-debian
official-4.3.1-imagemagick-6.9.13-17-alpine
,official-4.3.1-alpine
,official-4.3.1
official-4.3.1-imagemagick-6.9.13-17-debian
,official-4.3.1-debian
official-4.3.0-imagemagick-6.9.13-17-alpine
,official-4.3.0-alpine
,official-4.3.0
official-4.3.0-imagemagick-6.9.13-17-debian
,official-4.3.0-debian
Docker images for modding tools of Klei Entertainment's game Don't Starve.
Fork releases (recommended):
$ docker pull dstmodders/ktools:latest
# or
$ docker pull ghcr.io/dstmodders/ktools:latest
Or you can pick one of the official releases:
$ docker pull dstmodders/ktools:official
# or
$ docker pull ghcr.io/dstmodders/ktools:official
See tags for a list of all available versions.
$ docker run --rm -v "$(pwd):/data/" dstmodders/ktools ktech --version
> docker run --rm -v "%CD%:/data/" dstmodders/ktools ktech --version
PS:\> docker run --rm -v "${PWD}:/data/" dstmodders/ktools ktech --version
Name | Value | Description |
---|---|---|
IMAGEMAGICK_VERSION |
7.1.1-39 |
ImageMagick version |
KTOOLS_KRANE |
/usr/local/bin/krane |
ktools/krane path |
KTOOLS_KTECH |
/usr/local/bin/ktech |
ktools/ktech path |
KTOOLS_VERSION |
4.5.1 |
ktools version |
Name | Image | Default | Description |
---|---|---|---|
IMAGEMAGICK_IMAGE_PREFIX |
latest official |
-legacy- |
Sets ImageMagick base image prefix |
IMAGEMAGICK_VERSION |
latest official |
7.1.1-39 6.9.13-17 |
Sets ImageMagick version |
KTOOLS_VERSION |
latest official |
4.5.1 4.4.0 |
Sets ktools version |
Image | Architecture(s) |
---|---|
latest |
linux/amd64 , linux/386 |
official |
linux/amd64 , linux/386 |
To build images locally:
$ docker build --tag='dstmodders/ktools:alpine' ./latest/alpine/
$ docker build --tag='dstmodders/ktools:debian' ./latest/debian/
$ docker build --tag='dstmodders/ktools:official-alpine' ./official/alpine/
$ docker build --tag='dstmodders/ktools:official-debian' ./official/debian/
Respectively, to build multi-platform images using buildx:
$ docker buildx build --platform='linux/amd64,linux/386' --tag='dstmodders/ktools:alpine' ./latest/alpine/
$ docker buildx build --platform='linux/amd64,linux/386' --tag='dstmodders/ktools:debian' ./latest/debian/
$ docker buildx build --platform='linux/amd64,linux/386' --tag='dstmodders/ktools:official-alpine' ./official/alpine/
$ docker buildx build --platform='linux/amd64,linux/386' --tag='dstmodders/ktools:official-debian' ./official/debian/
Released under the MIT License.