Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 283 Bytes

image-builder-jws

Image to build custom images for JWS or tomcat and push them a Docker repository.

Build the Docker image:

podman build -t quay.io/${USER}/image-builder-jws .
podman login quay.io/${USER}/image-builder-jws
podman push quay.io/${USER}/image-builder-jws