Compare commits
1 Commits
master
..
449034a4a1
| Author | SHA1 | Date | |
|---|---|---|---|
| 449034a4a1 |
@@ -31,24 +31,6 @@ repos:
|
|||||||
"-s",
|
"-s",
|
||||||
]
|
]
|
||||||
|
|
||||||
- repo: local
|
|
||||||
hooks:
|
|
||||||
- id: pytest
|
|
||||||
name: Run unit tests
|
|
||||||
entry: make test
|
|
||||||
language: system
|
|
||||||
types: [python]
|
|
||||||
pass_filenames: false
|
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
|
||||||
rev: 0.37.2
|
|
||||||
hooks:
|
|
||||||
- id: check-jsonschema
|
|
||||||
name: Validate RPM package metadata
|
|
||||||
files: ^rpms/[^/]+/metadata\.yaml$
|
|
||||||
args: [--schemafile, schema/metadata.json]
|
|
||||||
language_version: python3.11
|
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.14.7
|
rev: v0.14.7
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
@@ -7,18 +7,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p /woodpecker/rpms
|
- mkdir -p /woodpecker/rpms
|
||||||
- ln -s /woodpecker/rpms /workspace
|
- ln -s /woodpecker/rpms /workspace
|
||||||
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el8 --buildah
|
- ./tools/build build-all --distro almalinux/el8 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show rpms
|
- name: show rpms
|
||||||
image: git.unkin.net/unkin/almalinux8-base:latest
|
image: git.unkin.net/unkin/almalinux8-base:latest
|
||||||
|
|||||||
@@ -7,18 +7,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p /woodpecker/rpms
|
- mkdir -p /woodpecker/rpms
|
||||||
- ln -s /woodpecker/rpms /workspace
|
- ln -s /woodpecker/rpms /workspace
|
||||||
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el9 --buildah
|
- ./tools/build build-all --distro almalinux/el9 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show rpms
|
- name: show rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: pull_request
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build rpms
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- mkdir -p /woodpecker/rpms
|
|
||||||
- ln -s /woodpecker/rpms /workspace
|
|
||||||
- ./tools/build build-all --distro fedora/42 --buildah
|
|
||||||
privileged: true
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show rpms
|
|
||||||
image: git.unkin.net/unkin/fedora42-base:latest
|
|
||||||
commands:
|
|
||||||
- find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: pull_request
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build rpms
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- mkdir -p /woodpecker/rpms
|
|
||||||
- ln -s /woodpecker/rpms /workspace
|
|
||||||
- ./tools/build build-all --distro fedora/43 --buildah
|
|
||||||
privileged: true
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show rpms
|
|
||||||
image: git.unkin.net/unkin/fedora43-base:latest
|
|
||||||
commands:
|
|
||||||
- find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: pull_request
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build rpms
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- mkdir -p /woodpecker/rpms
|
|
||||||
- ln -s /woodpecker/rpms /workspace
|
|
||||||
- ./tools/build build-all --distro fedora/44 --buildah
|
|
||||||
privileged: true
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show rpms
|
|
||||||
image: git.unkin.net/unkin/fedora44-base:latest
|
|
||||||
commands:
|
|
||||||
- find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"
|
|
||||||
@@ -8,18 +8,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p /woodpecker/rpms
|
- mkdir -p /woodpecker/rpms
|
||||||
- ln -s /woodpecker/rpms /workspace
|
- ln -s /woodpecker/rpms /workspace
|
||||||
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el8 --buildah
|
- ./tools/build build-all --distro almalinux/el8 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show-rpms
|
- name: show-rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||||
@@ -40,11 +34,4 @@ steps:
|
|||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 128Mi
|
|
||||||
cpu: 100m
|
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 500m
|
|
||||||
depends_on: [build-rpms, show-rpms]
|
depends_on: [build-rpms, show-rpms]
|
||||||
|
|||||||
@@ -8,18 +8,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p /woodpecker/rpms
|
- mkdir -p /woodpecker/rpms
|
||||||
- ln -s /woodpecker/rpms /workspace
|
- ln -s /woodpecker/rpms /workspace
|
||||||
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el9 --buildah
|
- ./tools/build build-all --distro almalinux/el9 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show-rpms
|
- name: show-rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||||
@@ -40,11 +34,4 @@ steps:
|
|||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 128Mi
|
|
||||||
cpu: 100m
|
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 500m
|
|
||||||
depends_on: [build-rpms, show-rpms]
|
depends_on: [build-rpms, show-rpms]
|
||||||
|
|||||||
@@ -1,50 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build-rpms
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- mkdir -p /woodpecker/rpms
|
|
||||||
- ln -s /woodpecker/rpms /workspace
|
|
||||||
- ./tools/build build-all --distro fedora/42 --buildah
|
|
||||||
privileged: true
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show-rpms
|
|
||||||
image: git.unkin.net/unkin/fedora42-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"
|
|
||||||
depends_on: [build-rpms]
|
|
||||||
|
|
||||||
- name: deploy-rpms
|
|
||||||
image: git.unkin.net/unkin/fedora42-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- |
|
|
||||||
for rpm in $(find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"); do
|
|
||||||
curl --user droneci:$${DRONECI_PASSWORD} --upload-file $rpm https://git.unkin.net/api/packages/unkin/rpm/fedora/42/upload
|
|
||||||
done
|
|
||||||
environment:
|
|
||||||
DRONECI_PASSWORD:
|
|
||||||
from_secret: DRONECI_PASSWORD
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 128Mi
|
|
||||||
cpu: 100m
|
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 500m
|
|
||||||
depends_on: [build-rpms, show-rpms]
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build-rpms
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- mkdir -p /woodpecker/rpms
|
|
||||||
- ln -s /woodpecker/rpms /workspace
|
|
||||||
- ./tools/build build-all --distro fedora/43 --buildah
|
|
||||||
privileged: true
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show-rpms
|
|
||||||
image: git.unkin.net/unkin/fedora43-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"
|
|
||||||
depends_on: [build-rpms]
|
|
||||||
|
|
||||||
- name: deploy-rpms
|
|
||||||
image: git.unkin.net/unkin/fedora43-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- |
|
|
||||||
for rpm in $(find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"); do
|
|
||||||
curl --user droneci:$${DRONECI_PASSWORD} --upload-file $rpm https://git.unkin.net/api/packages/unkin/rpm/fedora/43/upload
|
|
||||||
done
|
|
||||||
environment:
|
|
||||||
DRONECI_PASSWORD:
|
|
||||||
from_secret: DRONECI_PASSWORD
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 128Mi
|
|
||||||
cpu: 100m
|
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 500m
|
|
||||||
depends_on: [build-rpms, show-rpms]
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build-rpms
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- mkdir -p /woodpecker/rpms
|
|
||||||
- ln -s /woodpecker/rpms /workspace
|
|
||||||
- ./tools/build build-all --distro fedora/44 --buildah
|
|
||||||
privileged: true
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 1
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
cpu: 2
|
|
||||||
|
|
||||||
- name: show-rpms
|
|
||||||
image: git.unkin.net/unkin/fedora44-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"
|
|
||||||
depends_on: [build-rpms]
|
|
||||||
|
|
||||||
- name: deploy-rpms
|
|
||||||
image: git.unkin.net/unkin/fedora44-rpmbuilder:latest
|
|
||||||
commands:
|
|
||||||
- |
|
|
||||||
for rpm in $(find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"); do
|
|
||||||
curl --user droneci:$${DRONECI_PASSWORD} --upload-file $rpm https://git.unkin.net/api/packages/unkin/rpm/fedora/44/upload
|
|
||||||
done
|
|
||||||
environment:
|
|
||||||
DRONECI_PASSWORD:
|
|
||||||
from_secret: DRONECI_PASSWORD
|
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
serviceAccountName: default
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 128Mi
|
|
||||||
cpu: 100m
|
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 500m
|
|
||||||
depends_on: [build-rpms, show-rpms]
|
|
||||||
@@ -11,7 +11,7 @@ DISTRO ?= almalinux/el9
|
|||||||
PACKAGES := $(shell find $(ROOT_DIR)/rpms -mindepth 1 -maxdepth 1 -type d -exec test -f {}/metadata.yaml \; -print | xargs -n1 basename | sort)
|
PACKAGES := $(shell find $(ROOT_DIR)/rpms -mindepth 1 -maxdepth 1 -type d -exec test -f {}/metadata.yaml \; -print | xargs -n1 basename | sort)
|
||||||
|
|
||||||
# Default target to build all packages
|
# Default target to build all packages
|
||||||
.PHONY: all list build clean test
|
.PHONY: all list build clean
|
||||||
all: build-all
|
all: build-all
|
||||||
|
|
||||||
# List all available packages
|
# List all available packages
|
||||||
@@ -47,10 +47,6 @@ dry-run:
|
|||||||
@echo "Dry run - showing what would be built for distro $(DISTRO):"
|
@echo "Dry run - showing what would be built for distro $(DISTRO):"
|
||||||
$(BUILD_TOOL) build-all --distro $(DISTRO) --dry-run
|
$(BUILD_TOOL) build-all --distro $(DISTRO) --dry-run
|
||||||
|
|
||||||
# Run unit tests
|
|
||||||
test:
|
|
||||||
@uv run --group dev pytest tests/ -q; rc=$$?; [ $$rc -eq 5 ] && exit 0 || exit $$rc
|
|
||||||
|
|
||||||
# Clean target
|
# Clean target
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning build artifacts..."
|
@echo "Cleaning build artifacts..."
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
[project]
|
|
||||||
name = "rpmbuilder"
|
|
||||||
version = "0.1.0"
|
|
||||||
requires-python = ">=3.11"
|
|
||||||
|
|
||||||
[dependency-groups]
|
|
||||||
dev = [
|
|
||||||
"pytest>=8",
|
|
||||||
"jsonschema>=4",
|
|
||||||
"pyyaml>=6",
|
|
||||||
]
|
|
||||||
@@ -1,20 +1,18 @@
|
|||||||
name: act_runner
|
---
|
||||||
github: unknown/act_runner
|
|
||||||
description: A runner for Gitea based on act.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Gitea
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.2.12
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.2.12
|
||||||
|
description: A runner for Gitea based on act.
|
||||||
|
github: unknown/act_runner
|
||||||
homepage: https://gitea.com/gitea/act_runner
|
homepage: https://gitea.com/gitea/act_runner
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
maintainer: Gitea
|
||||||
builds:
|
name: act_runner
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.2.12
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.2.12
|
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: bind_exporter
|
---
|
||||||
github: prometheus-community/bind_exporter
|
|
||||||
description: Prometheus exporter for BIND
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Prometheus
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.8.0
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.8.0
|
||||||
|
description: Prometheus exporter for BIND
|
||||||
|
github: prometheus-community/bind_exporter
|
||||||
homepage: https://github.com/prometheus-community/bind_exporter
|
homepage: https://github.com/prometheus-community/bind_exporter
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
maintainer: Prometheus
|
||||||
builds:
|
name: bind_exporter
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.8.0
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.8.0
|
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: Gruntwork
|
maintainer: Gruntwork
|
||||||
homepage: https://github.com/gruntwork-io/boilerplate
|
homepage: https://github.com/gruntwork-io/boilerplate
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.15.0
|
version: 0.10.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.15.0
|
version: 0.10.1
|
||||||
|
|||||||
@@ -1,19 +1,18 @@
|
|||||||
name: claude-code
|
---
|
||||||
description: Claude Code - Anthropic's agentic AI coding tool
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Anthropic
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 2.1.120
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 2.1.120
|
||||||
|
claude_ai: true
|
||||||
|
description: Claude Code - Anthropic's agentic AI coding tool
|
||||||
homepage: https://claude.ai/code
|
homepage: https://claude.ai/code
|
||||||
license: Proprietary
|
license: Proprietary
|
||||||
dist_tag: true
|
maintainer: Anthropic
|
||||||
builds:
|
name: claude-code
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 2.1.156
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 2.1.156
|
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: ContainerNetworking
|
maintainer: ContainerNetworking
|
||||||
homepage: https://github.com/containernetworking/plugins
|
homepage: https://github.com/containernetworking/plugins
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.9.1
|
version: 1.9.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.9.1
|
version: 1.9.0
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: code-server
|
name: code-server
|
||||||
github: coder/code-server
|
github: coder/code-server
|
||||||
description: VS Code in the browser.
|
description: VS Code in the browser.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: Coder
|
maintainer: Coder
|
||||||
homepage: https://github.com/coder/code-server
|
homepage: https://github.com/coder/code-server
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,21 +1,18 @@
|
|||||||
name: consul-cni
|
---
|
||||||
github: unknown/consul-cni
|
|
||||||
description: Plugin for Consul on Kubernetes to allow configuring traffic redirection
|
|
||||||
rules without escalated container privileges.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Hashicorp
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 1.7.1
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 1.7.1
|
||||||
|
description: Plugin for Consul on Kubernetes to allow configuring traffic redirection rules without escalated container privileges.
|
||||||
|
github: unknown/consul-cni
|
||||||
homepage: https://hashicorp.com
|
homepage: https://hashicorp.com
|
||||||
license: Mozilla Public License, version 2.0
|
license: Mozilla Public License, version 2.0
|
||||||
dist_tag: true
|
maintainer: Hashicorp
|
||||||
builds:
|
name: consul-cni
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 1.7.1
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 1.7.1
|
|
||||||
|
|||||||
@@ -7,22 +7,14 @@ platform: linux
|
|||||||
maintainer: HashiCorp
|
maintainer: HashiCorp
|
||||||
homepage: https://github.com/hashicorp/consul
|
homepage: https://github.com/hashicorp/consul
|
||||||
license: BUSL-1.1
|
license: BUSL-1.1
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.22.7
|
version: 1.22.2
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.22.7
|
version: 1.22.2
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 1.22.7
|
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: https://etcd.io/
|
maintainer: https://etcd.io/
|
||||||
homepage: https://etcd.io/
|
homepage: https://etcd.io/
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 3.6.7
|
version: 3.6.10
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 3.6.7
|
version: 3.6.10
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ platform: linux
|
|||||||
maintainer: onedr0p
|
maintainer: onedr0p
|
||||||
homepage: https://github.com/onedr0p/exportarr
|
homepage: https://github.com/onedr0p/exportarr
|
||||||
license: MIT license
|
license: MIT license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: Prometheus
|
maintainer: Prometheus
|
||||||
homepage: https://github.com/tynany/frr_exporter
|
homepage: https://github.com/tynany/frr_exporter
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.11.0
|
version: 1.9.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.11.0
|
version: 1.9.0
|
||||||
|
|||||||
+15
-17
@@ -1,20 +1,18 @@
|
|||||||
name: g10k
|
---
|
||||||
github: xorpaul/g10k
|
|
||||||
description: An r10k fork written in Go, designed to work somwhat similar like puppetlabs/r10k.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: xorpaul
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.9.10
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.9.10
|
||||||
|
description: An r10k fork written in Go, designed to work somwhat similar like puppetlabs/r10k.
|
||||||
|
github: xorpaul/g10k
|
||||||
homepage: https://github.com/xorpaul/g10k
|
homepage: https://github.com/xorpaul/g10k
|
||||||
license: Apache2.0
|
license: Apache2.0
|
||||||
dist_tag: true
|
maintainer: xorpaul
|
||||||
builds:
|
name: g10k
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.9.10
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.9.10
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: git-delta
|
name: git-delta
|
||||||
github: dandavison/delta
|
github: dandavison/delta
|
||||||
description: A syntax-highlighting pager for git, diff, grep, and blame output.
|
description: A syntax-highlighting pager for git, diff, grep, and blame output.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: dandavison
|
maintainer: dandavison
|
||||||
homepage: https://github.com/dandavison/delta
|
homepage: https://github.com/dandavison/delta
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
|
---
|
||||||
name: hadolint
|
name: hadolint
|
||||||
github: hadolint/hadolint
|
github: hadolint/hadolint
|
||||||
description: A smarter Dockerfile linter that helps you build best practice Docker
|
description: A smarter Dockerfile linter that helps you build best practice Docker images.
|
||||||
images.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
platform: linux
|
||||||
maintainer: hadolint
|
maintainer: hadolint
|
||||||
homepage: https://github.com/hadolint/hadolint
|
homepage: https://github.com/hadolint/hadolint
|
||||||
license: GPL-3.0
|
license: GPL-3.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: Helm Contributors
|
maintainer: Helm Contributors
|
||||||
homepage: https://github.com/helm/helm
|
homepage: https://github.com/helm/helm
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 4.1.4
|
version: 4.0.5
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 4.1.4
|
version: 4.0.5
|
||||||
|
|||||||
@@ -8,15 +8,14 @@ platform: linux
|
|||||||
maintainer: Helmfile Contributors
|
maintainer: Helmfile Contributors
|
||||||
homepage: https://github.com/helmfile/helmfile
|
homepage: https://github.com/helmfile/helmfile
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.4.4
|
version: 1.2.3
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.4.4
|
version: 1.2.3
|
||||||
|
|||||||
@@ -6,10 +6,9 @@ platform: linux
|
|||||||
maintainer: unkin
|
maintainer: unkin
|
||||||
homepage: https://linuxcontainers.org/incus/
|
homepage: https://linuxcontainers.org/incus/
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 6.23.0
|
version: 6.20.0
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ platform: linux
|
|||||||
maintainer: unkin
|
maintainer: unkin
|
||||||
homepage: https://github.com/jellyfin/jellyfin-ffmpeg
|
homepage: https://github.com/jellyfin/jellyfin-ffmpeg
|
||||||
license: GPL-3.0
|
license: GPL-3.0
|
||||||
dist_tag: false
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
name: jellyfin-server
|
---
|
||||||
github: unknown/jellyfin-server
|
|
||||||
description: jellyfin-server package
|
|
||||||
dist_tag: false
|
|
||||||
builds:
|
builds:
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
repository:
|
repository: [almalinux/el8]
|
||||||
- almalinux/el8
|
|
||||||
version: 10.10.7
|
version: 10.10.7
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
repository:
|
repository: [almalinux/el9]
|
||||||
- almalinux/el9
|
|
||||||
version: 10.10.7
|
version: 10.10.7
|
||||||
|
description: jellyfin-server package
|
||||||
|
github: unknown/jellyfin-server
|
||||||
|
name: jellyfin-server
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
name: jellyfin-web
|
---
|
||||||
github: unknown/jellyfin-web
|
|
||||||
description: jellyfin-web package
|
|
||||||
dist_tag: false
|
|
||||||
builds:
|
builds:
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
repository:
|
repository: [almalinux/el8]
|
||||||
- almalinux/el8
|
|
||||||
version: 10.10.7
|
version: 10.10.7
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
repository:
|
repository: [almalinux/el9]
|
||||||
- almalinux/el9
|
|
||||||
version: 10.10.7
|
version: 10.10.7
|
||||||
|
description: jellyfin-web package
|
||||||
|
github: unknown/jellyfin-web
|
||||||
|
name: jellyfin-web
|
||||||
|
|||||||
@@ -1,21 +1,18 @@
|
|||||||
name: jsonnet-language-server
|
---
|
||||||
github: grafana/jsonnet-language-server
|
|
||||||
description: Jsonnet Language Server Protocol implementation for the Jsonnet templating
|
|
||||||
language.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Grafana Labs
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.16.0
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.16.0
|
||||||
|
description: Jsonnet Language Server Protocol implementation for the Jsonnet templating language.
|
||||||
|
github: grafana/jsonnet-language-server
|
||||||
homepage: https://github.com/grafana/jsonnet-language-server
|
homepage: https://github.com/grafana/jsonnet-language-server
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
maintainer: Grafana Labs
|
||||||
builds:
|
name: jsonnet-language-server
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.17.0
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.17.0
|
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: jsonnet-lint
|
---
|
||||||
github: google/go-jsonnet
|
|
||||||
description: Linter for Jsonnet
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Google
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.21.0
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.21.0
|
||||||
|
description: Linter for Jsonnet
|
||||||
|
github: google/go-jsonnet
|
||||||
homepage: https://github.com/google/go-jsonnet
|
homepage: https://github.com/google/go-jsonnet
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
maintainer: Google
|
||||||
builds:
|
name: jsonnet-lint
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.22.0
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.22.0
|
|
||||||
|
|||||||
+15
-17
@@ -1,20 +1,18 @@
|
|||||||
name: jsonnet
|
---
|
||||||
github: google/go-jsonnet
|
|
||||||
description: A data templating language
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Google
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.21.0
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.21.0
|
||||||
|
description: A data templating language
|
||||||
|
github: google/go-jsonnet
|
||||||
homepage: https://github.com/google/go-jsonnet
|
homepage: https://github.com/google/go-jsonnet
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
maintainer: Google
|
||||||
builds:
|
name: jsonnet
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.22.0
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.22.0
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
name: kubecolor
|
|
||||||
github: kubecolor/kubecolor
|
|
||||||
description: Colorize your kubectl output
|
|
||||||
arch: amd64
|
|
||||||
platform: linux
|
|
||||||
maintainer: kubecolor
|
|
||||||
homepage: https://github.com/kubecolor/kubecolor
|
|
||||||
license: Apache-2.0
|
|
||||||
dist_tag: true
|
|
||||||
builds:
|
|
||||||
- repository:
|
|
||||||
- almalinux/el8
|
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 0.6.0
|
|
||||||
- repository:
|
|
||||||
- almalinux/el9
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 0.6.0
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
wget -O /app/kubecolor_${PACKAGE_VERSION}_linux_amd64.tar.gz https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github/kubecolor/kubecolor/releases/download/v${PACKAGE_VERSION}/kubecolor_${PACKAGE_VERSION}_linux_amd64.tar.gz
|
|
||||||
tar xf /app/kubecolor_${PACKAGE_VERSION}_linux_amd64.tar.gz -C /app/ kubecolor
|
|
||||||
|
|
||||||
envsubst < /app/resources/nfpm.yaml > /app/nfpm.yaml
|
|
||||||
|
|
||||||
nfpm pkg --config /app/nfpm.yaml --target /app/dist --packager rpm
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
# nfpm.yaml
|
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
|
||||||
version: ${PACKAGE_VERSION}
|
|
||||||
release: ${PACKAGE_RELEASE}
|
|
||||||
arch: ${PACKAGE_ARCH}
|
|
||||||
platform: ${PACKAGE_PLATFORM}
|
|
||||||
section: default
|
|
||||||
priority: extra
|
|
||||||
description: "${PACKAGE_DESCRIPTION}"
|
|
||||||
|
|
||||||
maintainer: ${PACKAGE_MAINTAINER}
|
|
||||||
homepage: ${PACKAGE_HOMEPAGE}
|
|
||||||
license: ${PACKAGE_LICENSE}
|
|
||||||
|
|
||||||
disable_globbing: false
|
|
||||||
|
|
||||||
replaces:
|
|
||||||
- kubecolor
|
|
||||||
|
|
||||||
provides:
|
|
||||||
- kubecolor
|
|
||||||
|
|
||||||
contents:
|
|
||||||
- src: /app/kubecolor
|
|
||||||
dst: /usr/bin/kubecolor
|
|
||||||
file_info:
|
|
||||||
mode: 0755
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
@@ -6,7 +6,6 @@ platform: linux
|
|||||||
maintainer: Yann Hamon
|
maintainer: Yann Hamon
|
||||||
homepage: https://github.com/yannh/kubeconform
|
homepage: https://github.com/yannh/kubeconform
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: kubectx
|
name: kubectx
|
||||||
github: ahmetb/kubectx
|
github: ahmetb/kubectx
|
||||||
description: Faster way to switch between clusters and namespaces in kubectl.
|
description: Faster way to switch between clusters and namespaces in kubectl.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: ahmetb
|
maintainer: ahmetb
|
||||||
homepage: https://github.com/ahmetb/kubectx
|
homepage: https://github.com/ahmetb/kubectx
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: kustomize
|
name: kustomize
|
||||||
github: kubernetes-sigs/kustomize
|
github: kubernetes-sigs/kustomize
|
||||||
description: Kubernetes native configuration management
|
description: Kubernetes native configuration management
|
||||||
@@ -6,16 +7,13 @@ platform: linux
|
|||||||
maintainer: kubernetes-sigs
|
maintainer: kubernetes-sigs
|
||||||
homepage: https://github.com/kubernetes-sigs/kustomize
|
homepage: https://github.com/kubernetes-sigs/kustomize
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
github_release_pattern: ^kustomize/v.*
|
github_release_pattern: ^kustomize/v.*
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository: [almalinux/el8]
|
||||||
- almalinux/el8
|
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
version: 5.8.1
|
version: 5.8.1
|
||||||
- repository:
|
- repository: [almalinux/el9]
|
||||||
- almalinux/el9
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
version: 5.8.1
|
version: 5.8.1
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: lazydocker
|
name: lazydocker
|
||||||
github: jesseduffield/lazydocker
|
github: jesseduffield/lazydocker
|
||||||
description: The lazier way to manage everything docker.
|
description: The lazier way to manage everything docker.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: jesseduffield
|
maintainer: jesseduffield
|
||||||
homepage: https://github.com/jesseduffield/lazydocker
|
homepage: https://github.com/jesseduffield/lazydocker
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: libfoundationdb
|
---
|
||||||
github: apple/foundationdb
|
|
||||||
description: FoundationDB client library - Shared library for FoundationDB applications
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: FoundationDB Community
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 7.3.71
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 7.3.71
|
||||||
|
description: FoundationDB client library - Shared library for FoundationDB applications
|
||||||
|
github: apple/foundationdb
|
||||||
homepage: https://github.com/apple/foundationdb
|
homepage: https://github.com/apple/foundationdb
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
maintainer: FoundationDB Community
|
||||||
builds:
|
name: libfoundationdb
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 7.3.71
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 7.3.71
|
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
|
---
|
||||||
name: neovim-glibc-2.17
|
name: neovim-glibc-2.17
|
||||||
github: neovim/neovim-releases
|
github: neovim/neovim-releases
|
||||||
description: Vim-fork focused on extensibility and usability (glibc 2.17 compatible
|
description: Vim-fork focused on extensibility and usability (glibc 2.17 compatible build).
|
||||||
build).
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
platform: linux
|
||||||
maintainer: neovim
|
maintainer: neovim
|
||||||
homepage: https://neovim.io
|
homepage: https://neovim.io
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: neovim
|
name: neovim
|
||||||
github: neovim/neovim
|
github: neovim/neovim
|
||||||
description: Vim-fork focused on extensibility and usability.
|
description: Vim-fork focused on extensibility and usability.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: neovim
|
maintainer: neovim
|
||||||
homepage: https://neovim.io
|
homepage: https://neovim.io
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
+2
-10
@@ -7,22 +7,14 @@ platform: linux
|
|||||||
maintainer: GoReleaser
|
maintainer: GoReleaser
|
||||||
homepage: https://nfpm.goreleaser.com/
|
homepage: https://nfpm.goreleaser.com/
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 2.46.3
|
version: 2.44.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 2.46.3
|
version: 2.44.1
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 2.46.3
|
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: Prometheus
|
maintainer: Prometheus
|
||||||
homepage: https://github.com/prometheus/node_exporter
|
homepage: https://github.com/prometheus/node_exporter
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.11.1
|
version: 1.10.2
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.11.1
|
version: 1.10.2
|
||||||
|
|||||||
@@ -8,15 +8,14 @@ platform: linux
|
|||||||
maintainer: Hashicorp
|
maintainer: Hashicorp
|
||||||
homepage: https://github.com/hashicorp/nomad-autoscaler
|
homepage: https://github.com/hashicorp/nomad-autoscaler
|
||||||
license: Mozilla Public License, version 2.0
|
license: Mozilla Public License, version 2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.4.9
|
version: 0.4.8
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.4.9
|
version: 0.4.8
|
||||||
|
|||||||
+15
-18
@@ -1,21 +1,18 @@
|
|||||||
name: nomad
|
---
|
||||||
github: unknown/nomad
|
|
||||||
description: A simple and flexible scheduler and orchestrator to deploy and manage
|
|
||||||
containers and non-containerized applications across on-premises and clouds at scale.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: HashiCorp
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 1.10.1
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 1.10.1
|
||||||
|
description: A simple and flexible scheduler and orchestrator to deploy and manage containers and non-containerized applications across on-premises and clouds at scale.
|
||||||
|
github: unknown/nomad
|
||||||
homepage: https://www.nomadproject.io/
|
homepage: https://www.nomadproject.io/
|
||||||
license: BUSL-1.1
|
license: BUSL-1.1
|
||||||
dist_tag: true
|
maintainer: HashiCorp
|
||||||
builds:
|
name: nomad
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 1.10.1
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 1.10.1
|
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: nzbgetcom
|
maintainer: nzbgetcom
|
||||||
homepage: https://github.com/nzbgetcom/nzbget
|
homepage: https://github.com/nzbgetcom/nzbget
|
||||||
license: GPL-2.0
|
license: GPL-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 2
|
||||||
version: '26.1'
|
version: '25.4'
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 2
|
||||||
version: '26.1'
|
version: '25.4'
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: nzbget_exporter
|
---
|
||||||
github: frebib/nzbget-exporter
|
|
||||||
description: Prometheus exporter for NZBGet
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Prometheus
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 2025.08.03
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 2025.08.03
|
||||||
|
description: Prometheus exporter for NZBGet
|
||||||
|
github: frebib/nzbget-exporter
|
||||||
homepage: https://github.com/frebib/nzbget-exporter
|
homepage: https://github.com/frebib/nzbget-exporter
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
maintainer: Prometheus
|
||||||
builds:
|
name: nzbget_exporter
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 2025.08.03
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 2025.08.03
|
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
name: openbao-plugin-secret-consul
|
name: openbao-plugin-secret-consul
|
||||||
github: openbao/openbao-plugins
|
github: openbao/openbao-plugins
|
||||||
|
github_release_pattern: "^secrets-consul-v.*"
|
||||||
description: OpenBao secrets engine plugin for HashiCorp Consul
|
description: OpenBao secrets engine plugin for HashiCorp Consul
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
platform: linux
|
||||||
maintainer: OpenBao Community
|
maintainer: OpenBao Community
|
||||||
homepage: https://github.com/openbao/openbao-plugins
|
homepage: https://github.com/openbao/openbao-plugins
|
||||||
license: MPL-2.0
|
license: MPL-2.0
|
||||||
dist_tag: true
|
|
||||||
github_release_pattern: ^secrets-consul-v.*
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
name: openbao-plugin-secret-nomad
|
name: openbao-plugin-secret-nomad
|
||||||
github: openbao/openbao-plugins
|
github: openbao/openbao-plugins
|
||||||
|
github_release_pattern: "^secrets-nomad-v.*"
|
||||||
description: OpenBao secrets engine plugin for HashiCorp Nomad
|
description: OpenBao secrets engine plugin for HashiCorp Nomad
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
platform: linux
|
||||||
maintainer: OpenBao Community
|
maintainer: OpenBao Community
|
||||||
homepage: https://github.com/openbao/openbao-plugins
|
homepage: https://github.com/openbao/openbao-plugins
|
||||||
license: MPL-2.0
|
license: MPL-2.0
|
||||||
dist_tag: true
|
|
||||||
github_release_pattern: ^secrets-nomad-v.*
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ platform: linux
|
|||||||
maintainer: OpenBao Community
|
maintainer: OpenBao Community
|
||||||
homepage: https://github.com/openbao/openbao-plugins
|
homepage: https://github.com/openbao/openbao-plugins
|
||||||
license: MPL-2.0
|
license: MPL-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: HashiCorp
|
maintainer: HashiCorp
|
||||||
homepage: https://www.packer.io/
|
homepage: https://www.packer.io/
|
||||||
license: BUSL-1.1
|
license: BUSL-1.1
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.15.3
|
version: 1.14.3
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.15.3
|
version: 1.14.3
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: pgbouncer_exporter
|
---
|
||||||
github: prometheus-community/pgbouncer_exporter
|
|
||||||
description: Prometheus exporter for PgBouncer
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Prometheus
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.11.0
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.11.0
|
||||||
|
description: Prometheus exporter for PgBouncer
|
||||||
|
github: prometheus-community/pgbouncer_exporter
|
||||||
homepage: https://github.com/prometheus-community/pgbouncer_exporter
|
homepage: https://github.com/prometheus-community/pgbouncer_exporter
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
maintainer: Prometheus
|
||||||
builds:
|
name: pgbouncer_exporter
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.12.0
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.12.0
|
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: Prometheus
|
maintainer: Prometheus
|
||||||
homepage: https://github.com/prometheus-community/postgres_exporter
|
homepage: https://github.com/prometheus-community/postgres_exporter
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.19.1
|
version: 0.18.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.19.1
|
version: 0.18.1
|
||||||
|
|||||||
@@ -1,19 +1,17 @@
|
|||||||
name: puppet-initial
|
---
|
||||||
github: unknown/puppet-initial
|
|
||||||
description: A script and service to initialise puppet for the unkin environmnet.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
|
||||||
maintainer: UNKIN
|
|
||||||
license: MIT
|
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
repository:
|
repository: [almalinux/el8]
|
||||||
- almalinux/el8
|
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: '1'
|
release: '1'
|
||||||
repository:
|
repository: [almalinux/el9]
|
||||||
- almalinux/el9
|
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
|
description: A script and service to initialise puppet for the unkin environmnet.
|
||||||
|
github: unknown/puppet-initial
|
||||||
|
license: MIT
|
||||||
|
maintainer: UNKIN
|
||||||
|
name: puppet-initial
|
||||||
|
platform: linux
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: puppetdb_exporter
|
---
|
||||||
github: camptocamp/prometheus-puppetdb-exporter
|
|
||||||
description: Prometheus exporter for PuppetDB
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Comptocamp
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 1.1.0
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 1.1.0
|
||||||
|
description: Prometheus exporter for PuppetDB
|
||||||
|
github: camptocamp/prometheus-puppetdb-exporter
|
||||||
homepage: https://github.com/camptocamp/prometheus-puppetdb-exporter
|
homepage: https://github.com/camptocamp/prometheus-puppetdb-exporter
|
||||||
license: Apache 2.0 License
|
license: Apache 2.0 License
|
||||||
dist_tag: true
|
maintainer: Comptocamp
|
||||||
builds:
|
name: puppetdb_exporter
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 1.1.0
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 1.1.0
|
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: Astral.sh
|
maintainer: Astral.sh
|
||||||
homepage: https://docs.astral.sh/ruff/
|
homepage: https://docs.astral.sh/ruff/
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.15.12
|
version: 0.14.10
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.15.12
|
version: 0.14.10
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: sops
|
name: sops
|
||||||
github: getsops/sops
|
github: getsops/sops
|
||||||
description: Simple and flexible tool for managing secrets.
|
description: Simple and flexible tool for managing secrets.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: getsops
|
maintainer: getsops
|
||||||
homepage: https://github.com/getsops/sops
|
homepage: https://github.com/getsops/sops
|
||||||
license: MPL-2.0
|
license: MPL-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ platform: linux
|
|||||||
maintainer: Stalwart Labs
|
maintainer: Stalwart Labs
|
||||||
homepage: https://stalw.art
|
homepage: https://stalw.art
|
||||||
license: AGPL-3.0
|
license: AGPL-3.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: Stalwart Labs
|
maintainer: Stalwart Labs
|
||||||
homepage: https://stalw.art
|
homepage: https://stalw.art
|
||||||
license: AGPL-3.0
|
license: AGPL-3.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.16.3
|
version: 0.15.3
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.16.3
|
version: 0.15.3
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: Stalwart Labs
|
maintainer: Stalwart Labs
|
||||||
homepage: https://stalw.art
|
homepage: https://stalw.art
|
||||||
license: AGPL-3.0
|
license: AGPL-3.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.16.3
|
version: 0.15.3
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.16.3
|
version: 0.15.3
|
||||||
|
|||||||
@@ -1,21 +1,20 @@
|
|||||||
|
---
|
||||||
name: starship
|
name: starship
|
||||||
github: starship/starship
|
github: starship/starship
|
||||||
description: The minimal, blazing-fast, and infinitely customizable prompt for any
|
description: The minimal, blazing-fast, and infinitely customizable prompt for any shell.
|
||||||
shell.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
platform: linux
|
||||||
maintainer: starship
|
maintainer: starship
|
||||||
homepage: https://starship.rs
|
homepage: https://starship.rs
|
||||||
license: ISC
|
license: ISC
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.25.1
|
version: 1.25.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.25.1
|
version: 1.25.0
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: stern
|
name: stern
|
||||||
github: stern/stern
|
github: stern/stern
|
||||||
description: Multi pod and container log tailing for Kubernetes.
|
description: Multi pod and container log tailing for Kubernetes.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: stern
|
maintainer: stern
|
||||||
homepage: https://github.com/stern/stern
|
homepage: https://github.com/stern/stern
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: tea
|
name: tea
|
||||||
github: unknown/tea
|
github: unknown/tea
|
||||||
description: The official CLI for Gitea.
|
description: The official CLI for Gitea.
|
||||||
@@ -6,7 +7,6 @@ platform: linux
|
|||||||
maintainer: Gitea
|
maintainer: Gitea
|
||||||
homepage: https://gitea.com/gitea/tea
|
homepage: https://gitea.com/gitea/tea
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
@@ -18,10 +18,3 @@ builds:
|
|||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.14.0
|
version: 0.14.0
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 0.14.0
|
|
||||||
|
|||||||
@@ -9,15 +9,14 @@ platform: linux
|
|||||||
maintainer: HashiCorp
|
maintainer: HashiCorp
|
||||||
homepage: https://terraform.io/
|
homepage: https://terraform.io/
|
||||||
license: BUSL-1.1
|
license: BUSL-1.1
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.15.0
|
version: 1.14.3
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.15.0
|
version: 1.14.3
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: Gruntwork
|
maintainer: Gruntwork
|
||||||
homepage: https://github.com/gruntwork-io/terragrunt
|
homepage: https://github.com/gruntwork-io/terragrunt
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.0.3
|
version: 0.96.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.0.3
|
version: 0.96.1
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: Terraform Linters
|
maintainer: Terraform Linters
|
||||||
homepage: https://github.com/terraform-linters/tflint
|
homepage: https://github.com/terraform-linters/tflint
|
||||||
license: MPL-2.0
|
license: MPL-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.62.0
|
version: 0.60.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.62.0
|
version: 0.60.0
|
||||||
|
|||||||
@@ -1,27 +1,18 @@
|
|||||||
name: unkin-ca-certificates
|
---
|
||||||
github: unknown/unkin-ca-certificates
|
|
||||||
description: ca-certificates for the unkin site
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: Unkin
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 2025.07.13
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 2025.07.13
|
||||||
|
description: ca-certificates for the unkin site
|
||||||
|
github: unknown/unkin-ca-certificates
|
||||||
homepage: https://vault.query.consul:8200
|
homepage: https://vault.query.consul:8200
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
maintainer: Unkin
|
||||||
builds:
|
name: unkin-ca-certificates
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 2025.07.13
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 2025.07.13
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
version: 2025.07.13
|
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
name: unkin-undionly-kpxe
|
---
|
||||||
github: ipxe/ipxe
|
|
||||||
description: iPXE network bootloader
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: iPXE
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 20250712.0.2
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 20250712.0.2
|
||||||
|
description: iPXE network bootloader
|
||||||
|
github: ipxe/ipxe
|
||||||
homepage: https://github.com/ipxe/ipxe
|
homepage: https://github.com/ipxe/ipxe
|
||||||
license: GPL-2.0 license
|
license: GPL-2.0 license
|
||||||
dist_tag: true
|
maintainer: iPXE
|
||||||
builds:
|
name: unkin-undionly-kpxe
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 20250712.0.2
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 20250712.0.2
|
|
||||||
|
|||||||
+15
-19
@@ -1,22 +1,18 @@
|
|||||||
name: unrar
|
---
|
||||||
github: unknown/unrar
|
|
||||||
description: WinRAR is a powerful archive manager. It can backup your data and reduce
|
|
||||||
the size of email attachments, open and unpack RAR, ZIP and other files downloaded
|
|
||||||
from Internet, create new archives in RAR and ZIP file format.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: RARLAB
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: '7.20'
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: '7.20'
|
||||||
|
description: WinRAR is a powerful archive manager. It can backup your data and reduce the size of email attachments, open and unpack RAR, ZIP and other files downloaded from Internet, create new archives in RAR and ZIP file format.
|
||||||
|
github: unknown/unrar
|
||||||
homepage: https://www.rarlab.com/
|
homepage: https://www.rarlab.com/
|
||||||
license: Freeware (UNRAR 7.11 freeware Copyright (c) 1993-2025 Alexander Roshal)
|
license: Freeware (UNRAR 7.11 freeware Copyright (c) 1993-2025 Alexander Roshal)
|
||||||
dist_tag: true
|
maintainer: RARLAB
|
||||||
builds:
|
name: unrar
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: '7.20'
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: '7.20'
|
|
||||||
|
|||||||
+2
-10
@@ -6,22 +6,14 @@ platform: linux
|
|||||||
maintainer: Astral.sh
|
maintainer: Astral.sh
|
||||||
homepage: https://docs.astral.sh/uv/
|
homepage: https://docs.astral.sh/uv/
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.11.14
|
version: 0.9.20
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.11.14
|
version: 0.9.20
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 0.11.14
|
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: Helmfile Contributors
|
maintainer: Helmfile Contributors
|
||||||
homepage: https://github.com/helmfile/vals
|
homepage: https://github.com/helmfile/vals
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.44.0
|
version: 0.43.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 0.44.0
|
version: 0.43.0
|
||||||
|
|||||||
@@ -9,22 +9,14 @@ platform: linux
|
|||||||
maintainer: HashiCorp
|
maintainer: HashiCorp
|
||||||
homepage: https://github.com/hashicorp/vault
|
homepage: https://github.com/hashicorp/vault
|
||||||
license: BUSL-1.1
|
license: BUSL-1.1
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 2.0.0
|
version: 1.21.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 2.0.0
|
version: 1.21.1
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 2.0.0
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ set -e
|
|||||||
dnf install -y unzip
|
dnf install -y unzip
|
||||||
|
|
||||||
# Download and extract vault
|
# Download and extract vault
|
||||||
curl -L -o /app/vault.zip https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/hashicorp-releases/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
curl -L -o /app/vault.zip https://releases.hashicorp.com/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
||||||
unzip vault.zip
|
unzip vault.zip
|
||||||
|
|
||||||
# Process the nfpm.yaml template with environment variables
|
# Process the nfpm.yaml template with environment variables
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaLogs
|
homepage: https://github.com/VictoriaMetrics/VictoriaLogs
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.50.0
|
version: 1.43.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.50.0
|
version: 1.43.1
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaLogs
|
homepage: https://github.com/VictoriaMetrics/VictoriaLogs
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.50.0
|
version: 1.43.1
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.50.0
|
version: 1.43.1
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
|
|||||||
@@ -6,15 +6,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
|
|||||||
@@ -7,15 +7,14 @@ platform: linux
|
|||||||
maintainer: VictoriaMetrics
|
maintainer: VictoriaMetrics
|
||||||
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 1.142.0
|
version: 1.132.0
|
||||||
|
|||||||
+15
-25
@@ -1,28 +1,18 @@
|
|||||||
name: xh
|
---
|
||||||
github: ducaale/xh
|
|
||||||
description: A friendly and fast tool for sending HTTP requests (HTTPie reimplementation
|
|
||||||
in Rust)
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
builds:
|
||||||
maintainer: ducaale
|
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el8]
|
||||||
|
version: 0.25.3
|
||||||
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
|
release: '1'
|
||||||
|
repository: [almalinux/el9]
|
||||||
|
version: 0.25.3
|
||||||
|
description: A friendly and fast tool for sending HTTP requests (HTTPie reimplementation in Rust)
|
||||||
|
github: ducaale/xh
|
||||||
homepage: https://github.com/ducaale/xh
|
homepage: https://github.com/ducaale/xh
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
maintainer: ducaale
|
||||||
builds:
|
name: xh
|
||||||
- image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
platform: linux
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el8
|
|
||||||
version: 0.25.3
|
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: '1'
|
|
||||||
repository:
|
|
||||||
- almalinux/el9
|
|
||||||
version: 0.25.3
|
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 0.25.3
|
|
||||||
|
|||||||
+2
-10
@@ -1,13 +1,12 @@
|
|||||||
|
---
|
||||||
name: yq
|
name: yq
|
||||||
github: mikefarah/yq
|
github: mikefarah/yq
|
||||||
description: yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties
|
description: yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor.
|
||||||
processor.
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
platform: linux
|
platform: linux
|
||||||
maintainer: mikefarah
|
maintainer: mikefarah
|
||||||
homepage: https://github.com/mikefarah/yq
|
homepage: https://github.com/mikefarah/yq
|
||||||
license: MIT
|
license: MIT
|
||||||
dist_tag: true
|
|
||||||
builds:
|
builds:
|
||||||
- repository:
|
- repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
@@ -19,10 +18,3 @@ builds:
|
|||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
version: 4.53.2
|
version: 4.53.2
|
||||||
- repository:
|
|
||||||
- fedora/42
|
|
||||||
- fedora/43
|
|
||||||
- fedora/44
|
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
||||||
release: 1
|
|
||||||
version: 4.53.2
|
|
||||||
|
|||||||
@@ -1,111 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
||||||
"additionalProperties": false,
|
|
||||||
"description": "Schema for rpms/*/metadata.yaml files",
|
|
||||||
"properties": {
|
|
||||||
"arch": {
|
|
||||||
"enum": [
|
|
||||||
"amd64",
|
|
||||||
"arm64",
|
|
||||||
"x86_64"
|
|
||||||
],
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"builds": {
|
|
||||||
"items": {
|
|
||||||
"additionalProperties": false,
|
|
||||||
"properties": {
|
|
||||||
"image": {
|
|
||||||
"minLength": 1,
|
|
||||||
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_.:/@]+$",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"release": {
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"minLength": 1,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "number"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"items": {
|
|
||||||
"enum": [
|
|
||||||
"almalinux/el8",
|
|
||||||
"almalinux/el9",
|
|
||||||
"fedora/42",
|
|
||||||
"fedora/43",
|
|
||||||
"fedora/44"
|
|
||||||
],
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"minItems": 1,
|
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"minLength": 1,
|
|
||||||
"pattern": "^[0-9]+(\\.[0-9]+)*(-[a-zA-Z0-9]+)*$",
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"repository",
|
|
||||||
"image",
|
|
||||||
"release",
|
|
||||||
"version"
|
|
||||||
],
|
|
||||||
"type": "object"
|
|
||||||
},
|
|
||||||
"minItems": 1,
|
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"minLength": 1,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"dist_tag": {
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"github": {
|
|
||||||
"minLength": 1,
|
|
||||||
"pattern": "^[a-zA-Z0-9\\-_]+/[a-zA-Z0-9\\-_.]+$",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"github_release_pattern": {
|
|
||||||
"minLength": 1,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"homepage": {
|
|
||||||
"minLength": 1,
|
|
||||||
"pattern": "^https?://.+",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"license": {
|
|
||||||
"minLength": 1,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"maintainer": {
|
|
||||||
"minLength": 1,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"minLength": 1,
|
|
||||||
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_.]*$",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"platform": {
|
|
||||||
"minLength": 1,
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"name",
|
|
||||||
"description",
|
|
||||||
"builds"
|
|
||||||
],
|
|
||||||
"title": "RPM Package Metadata",
|
|
||||||
"type": "object"
|
|
||||||
}
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# Tests for tools/build and tools/update-gh.
|
|
||||||
# See https://git.unkin.net/unkin/rpmbuilder/issues/162
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
"""Validate every rpms/*/metadata.yaml against schema/metadata.json."""
|
|
||||||
|
|
||||||
import json
|
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
import jsonschema
|
|
||||||
import pytest
|
|
||||||
import yaml
|
|
||||||
|
|
||||||
REPO_ROOT = Path(__file__).parent.parent
|
|
||||||
SCHEMA_FILE = REPO_ROOT / "schema" / "metadata.json"
|
|
||||||
RPMS_DIR = REPO_ROOT / "rpms"
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
|
||||||
def schema():
|
|
||||||
with open(SCHEMA_FILE) as f:
|
|
||||||
return json.load(f)
|
|
||||||
|
|
||||||
|
|
||||||
def metadata_files():
|
|
||||||
return sorted(RPMS_DIR.glob("*/metadata.yaml"))
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("metadata_file", metadata_files(), ids=lambda p: p.parent.name)
|
|
||||||
def test_metadata_valid(metadata_file, schema):
|
|
||||||
with open(metadata_file) as f:
|
|
||||||
data = yaml.safe_load(f)
|
|
||||||
|
|
||||||
validator = jsonschema.Draft7Validator(schema)
|
|
||||||
errors = sorted(validator.iter_errors(data), key=str)
|
|
||||||
|
|
||||||
assert not errors, "\n".join(
|
|
||||||
f" {'.'.join(str(p) for p in e.absolute_path) or '(root)'}: {e.message}"
|
|
||||||
for e in errors
|
|
||||||
)
|
|
||||||
+20
-93
@@ -23,8 +23,6 @@ import sys
|
|||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
import requests
|
import requests
|
||||||
from requests.adapters import HTTPAdapter
|
|
||||||
from urllib3.util.retry import Retry
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import List, Optional
|
from typing import List, Optional
|
||||||
from concurrent.futures import ThreadPoolExecutor, as_completed
|
from concurrent.futures import ThreadPoolExecutor, as_completed
|
||||||
@@ -35,36 +33,6 @@ import yaml
|
|||||||
from cerberus import Validator
|
from cerberus import Validator
|
||||||
|
|
||||||
|
|
||||||
# ==================== HTTP SESSIONS ====================
|
|
||||||
|
|
||||||
def _make_session(retries: int = 3, backoff_factor: float = 0.5) -> requests.Session:
|
|
||||||
"""
|
|
||||||
Build a requests Session that retries on transient failures.
|
|
||||||
|
|
||||||
Retries up to `retries` times on connection errors, read timeouts, and
|
|
||||||
5xx / 429 responses, with exponential backoff (0s, 0.5s, 1s, 2s …).
|
|
||||||
Only GET requests are retried to stay safe.
|
|
||||||
"""
|
|
||||||
session = requests.Session()
|
|
||||||
retry = Retry(
|
|
||||||
total=retries,
|
|
||||||
backoff_factor=backoff_factor,
|
|
||||||
status_forcelist=[429, 500, 502, 503, 504],
|
|
||||||
allowed_methods=["GET"],
|
|
||||||
raise_on_status=False,
|
|
||||||
)
|
|
||||||
adapter = HTTPAdapter(max_retries=retry)
|
|
||||||
session.mount("https://", adapter)
|
|
||||||
session.mount("http://", adapter)
|
|
||||||
return session
|
|
||||||
|
|
||||||
# Shared sessions — one per upstream so connections are pooled and reused
|
|
||||||
# across all package checks (including parallel builds in ThreadPoolExecutor).
|
|
||||||
# requests.Session is thread-safe for concurrent requests.
|
|
||||||
_gitea_session = _make_session()
|
|
||||||
_github_session = _make_session()
|
|
||||||
|
|
||||||
|
|
||||||
# ==================== VALIDATION SCHEMA ====================
|
# ==================== VALIDATION SCHEMA ====================
|
||||||
|
|
||||||
# Cerberus schema for metadata.yaml validation based on PackageMetadata and Build dataclasses
|
# Cerberus schema for metadata.yaml validation based on PackageMetadata and Build dataclasses
|
||||||
@@ -113,11 +81,6 @@ METADATA_SCHEMA = {
|
|||||||
'required': False,
|
'required': False,
|
||||||
'empty': False
|
'empty': False
|
||||||
},
|
},
|
||||||
'dist_tag': {
|
|
||||||
'type': 'boolean',
|
|
||||||
'required': False,
|
|
||||||
'default': False
|
|
||||||
},
|
|
||||||
'builds': {
|
'builds': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
'required': True,
|
'required': True,
|
||||||
@@ -131,7 +94,7 @@ METADATA_SCHEMA = {
|
|||||||
'minlength': 1,
|
'minlength': 1,
|
||||||
'schema': {
|
'schema': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': ['almalinux/el8', 'almalinux/el9', 'fedora/42', 'fedora/43', 'fedora/44'],
|
'allowed': ['almalinux/el8', 'almalinux/el9'],
|
||||||
'empty': False
|
'empty': False
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -183,7 +146,6 @@ class PackageMetadata:
|
|||||||
maintainer: str = ""
|
maintainer: str = ""
|
||||||
homepage: str = ""
|
homepage: str = ""
|
||||||
license: str = ""
|
license: str = ""
|
||||||
dist_tag: bool = False
|
|
||||||
builds: List[Build] = None
|
builds: List[Build] = None
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
@@ -312,14 +274,15 @@ def get_github_latest_release(repo: str) -> Optional[dict]:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
github_token = get_github_token()
|
github_token = get_github_token()
|
||||||
_github_session.headers.update({
|
|
||||||
'Authorization': f'token {github_token}',
|
|
||||||
'Accept': 'application/vnd.github.v3+json',
|
|
||||||
})
|
|
||||||
|
|
||||||
url = f"https://api.github.com/repos/{repo}/releases/latest"
|
url = f"https://api.github.com/repos/{repo}/releases/latest"
|
||||||
|
headers = {
|
||||||
|
'Authorization': f'token {github_token}',
|
||||||
|
'Accept': 'application/vnd.github.v3+json'
|
||||||
|
}
|
||||||
|
|
||||||
logger.debug(f"Checking GitHub releases: {url}")
|
logger.debug(f"Checking GitHub releases: {url}")
|
||||||
response = _github_session.get(url, timeout=15)
|
response = requests.get(url, headers=headers, timeout=30)
|
||||||
|
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
release = response.json()
|
release = response.json()
|
||||||
@@ -426,14 +389,15 @@ def get_github_releases_by_pattern(repo: str, pattern: str) -> Optional[dict]:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
github_token = get_github_token()
|
github_token = get_github_token()
|
||||||
_github_session.headers.update({
|
|
||||||
'Authorization': f'token {github_token}',
|
|
||||||
'Accept': 'application/vnd.github.v3+json',
|
|
||||||
})
|
|
||||||
|
|
||||||
url = f"https://api.github.com/repos/{repo}/releases"
|
url = f"https://api.github.com/repos/{repo}/releases"
|
||||||
|
headers = {
|
||||||
|
'Authorization': f'token {github_token}',
|
||||||
|
'Accept': 'application/vnd.github.v3+json'
|
||||||
|
}
|
||||||
|
|
||||||
logger.debug(f"Checking GitHub releases with pattern '{pattern}': {url}")
|
logger.debug(f"Checking GitHub releases with pattern '{pattern}': {url}")
|
||||||
response = _github_session.get(url, timeout=15)
|
response = requests.get(url, headers=headers, timeout=30)
|
||||||
|
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
releases = response.json()
|
releases = response.json()
|
||||||
@@ -540,45 +504,14 @@ def normalize_version(version: str) -> str:
|
|||||||
return ''.join(normalized_parts)
|
return ''.join(normalized_parts)
|
||||||
|
|
||||||
|
|
||||||
def get_rpm_dist_tag(distro: str) -> str:
|
|
||||||
"""
|
|
||||||
Map a distro path to its RPM dist tag string.
|
|
||||||
|
|
||||||
Examples:
|
|
||||||
'almalinux/el9' -> 'el9'
|
|
||||||
'fedora/43' -> 'fc43'
|
|
||||||
"""
|
|
||||||
if distro.startswith('almalinux/'):
|
|
||||||
return distro.split('/', 1)[1]
|
|
||||||
if distro.startswith('fedora/'):
|
|
||||||
return 'fc' + distro.split('/', 1)[1]
|
|
||||||
return ''
|
|
||||||
|
|
||||||
|
|
||||||
def effective_release(base_release: str, distro: str, use_dist_tag: bool) -> str:
|
|
||||||
"""Return the release string to use for building and registry checks.
|
|
||||||
|
|
||||||
When use_dist_tag is True the dist tag is appended so different distros
|
|
||||||
produce distinct entries in the package registry (e.g. '1.el9', '1.fc43').
|
|
||||||
"""
|
|
||||||
if not use_dist_tag:
|
|
||||||
return base_release
|
|
||||||
tag = get_rpm_dist_tag(distro)
|
|
||||||
return f"{base_release}.{tag}" if tag else base_release
|
|
||||||
|
|
||||||
|
|
||||||
def check_package_exists(package_name: str, version: str, release: str) -> bool:
|
def check_package_exists(package_name: str, version: str, release: str) -> bool:
|
||||||
"""
|
"""
|
||||||
Check if a package version exists in the Gitea package registry.
|
Check if a package version exists in the Gitea package registry.
|
||||||
|
|
||||||
Distro disambiguation is handled by the caller via the release string:
|
|
||||||
when dist_tag is enabled the caller appends the dist tag to release
|
|
||||||
(e.g. '1.el9', '1.fc43') so each distro maps to a unique version entry.
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
package_name: Name of the package
|
package_name: Name of the package
|
||||||
version: Version string
|
version: Version string
|
||||||
release: Effective release (may include dist tag suffix)
|
release: Release number
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
True if package exists, False otherwise
|
True if package exists, False otherwise
|
||||||
@@ -603,17 +536,17 @@ def check_package_exists(package_name: str, version: str, release: str) -> bool:
|
|||||||
f"{package_type}/{package_name}/{full_version}"
|
f"{package_type}/{package_name}/{full_version}"
|
||||||
)
|
)
|
||||||
|
|
||||||
_gitea_session.headers.update({'Authorization': f'token {gitea_token}'})
|
headers = {'Authorization': f'token {gitea_token}'}
|
||||||
|
|
||||||
logger.debug(f"Checking package existence: {url}")
|
logger.debug(f"Checking package existence: {url}")
|
||||||
response = _gitea_session.get(url, timeout=10)
|
response = requests.get(url, headers=headers, timeout=30)
|
||||||
|
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
package_info = response.json()
|
package_info = response.json()
|
||||||
|
# Package exists if we get package info back
|
||||||
exists = bool(package_info.get('id'))
|
exists = bool(package_info.get('id'))
|
||||||
logger.debug(f"Package {package_name}:{full_version} {'exists' if exists else 'not found'}")
|
logger.debug(f"Package {package_name}:{full_version} {'exists' if exists else 'not found'}")
|
||||||
return exists
|
return exists
|
||||||
|
|
||||||
elif response.status_code == 404:
|
elif response.status_code == 404:
|
||||||
logger.debug(f"Package {package_name}:{full_version} not found (404)")
|
logger.debug(f"Package {package_name}:{full_version} not found (404)")
|
||||||
return False
|
return False
|
||||||
@@ -1308,7 +1241,6 @@ class Builder:
|
|||||||
|
|
||||||
package_name = metadata.get('name', package_dir.name)
|
package_name = metadata.get('name', package_dir.name)
|
||||||
build_configs = metadata.get('builds', [])
|
build_configs = metadata.get('builds', [])
|
||||||
use_dist_tag = metadata.get('dist_tag', False)
|
|
||||||
|
|
||||||
if not build_configs:
|
if not build_configs:
|
||||||
self.logger.warning(f"No builds in metadata.yaml for {package_name}")
|
self.logger.warning(f"No builds in metadata.yaml for {package_name}")
|
||||||
@@ -1327,8 +1259,7 @@ class Builder:
|
|||||||
if repositories and base_image and version and release:
|
if repositories and base_image and version and release:
|
||||||
# Use the first repository as the distro identifier
|
# Use the first repository as the distro identifier
|
||||||
build_distro = repositories[0] if repositories else 'unknown'
|
build_distro = repositories[0] if repositories else 'unknown'
|
||||||
rel = effective_release(str(release), build_distro, use_dist_tag)
|
packages.append(PackageInfo(package_name, version, str(release), package_dir, build_distro, base_image))
|
||||||
packages.append(PackageInfo(package_name, version, rel, package_dir, build_distro, base_image))
|
|
||||||
else:
|
else:
|
||||||
# Build for specific distro
|
# Build for specific distro
|
||||||
for build_config in build_configs:
|
for build_config in build_configs:
|
||||||
@@ -1340,8 +1271,7 @@ class Builder:
|
|||||||
|
|
||||||
# Check if the target distro matches any repository
|
# Check if the target distro matches any repository
|
||||||
if distro in repositories and base_image and version and release:
|
if distro in repositories and base_image and version and release:
|
||||||
rel = effective_release(str(release), distro, use_dist_tag)
|
packages.append(PackageInfo(package_name, version, str(release), package_dir, distro, base_image))
|
||||||
packages.append(PackageInfo(package_name, version, rel, package_dir, distro, base_image))
|
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
# If no matching distro found, log a warning
|
# If no matching distro found, log a warning
|
||||||
@@ -1394,8 +1324,6 @@ class Builder:
|
|||||||
with open(metadata_file, 'r') as f:
|
with open(metadata_file, 'r') as f:
|
||||||
metadata = yaml.safe_load(f)
|
metadata = yaml.safe_load(f)
|
||||||
|
|
||||||
use_dist_tag = metadata.get('dist_tag', False)
|
|
||||||
|
|
||||||
# Find base image and validate version/release for the specified distro
|
# Find base image and validate version/release for the specified distro
|
||||||
build_configs = metadata.get('builds', [])
|
build_configs = metadata.get('builds', [])
|
||||||
base_image = None
|
base_image = None
|
||||||
@@ -1439,8 +1367,7 @@ class Builder:
|
|||||||
self.logger.error(f"Error reading metadata.yaml for {package}: {e}")
|
self.logger.error(f"Error reading metadata.yaml for {package}: {e}")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
rel = effective_release(release, distro, use_dist_tag)
|
package_info = PackageInfo(package, version, release, package_dir, distro, base_image)
|
||||||
package_info = PackageInfo(package, version, rel, package_dir, distro, base_image)
|
|
||||||
return self._build_package(package_info, dry_run, force, native, buildah)
|
return self._build_package(package_info, dry_run, force, native, buildah)
|
||||||
|
|
||||||
def build_all(self, dry_run: bool = False, force: bool = False, parallel: int = 4, distro: str = 'el/9', native: bool = False, buildah: bool = False) -> bool:
|
def build_all(self, dry_run: bool = False, force: bool = False, parallel: int = 4, distro: str = 'el/9', native: bool = False, buildah: bool = False) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user