https://github.com/cjolowicz/docker-debian6
Docker images for Debian 6 (squeeze) with OpenSSL 1.1.1b
https://github.com/cjolowicz/docker-debian6
curl debian docker git openssl python
Last synced: 2 months ago
JSON representation
Docker images for Debian 6 (squeeze) with OpenSSL 1.1.1b
- Host: GitHub
- URL: https://github.com/cjolowicz/docker-debian6
- Owner: cjolowicz
- License: mit
- Created: 2019-03-15T08:19:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T12:14:11.000Z (about 6 years ago)
- Last Synced: 2025-02-10T12:42:58.545Z (4 months ago)
- Topics: curl, debian, docker, git, openssl, python
- Language: M4
- Homepage: https://hub.docker.com/r/cjolowicz/openssl-debian6-x86_64
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/cjolowicz/docker-debian6)
# docker-debian6
This repository provides Docker images for Debian 6 (squeeze) with
selected tools built against OpenSSL 1.1.1b.- [openssl-debian6-x86_64:1.1.1b](https://hub.docker.com/r/cjolowicz/openssl-debian6-x86_64)
- [openssl-debian6-i386:1.1.1b](https://hub.docker.com/r/cjolowicz/openssl-debian6-i386)
- [curl-debian6-x86_64:7.64.0](https://hub.docker.com/r/cjolowicz/curl-debian6-x86_64)
- [curl-debian6-i386:7.64.0](https://hub.docker.com/r/cjolowicz/curl-debian6-i386)
- [git-debian6-x86_64:2.21.0](https://hub.docker.com/r/cjolowicz/git-debian6-x86_64)
- [git-debian6-i386:2.21.0](https://hub.docker.com/r/cjolowicz/git-debian6-i386)
- [python-debian6-x86_64:3.6.8](https://hub.docker.com/r/cjolowicz/python-debian6-x86_64)
- [python-debian6-i386:3.6.8](https://hub.docker.com/r/cjolowicz/python-debian6-i386)The Docker images derive from the following base images:
- [debian/eol:squeeze](https://hub.docker.com/r/debian/eol:squeeze)
- [lpenz/debian-squeeze-i386:latest](https://hub.docker.com/r/lpenz/debian-squeeze-i386)## Background
Debian 6 (squeeze) reached end of life in February 2016. While the
release can still be obtained from archive.debian.org, its packages
lack support for TLS >= 1.2. Following the widespread enforcement of
this protocol, programs included in the release are often unable to
establish connections to the outside world.## Usage
Invoke `make` to build the images locally. This requires the
[m4](https://www.gnu.org/software/m4/) preprocessor.