• Joined on 2025-10-31

rideshare (2026-01-30)

Published 2026-01-30 16:27:43 +01:00 by pontus

Installation

docker pull git.kattla.se/pontus/rideshare:2026-01-30
sha256:d1fd434de8b32bbaa13c38b12c62811ffb84c9155741fcfe30d6cfe3f8ebab3e

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV TZ=Europe/Stockholm
WORKDIR /app
COPY rideshare/requirements.txt . # buildkit
RUN /bin/sh -c apk add --no-cache bash python3 py3-pip sqlite tzdata cronie # buildkit
RUN /bin/sh -c python3 -m venv venv # buildkit
RUN /bin/sh -c /bin/sh -c "source venv/bin/activate && pip install --no-cache-dir -r requirements.txt" # buildkit
COPY rideshare . # buildkit
RUN /bin/sh -c chmod +x data/import_price_history.sh # buildkit
RUN /bin/sh -c chmod +x /app/db/backup/backup.sh # buildkit
RUN /bin/sh -c echo "0 12,14,16,18 * * * /bin/sh /app/db/backup/backup.sh" >> /etc/crontabs/root # buildkit
RUN /bin/sh -c echo "0 1 * * * find /app/db/backup -name '*.db' -type f -mtime +14 -exec rm {} \;" >> /etc/crontabs/root # buildkit
EXPOSE [8997/tcp]
CMD ["sh" "-c" "crond && source venv/bin/activate && python3 /app/manage.py"]
Details
Container
2026-01-30 16:27:43 +01:00
5
OCI / Docker
linux/amd64
78 MiB
Versions (6) View all
2026-02-11 2026-02-11
alpine 2026-02-11
2026-01-30 2026-01-30
k3s 2026-01-30
2025-12-07 2025-12-07