gancio events software with updated sharps for Alpine 3.16
Go to file
Zico 9d09dcbefd only alpine 3.19 supported 2024-01-14 02:28:17 -06:00
Dockerfile bump node alpine docker image to 20 to match alpine 3.19 node version 2024-01-14 02:26:19 -06:00
LICENSE Initial commit 2022-06-13 23:59:27 +00:00
README.md only alpine 3.19 supported 2024-01-14 02:28:17 -06:00
docker-entrypoint.sh Adding Dockerfile and entrypoint script 2022-06-15 01:22:19 +00:00
gancio-patched-latest.tgz fix node version, gancio v1.11.0 2024-01-14 02:27:06 -06:00

README.md

gancio-patched

gancio events software with updated sharps for Alpine 3.19

Use the variable GANCIO_VER to refer to the gancio tag you want. The gancio-patched-latest.tgz file will be updated whenever I remember to.

clone this repo, change into gancio directory, then run:

PODMAN
podman build --no-cache --format docker --build-arg=GANCIO_VER=[version] -t gancio-patched:[insert version here] .
podman run -v ./out:/out:Z gancio-patched:[version]

DOCKER
docker build --no-cache --build-arg GANCIO_VER=[version] -t=gancio-patched:[version] .
docker run -v ./out:/out gancio-patched:[version]

The tar-gzipped yarn package will be in the out/ directory.

Yarn can install gancio with yarn global add file:./gancio-$VERSION.tgz.

Or, if you don't want to build it yourself (warning, build may become out of date), you can get the package itself by running:

yarn global add https://git.cyberia.club/zico/gancio-patched/raw/branch/main/gancio-patched-latest.tgz