PR #7015 · branch registry-container-entity · for the Monday review with Cole.
Read top-to-bottom. Every claim below is anchored to file:line so you can open
it live on the call.
// stores an attestation on the archivista server
$ archivistactl store <attestation.json>
$ archivistactl store build.attestation.json
build.attestation.json stored with gitoid 4462a729251af54c7699dbca2f7d5bf5759a5fc6273b3cd606da29d531387c86| #!/usr/bin/env python3 | |
| # Copyright 2024 Neil Madden. | |
| # License: https://creativecommons.org/licenses/by-sa/4.0/deed.en. | |
| # Like this? I do training courses & consultancy: | |
| # https://illuminated-security.com/ | |
| import hashlib | |
| import math | |
| import os |
kubectl config delete-cluster wds1-cluster
kubectl config delete-cluster its1-cluster
kubectl config delete-cluster k3d-cluster1
kubectl config delete-cluster k3d-cluster2
kubectl config delete-cluster k3d-kubeflex
kubectl config delete-context wds1
kubectl config delete-context its1
kubectl config delete-context cluster1
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "os" | |
| "strings" | |
| "k8s.io/client-go/kubernetes" | |
| "k8s.io/client-go/tools/clientcmd" |
$ docker system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 0 0 0B 0B
Containers 0 0 0B 0B
Local Volumes 13 0 31.52GB 31.52GB (100%)
Build Cache 0 0 0B 0BList All Volumes:| import ffmpeg | |
| # Basic Usage (Convert Video Format) | |
| """ | |
| ( | |
| ffmpeg.input("src/rahulxf.mov") | |
| .output("output.mp4") | |
| .run() | |
| ) | |
| """ |