#1568·ungit

Docker image

Author: viharmCreated Aug 13, 2023Updated Sep 29, 2025

I've tried to create a Docker image using the Node image.

I use the following Dockerfile

  FROM node:20.5.1-alpine3.18
  RUN apk add --no-cache git gpg gpg-agent && rm -vrf /var/cache/apk/*
  RUN  npm install ungit@latest -g && npm cache clean --force
  EXPOSE 8448
  WORKDIR /var/local/ungit

I've pushed to the Docker hub (https://hub.docker.com/r/cerebralvoyage/ungit-docker), if anyone is interested. More notes over there

Edit 29-Oct-2023: Changed Docker link to the new repo.