git @ Cat's Eye Technologies The-Cannery / 5210fe6
Update kinoje to 0.7 (now on Python-3.6-slim-stretch). Chris Pressey 3 years ago
4 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 FROM python:3.5.7-slim-stretch
0 FROM python:3.6-slim-stretch
11 RUN apt-get update && apt-get upgrade -y
22 RUN apt-get install -y povray povray-includes ffmpeg imagemagick librsvg2-bin
33 RUN mkdir /mnt/host
0 The image contains kinoje ( https://catseye.tc/node/kinoje ), its dependencies (Python 3.5.7-slim-stretch, PyYaml, Jinja2, tqdm), and the programs it's commonly used with (POV-Ray, ImageMagick, rsvg-convert, and ffmpeg).
0 The image contains kinoje ( https://catseye.tc/node/kinoje ), its dependencies (Python 3.6-slim-stretch, PyYaml, Jinja2, tqdm), and the programs it's commonly used with (POV-Ray, ImageMagick, rsvg-convert, and ffmpeg).
11
22 Example of use:
33
4 docker pull catseye/kinoje:0.6
5 docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" catseye/kinoje:0.6 \
4 docker pull catseye/kinoje:0.7
5 docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" catseye/kinoje:0.7 \
66 kinoje eg/moebius.yaml -o moebius.mp4
77
88 Notes:
00 #!/bin/sh
11
2 . settings.sh
2 . ./settings.sh
33 . ../build-docker-image.sh
00 SOURCE=kinoje
11 IMAGENAME=kinoje
2 VERSION=0.6
2 VERSION=0.7