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
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,22 @@ Note: if wanting to test [leaf-isle-bagger] and [isle-bagger] locally
205
205
206
206
See the following as an alternative to specifying an OCI image registry and tag in the Dockerfile: <https://docs.docker.com/build/bake/reference/>. As an example, see [isle-buildkit]`docker-bake.hcl`.
207
207
208
+
## FAQ
209
+
210
+
### Debugging from the audit log:
211
+
212
+
```bash
213
+
tmp=$(grep x /data/leaf-bagger/_leaf_bagger_audit_2025-01-03T_15-08-06.csv | head -15 | cut -d ',' -f1 | tr '\n''')
0 commit comments