Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image #1568

Open
viharm opened this issue Aug 13, 2023 · 1 comment
Open

Docker image #1568

viharm opened this issue Aug 13, 2023 · 1 comment

Comments

@viharm
Copy link
Contributor

viharm commented Aug 13, 2023

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.

@viharm
Copy link
Contributor Author

viharm commented Oct 29, 2023

Image updated with Node 20.9.0
Image repo moved (link above has been updated to the point to the new repo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant