Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 318 Bytes

Workshop Tools

This repository represents the workspace container to run the end-to-end developer workshop.

Build and Push the image

IMAGE_TAG=X
podman build --layers=false -t quay.io/redhat-emea-ssa-team/workshop-tools:${IMAGE_TAG}
podman push quay.io/redhat-emea-ssa-team/workshop-tools:${IMAGE_TAG}