Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 221 Bytes

building.md

File metadata and controls

6 lines (4 loc) · 221 Bytes

Building the operator

Commonly used commands:

  • go build -v -o operator ./cmd/manager for building operator
  • podman build -f ./build/Dockerfile -t activemq-artemis-operator:latest . for building operator image