Appearance
Build Images
This repo ships three images.
Agent (Slack)
bash
podman build --platform=linux/amd64 -f Dockerfile.agent -t your-registry/lucas-agent:tag .
podman push your-registry/lucas-agent:tagDashboard
bash
podman build --platform=linux/amd64 -f Dockerfile.dashboard -t your-registry/lucas-dashboard:tag .
podman push your-registry/lucas-dashboard:tagAgent (CronJob)
bash
podman build --platform=linux/amd64 -f Dockerfile.lucas -t your-registry/lucas:tag .
podman push your-registry/lucas:tagUpdate the image tags in k8s/ after pushing.
