ia-short (sha256:3e7f0fa97a4c87f5bf8055b2fdd88b14d37492f22cd6541ac9882e8d334b1085)
Installation
docker pull git.ia.utwente.nl/beheer/ia-short@sha256:3e7f0fa97a4c87f5bf8055b2fdd88b14d37492f22cd6541ac9882e8d334b1085sha256:3e7f0fa97a4c87f5bf8055b2fdd88b14d37492f22cd6541ac9882e8d334b1085About this package
ICTSV.nl URL Shortener
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1789689600' |
| RUN /bin/sh -c echo "Updating repostitories..." && apt-get update -y && echo "Upgrading base debian system..." && apt-get upgrade -y && echo "Installing required debian packages..." && apt-get install -y apt-utils net-tools python3 python3-pip python3-requests python3-appdirs python3-bcrypt python3-flask python3-yaml uwsgi uwsgi-plugin-python3 acl && echo "Creating directories..." && mkdir -p /app /etc/liteshort_wsgi /etc/liteshort /var/lib/liteshort && echo "Correcting permissions on directories..." && chown -R 1000:1000 /app /var/lib/liteshort # buildkit |
| COPY ./src /app # buildkit |
| COPY ./setup/liteshort.ini /etc/liteshort_wsgi/liteshort.ini # buildkit |
| COPY ./src/liteshort/config.template.yml /etc/liteshort/config.yml # buildkit |
| WORKDIR /app |
| USER 1000:1000 |
| VOLUME [/etc/liteshort /var/lib/liteshort] |
| EXPOSE [8000/tcp] |
| CMD ["uwsgi" "--ini" "/etc/liteshort_wsgi/liteshort.ini"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-25T16:37:40.008Z |
| org.opencontainers.image.description | ICTSV.nl URL Shortener |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 99c738d3b105059afd4d7f0105eff91486dbbb1f |
| org.opencontainers.image.source | https://git.ia.utwente.nl/Beheer/ia-short |
| org.opencontainers.image.title | ia-short |
| org.opencontainers.image.url | https://git.ia.utwente.nl/Beheer/ia-short |
| org.opencontainers.image.version | main |