https://github.com/madworx/docker-debian-archive
Docker images for old (archived) Debian releases
https://github.com/madworx/docker-debian-archive
debian-etch debian-lenny debian-releases debian-squeeze docker-image historical
Last synced: 2 months ago
JSON representation
Docker images for old (archived) Debian releases
- Host: GitHub
- URL: https://github.com/madworx/docker-debian-archive
- Owner: madworx
- Created: 2018-04-29T16:13:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T17:56:28.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:47:26.892Z (2 months ago)
- Topics: debian-etch, debian-lenny, debian-releases, debian-squeeze, docker-image, historical
- Language: Shell
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.org/madworx/docker-debian-archive)
# Docker images for old (archived) Debian releases
Currently, the following images are [available and automatically built on Docker hub](https://hub.docker.com/r/madworx/debian-archive/):
* Debian 4 Etch (~2007 (Link to [debian.org](https://www.debian.org/releases/etch/)))
* Debian 5 Lenny (~2009 (Link to [debian.org](https://www.debian.org/releases/lenny/)))
* Debian 6 Squeeze (~2011 (Link to [debian.org](https://www.debian.org/releases/squeeze/)))
* Debian 7 Wheezy (~2016 (Link to [debian.org](https://www.debian.org/releases/wheezy/)))
* Debian 8 Jessie (~2015 (Link to [debian.org](https://www.debian.org/releases/jessie/)))Later releases are readily available for the [official Debian repo at Docker Hub](https://hub.docker.com/_/debian/).
Please be aware of the fact that these images represent legacy
versions of said operating system, and *do* contain security
issues. Please do not use these images for anything else than O/S
research, testing etc.## Usage
```
mad@maddev:~$ docker run --rm -it madworx/debian-archive:etch
sh-3.1# cat /etc/debian_version
4.0
```## Source
Everything is hosted on [github](https://github.com/madworx/docker-debian-archive).