Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
06c6e01
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Jul 26, 2026
11a6dca
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Jul 27, 2026
f3c3da4
feat: implement retries for cosign verify step (#2634)
renner0e Jul 27, 2026
9b48b07
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Jul 28, 2026
13b3096
docs: remove star history (#2638)
renner0e Jul 28, 2026
21d2f38
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Jul 28, 2026
e6a718f
chore(ci): pin cosign (#2640)
renner0e Jul 28, 2026
962429a
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Jul 28, 2026
2687e24
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Jul 28, 2026
456d86b
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Jul 28, 2026
39ec627
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Jul 29, 2026
13fa398
chore: update renovate for github-action to weekly (#2633)
inffy Jul 29, 2026
68cdcaa
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Jul 30, 2026
5cd42a8
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Jul 31, 2026
7c3d4b6
feat: set SOURCE_DATE_EPOCH on chunkah (#2651)
renner0e Jul 31, 2026
5c37908
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Aug 1, 2026
01dec4f
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Aug 1, 2026
1c8263e
chore(deps): update ghcr.io/ublue-os/brew:latest docker digest to bcd…
ubot-7274[bot] Aug 2, 2026
96a4598
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Aug 2, 2026
50d4245
chore(deps): update actions/attest action to v4.2.1 (#2660)
ubot-7274[bot] Aug 2, 2026
9845d8f
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Aug 2, 2026
0574a4b
chore(deps): update ghcr.io/get-aurora-dev/common:latest docker diges…
ubot-7274[bot] Aug 2, 2026
ae04f0c
chore(deps): update quay.io/fedora-ostree-desktops/kinoite:44 docker …
ubot-7274[bot] Aug 3, 2026
8fd730e
chore(deps): update github/codeql-action action to v4.37.4 (main) (#2…
ubot-7274[bot] Aug 3, 2026
24c1b98
Revert "feat: set SOURCE_DATE_EPOCH on chunkah (#2651)" (#2670)
renner0e Aug 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@
"enabled": false
},
{
"matchManagers": ["github-actions"],
"matchDepNames": [
"github/codeql-action/upload-sarif"
"!oras-project/setup-oras",
"!sigstore/cosign-installer",
"!anchore/sbom-action"
],
"extends": ["schedule:weekly"]
"schedule": ["on sunday"]
}
]
}
5 changes: 4 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
# FIXME: Implement retries for stuff like this
- name: Install Cosign
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
# be careful when upgrading major versions
with:
cosign-release: 'v3.1.2'

- name: Install ORAS
uses: oras-project/setup-oras@1d808f7d7f6995cc68b7bf507bfe5c5446e1dc9d # v2.0.1
Expand Down Expand Up @@ -444,7 +447,7 @@ jobs:

- name: Attestation
if: inputs.publish
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
with:
subject-name: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.pre-push.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,16 @@ build $image=default_image $tag=default_tag $flavor=default_flavor $rechunk="fal
ALL_IMAGES+=("${AKMODS_NVIDIA_OPEN}")
fi

cosign verify \
{{ retry_function }}

retry 5 60 cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp="github.com/get-aurora-dev/common/.github/workflows/*" \
"{{ common }}"

ALL_IMAGES+=("{{ common }}")

cosign verify \
retry 5 60 cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp="github.com/coreos/chunkah/.github/workflows/*" \
"{{ chunkah }}"
Expand All @@ -218,8 +220,6 @@ build $image=default_image $tag=default_tag $flavor=default_flavor $rechunk="fal

ALL_IMAGES+=("{{ brew }}")

{{ retry_function }}

# I hate this immensely, podman build/pull with --retry does not work for
# transient network issues
if [[ "${retry_pull}" == "true" ]]; then
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ sudo mokutil --import public_key.der
## Repobeats

![Alt](https://repobeats.axiom.co/api/embed/c86e98a6654e55f789375ff210dd4eb95f757906.svg "Repobeats analytics image")

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=ublue-os/aurora&type=Date)](https://www.star-history.com/#ublue-os/aurora&Date)
6 changes: 3 additions & 3 deletions image-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ images:
- name: kinoite
image: quay.io/fedora-ostree-desktops/kinoite
tag: 44
digest: sha256:4825b41ccb3a6cde16ae21ef7107977bd071892a959c591ccf3ca917c3011b73
digest: sha256:706d2566228e53e05f125e9893e5dcd187d54d8386ddada647ddeeaf9442917c

# https://github.com/get-aurora-dev/common
- name: common
image: ghcr.io/get-aurora-dev/common
tag: latest
digest: sha256:a89ec8048e37424da098c564bad6c02243e9e3d41d6f5c536a0cb698fcd25f27
digest: sha256:9c3378b7c3612b3b08b9c79bd0e6fdfa7eaeef31fdbbb9e6ff491b3326d85338

# https://github.com/ublue-os/brew
- name: brew
image: ghcr.io/ublue-os/brew
tag: latest
digest: sha256:ff3a0f6d6d9ff372fbc22e0131800a1755fd5031903ba1d7630050f45f8a476e
digest: sha256:bcd5391e8e2b925e6ad02b8a5b7cfac039a18c419b891d2b244e2758ebe2b9d1

# https://github.com/coreos/chunkah
- name: chunkah
Expand Down
Loading