https://github.com/ccnmtl/turbogears-docker
base docker image for ancient turbogears applications
https://github.com/ccnmtl/turbogears-docker
Last synced: about 2 months ago
JSON representation
base docker image for ancient turbogears applications
- Host: GitHub
- URL: https://github.com/ccnmtl/turbogears-docker
- Owner: ccnmtl
- Created: 2015-04-29T09:24:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T09:25:07.000Z (about 10 years ago)
- Last Synced: 2025-02-16T00:44:02.003Z (4 months ago)
- Language: Makefile
- Size: 97.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
We have some very old (pre 1.0) TurboGears applications that we no longer develop on but are still running. They require python2.5 and a particular set of very old eggs, setuptools, virtualenv and such. The only way we can get them to run without investing a lot more work in them is on Ubuntu 10.04 with the deadsnakes PPA to install stuff. Ubuntu 10.04 is EOL, so now we're bundling these up as docker containers that we can keep limping along for a little longer without having to run a whole 10.04 server.
This is just a base image for those application images to build off of.
If you are not at CCNMTL, there is almost no reason this image would be interesting to you. If, for some reason, you really need to run ancient TurboGears apps like this and find this image helpful, you have my deepest sympathies.