Sign inSign up

rubensa/ubuntu-openssl-old

By rubensa

•Updated almost 2 years ago

Docker image based on ubuntu with old openssl version builds.

Image
Developer tools
0

2.3K

rubensa/ubuntu-openssl-old repository overview

⁠Docker image based on ubuntu with old openssl version builds.

GitHub repository⁠.

This is a Docker image based on ubuntu⁠ with old openssl⁠ version builds. Is image is intended to provide the old openssl builds for rubensa/ubuntu-tini-dev⁠.

⁠Building

You can build the image like this:

#!/usr/bin/env bash

DOCKER_REPOSITORY_NAME="rubensa"
DOCKER_IMAGE_NAME="ubuntu-openssl-old"
DOCKER_IMAGE_TAG="latest"

docker buildx build --platform=linux/amd64,linux/arm64 --no-cache \
  -t "${DOCKER_REPOSITORY_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}" \
  --label "maintainer=Ruben Suarez <[email protected]>" \
  .

docker buildx build --load \
  -t "${DOCKER_REPOSITORY_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}" \
  .

Tag summary

Content type

Image

Digest

sha256:85ddc6caa…

Size

170.3 MB

Last updated

almost 2 years ago

docker pull rubensa/ubuntu-openssl-old