https://github.com/mostlygeek/cloudops-docker
docker for moz cloudops
https://github.com/mostlygeek/cloudops-docker
Last synced: 3 months ago
JSON representation
docker for moz cloudops
- Host: GitHub
- URL: https://github.com/mostlygeek/cloudops-docker
- Owner: mostlygeek
- Created: 2015-01-21T22:04:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T22:00:42.000Z (over 10 years ago)
- Last Synced: 2025-02-12T16:51:55.949Z (4 months ago)
- Language: Shell
- Size: 38.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
= Abandoned =
Abandoning this work because deploying python / node often requires compiling
extensions/modules written in C.This causes several challenges that are not worth overcoming:
- requires GCC to get all requirements, bloating the container and making it
pointless
- using a build box is not good enough as modules link to shared libraries that
will have to be replicated on the busybox container (paths/libraries/versions/etc)= What is this? =
An abandoned project for building tiny docker base images for
* python
* nodejsTotal work in progress