Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitbar/ubupy
Ubuntu LTS based Docker image with Python inside
https://github.com/bitbar/ubupy
confd curl docker docker-image gcc git python python3 tree ubuntu wget
Last synced: about 2 months ago
JSON representation
Ubuntu LTS based Docker image with Python inside
- Host: GitHub
- URL: https://github.com/bitbar/ubupy
- Owner: bitbar
- License: isc
- Archived: true
- Created: 2020-03-27T16:14:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T05:48:51.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T23:24:41.276Z (5 months ago)
- Topics: confd, curl, docker, docker-image, gcc, git, python, python3, tree, ubuntu, wget
- Homepage: https://hub.docker.com/r/bitbar/ubupy
- Size: 6.84 KB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubupy
(Ubu)ntu based Docker image with (Py)thon.
Ready to use with Ansible Molecule:
```yml
platforms:
- name: ubuntu20
image: bitbar/ubupy:focal
pre_build_image: true
- name: ubuntu18
image: bitbar/ubupy:bionic
pre_build_image: true
- name: ubuntu16
image: bitbar/ubupy:xenial
pre_build_image: true
```## Info
* Based on Ubuntu LTS
* Installed python packages:* Python 2.7 (depracated since Focal)
* `python`
* `python-pip`
* `python-dev`
* `python-apt`* Python 3.6
* `python3`
* `python3-pip`
* `python3-dev`
* `python3-apt`* Other installed packages:
* `sudo`
* `bash`
* `ca-certificates`
* `aptitude`
* `apt-transport-https`
* `apt-utils`
* `iproute2`
* `ca-certificates`
* `tree`
* `git`
* `curl`
* `wget`
* `tzdata`## Changelog
* **1.1.1**
* Removing `ENTRYPOINT` as Ansible Molecule wasn't working with it
* **1.1.0**
* Added -dev packages
* Added `ENV SHELL`* **1.0.1**
* Patch: Missing `CMD`
* **1.0.0**
* First public version
## License
[ISC License](LICENSE)