Skip to content

klo2k/stunnel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stunnel packaged in Docker container

A quick and dirty proxy hack to support legacy TLSv1.0 app.

I use it as part of a larger docker-compose stack to perform certain tasks.

e.g. Migrating really old Mercurial repo. to git - see mercurial-to-git-migrate-container

Build and Publish

# Build and push "ubuntu-18.04" tag
docker build \
  --file ./ubuntu-18.04.dockerfile \
  --label org.opencontainers.image.revision="$(git rev-parse HEAD)" \
  --tag "klo2k/stunnel:ubuntu-18.04" .
docker push klo2k/stunnel:ubuntu-18.04

Releases

No releases published

Packages

No packages published