You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,6 +73,7 @@ podman run --rm -it --net=host \
71
73
```
72
74
73
75
**Execute an Ansible playbook**
76
+
74
77
```bash
75
78
podman run --rm -it --net=host \
76
79
--security-opt label=disable \
@@ -82,6 +85,7 @@ podman run --rm -it --net=host \
82
85
```
83
86
84
87
**Run OpenShift commands**
88
+
85
89
```bash
86
90
podman run --rm -it --net=host \
87
91
--security-opt label=disable \
@@ -109,10 +113,13 @@ podman run --rm -it --net=host \
109
113
## Development
110
114
111
115
### Build the Image
116
+
112
117
Run `make build` to build both amd64 and arm64 architectures locally (requires qemu-user-static package).
113
118
114
119
### Upload to Registry
120
+
115
121
Run `make upload` to push the image to the official repository.
116
122
117
123
### Contributing
124
+
118
125
To update software versions or add new tools, modify the Containerfile and update the software table in this readme. Use `make versions` to generate the software versions table from the container after building locally.
0 commit comments