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
Bump nix develop based docker image to tlaurion/heads-dev-env:v0.2.7
Adds coreboot-utils, needed by diffocsope to investigate changes in coreboot roms
The docker image IS reproducible once pushed (no change on docker.io) after having reordered commits etc.
README.md adapted from bumping to v0.2.7
.circleci/config.yml now includes comment for version and hash for docker pinning
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Helper to print the full 'repo@digest' and the raw digest for a docker image.
9
9
Behavior:
10
-
- The script treats the provided image reference literally. Provide exact `repo/name:tag` or `repo@digest` (e.g. `tlaurion/heads-dev-env:v0.2.6`).
10
+
- The script treats the provided image reference literally. Provide exact `repo/name:tag` or `repo@digest` (e.g. `tlaurion/heads-dev-env:v0.2.7`).
11
11
- If the image exists locally, the script prints the first RepoDigest (repo@digest) and the raw digest.
12
12
- If the image is not present locally, the script will offer to pull the exact provided reference to obtain a local RepoDigest (interactive or `-y`).
13
13
- The script prefers to operate on local image state (e.g., Docker local RepoDigests). If a local digest is not available it may query the Docker Hub v2 HTTP API (docker.io) via `curl` to obtain an authoritative manifest digest for docker.io images; this requires network access and appropriate registry connectivity. For other registries or Docker versions you may still need to use `docker manifest inspect` or `skopeo inspect` manually if `RepoDigests` is not populated.
0 commit comments