-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yaml
More file actions
51 lines (51 loc) · 1.63 KB
/
Copy pathmanifest.yaml
File metadata and controls
51 lines (51 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: python-github-runner
tags:
- latest
registry: ghcr.io/deerhide/python-github-runner
build:
format: oci
args:
- RUNNER_VERSION=2.337.0
- ARGO_VERSION=4.0.8
- KARGO_VERSION=1.11.0
- CHAINLOOP_VERSION=1.105.4
- PACK_VERSION=0.40.8
- CRANE_VERSION=0.21.8
- KUBECTL_VERSION=1.36.3
- GH_CLI_VERSION=2.97.0
- DIVE_VERSION=0.13.1
- SYFT_VERSION=1.50.0
- GRYPE_VERSION=0.116.1
- HADOLINT_VERSION=2.14.0
- YQ_VERSION=4.53.3
- NODE_VERSION=24.18.0
- BUN_VERSION=1.3.14
- REDOCLY_CLI_VERSION=2.39.0
- SPECTRAL_CLI_VERSION=6.16.1
- PORTMAN_VERSION=1.35.0
- NEWMAN_VERSION=6.2.2
- OASDIFF_VERSION=1.27.0
- RUST_VERSION=1.97.1
- ZIG_VERSION=0.14.0
- CARGO_LAMBDA_VERSION=1.9.1
labels:
- org.opencontainers.image.source=https://github.com/deerhide/python-github-runner
- org.opencontainers.image.description="Python GitHub Runner"
- org.opencontainers.image.licenses="MIT"
- org.opencontainers.image.authors="Deerhide"
- org.opencontainers.image.vendor="Deerhide"
cache:
# Exact refs used by Laelidona/github-actions reusable workflows (+ runner CI).
# Floating tags miss SHA lookups under ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE.
actions:
- actions/checkout@v6.0.2
- actions/cache@v5.0.3
- actions/cache/restore@v5.0.3
- actions/cache/save@v5.0.3
- actions/upload-artifact@v7.0.0
- actions/download-artifact@v8.0.1
- softprops/action-gh-release@v3.0.2
- slackapi/slack-github-action@v4.0.0
- wagoid/commitlint-github-action@v6.2.1
- cycjimmy/semantic-release-action@v6.0.0
- hadolint/hadolint-action@v3.3.0