Dockerized modding tools by nsimplex for the Klei Entertainment's game Don't Starve.
10K+
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.
Dockerfile links4.5.1-imagemagick-7.1.2-3-alpine, 4.5.1-alpine, 4.5.1, alpine, latest4.5.1-imagemagick-7.1.2-3-debian, 4.5.1-debian, debian4.5.0-imagemagick-7.1.2-3-alpine, 4.5.0-alpine, 4.5.04.5.0-imagemagick-7.1.2-3-debian, 4.5.0-debian4.4.1-imagemagick-6.9.13-29-alpine, 4.4.1-alpine, 4.4.14.4.1-imagemagick-6.9.13-29-debian, 4.4.1-debianofficial-4.4.0-imagemagick-6.9.13-29-alpine, official-4.4.0-alpine, official-4.4.0, official-alpine, official-latest, officialofficial-4.4.0-imagemagick-6.9.13-29-debian, official-4.4.0-debian, official-debianofficial-4.3.1-imagemagick-6.9.13-29-alpine, official-4.3.1-alpine, official-4.3.1official-4.3.1-imagemagick-6.9.13-29-debian, official-4.3.1-debianofficial-4.3.0-imagemagick-6.9.13-29-alpine, official-4.3.0-alpine, official-4.3.0official-4.3.0-imagemagick-6.9.13-29-debian, official-4.3.0-debianDocker 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.2-3 | 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 | latestofficial | -legacy- | Sets ImageMagick base image prefix |
IMAGEMAGICK_VERSION | latestofficial | 7.1.2-36.9.13-29 | Sets ImageMagick version |
KTOOLS_VERSION | latestofficial | 4.5.14.4.0 | Sets ktools version |
| Image | Architecture(s) |
|---|---|
latest | linux/amd64, linux/386 |
official | linux/amd64, linux/386 |
To build images locally, you can use bin/build.sh script:
# to build all images
$ ./bin/build.sh
# to build only the latest images
$ ./bin/build.sh latest
# to build only the official images
$ ./bin/build.sh official
To build images manually:
$ 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 manually 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.
Content type
Image
Digest
sha256:3056d70b1…
Size
54.3 MB
Last updated
about 3 hours ago
docker pull dstmodders/ktools