Skip to content

max-weis/container-size-demo

Repository files navigation

openliberty dockerfile size comparison

sizeComparison

Build

mvn clean package 

Base

docker image build -t container-size-demo:openliberty -f Dockerfile .

UBI

docker image build -t container-size-demo:ubi -f Dockerfile.ubi .

Alpine

docker image build -t container-size-demo:alpine -f Dockerfile.fatjar.alpine .

Distroless

docker image build -t container-size-demo:distroless -f Dockerfile.fatjar.distroless .

About

size comparison between openliberty container images

Topics

Resources

Stars

Watchers

Forks