Sign inSign up

ngacareer/alpine-java-ssl

By ngacareer

Updated over 5 years ago

Alpine linux lightweight, openssl, and openjdk

Image
2

1.4K

ngacareer/alpine-java-ssl repository overview

Quick reference

Quick reference (cont.)

What is alpine-java-ssl ?

The image is a Linux lightweight, It has been integrated openssl and jdk, image run dumb-init as PID 1 which forwards signals to all processes running in the container. we can use openssl and base running java application.

Image supports version of Java : 7, 8, 9, 10, 11 (lastest)

How to use this image

  • On Docker
docker run -itd --name alpine-java-ssl ngacareer/alpine-java-ssl
docker exec -it alpine-java-ssl bin/sh
# java -version
# javac -version
  • On Kubernetes
kubectl run alpine-java-ssl --image=ngacareer/alpine-java-ssl
kubectl exec -it pod/alpine-java-ssl bin/sh
# java -version
# javac -version
  • On OpenShift
oc new-app --docker-image=ngacareer/alpine-java-ssl --name=alpine-java-ssl
oc exec -ti $(oc get pod -l app=alpine-java-ssl -o jsonpath="{.items[0].metadata.name}") bin/sh
$ java -version
$ javac -version

License

Copyright © 2021 Ngacareer

All contents licensed under the MIT License

Tag summary

Content type

Image

Digest

Size

139.2 MB

Last updated

over 5 years ago

docker pull ngacareer/alpine-java-ssl