Docker image based on ubuntu with old openssl version builds.
982
This is a Docker image based on ubuntu with old openssl version builds. Is image is intended to provide the old openssl builds for nextail/ubuntu-tini-dev.
You can build the image like this:
#!/usr/bin/env bash
docker buildx build --platform=linux/amd64,linux/arm64 --no-cache \
-t "nextail/ubuntu-openssl-old" \
--label "maintainer=Ruben Suarez <[email protected]>" \
.
docker buildx build --load \
-t "nextail/ubuntu-openssl-old" \
.
Content type
Image
Digest
sha256:a6bdd7132…
Size
170.3 MB
Last updated
almost 2 years ago
docker pull nextail/ubuntu-openssl-old