https://github.com/bitbar/ubuno
Ubuntu LTS based Docker image with Node.js LTS inside
https://github.com/bitbar/ubuno
bitbar confd curl docker docker-image gcc git nodejs on-prem saas tree ubuntu wget
Last synced: about 2 months ago
JSON representation
Ubuntu LTS based Docker image with Node.js LTS inside
- Host: GitHub
- URL: https://github.com/bitbar/ubuno
- Owner: bitbar
- License: isc
- Created: 2019-08-30T06:02:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T07:09:03.000Z (10 months ago)
- Last Synced: 2025-01-13T06:08:42.478Z (3 months ago)
- Topics: bitbar, confd, curl, docker, docker-image, gcc, git, nodejs, on-prem, saas, tree, ubuntu, wget
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/bitbar/ubuno
- Size: 6.84 KB
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubuno
(Ubu)ntu based Docker image with (No)de.js.
## Info
* Based on Ubuntu LTS (22.04)
* Node.js (16)
* [confd](https://github.com/kelseyhightower/confd) onboard
* other tools:* curl
* wget
* git
* gcc (helpful for some node packages - eg. node-gyp)
* tree## Changelog
* **4.0.0**
* Node.js updated to 16* **3.0.0**
* Updated ubuntu to 22.04 lts and node to 14* **2.0.1**
* Patch: Added missing `CMD`
* **2.0.0**
* Node.js updated to 12
* **1.0.0**
* First public version with Node.js 10
## License
[ISC License](LICENSE)