🗃️ golder.tech Debian Repository

✓ Active

Installation Methods

Recommended: Manual Package Installation

Installation Instructions:

# Choose the appropriate architecture (amd64 or arm64)
wget https://debs.golder.tech/pool/main/fetch-k8s-cert_1.3.1-1_amd64.deb
sudo dpkg -i fetch-k8s-cert_1.3.1-1_amd64.deb

# Install any missing dependencies
sudo apt-get install -f

This method works reliably and ensures package integrity through GPG verification.

Alternative: Apt Repository

If manual installation doesn't suit your workflow, you can add the repository to apt:

Ubuntu Plucky (25.04) and Later (.sources format)

echo "Types: deb
URIs: https://debs.golder.tech
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/golder-tech.gpg" |   sudo tee /etc/apt/sources.list.d/golder-tech.sources

Older Ubuntu/Debian Versions (.list format)

echo "deb [signed-by=/usr/share/keyrings/golder-tech.gpg] https://debs.golder.tech stable main" |   sudo tee /etc/apt/sources.list.d/golder-tech.list

Repository Details

Note: This repository meets modern security standards with SHA512 checksums and GPG signatures. All packages are properly signed and verified.

Available Packages

fetch-k8s-cert

Version: 1.3.1-1 | Architectures: amd64, arm64

A utility for securely fetching Kubernetes certificates from remote clusters. Useful for CI/CD pipelines and automated deployments that need to access Kubernetes API servers.

Manual Install:

# AMD64
wget https://debs.golder.tech/pool/main/fetch-k8s-cert_1.3.1-1_amd64.deb
sudo dpkg -i fetch-k8s-cert_1.3.1-1_amd64.deb

# ARM64
wget https://debs.golder.tech/pool/main/fetch-k8s-cert_1.3.1-1_arm64.deb
sudo dpkg -i fetch-k8s-cert_1.3.1-1_arm64.deb

Dependencies: curl, jq, openssl

libvirt-volume-provisioner

Versions: 0.2.1, 0.1.0 | Architectures: amd64

Automated volume provisioning tool for libvirt-based virtualization environments. Creates and manages storage volumes for virtual machines with configurable size limits and cleanup policies.

Manual Install:

# AMD64
wget https://debs.golder.tech/pool/main/libvirt-volume-provisioner_0.2.1_amd64.deb
sudo dpkg -i libvirt-volume-provisioner_0.2.1_amd64.deb

# AMD64
wget https://debs.golder.tech/pool/main/libvirt-volume-provisioner_0.1.0_amd64.deb
sudo dpkg -i libvirt-volume-provisioner_0.1.0_amd64.deb

Dependencies: libvirt-daemon, python3-libvirt, qemu-kvm

manage-join-token

Versions: 1.0.1-1, 1.0.0-1 | Architectures: all

Kubernetes cluster join token management utility. Generates, validates, and rotates join tokens for worker node registration. Includes token expiration monitoring and automated cleanup.

Manual Install:

# Version 1.0.1-1
wget https://debs.golder.tech/pool/main/manage-join-token_1.0.1-1_all.deb
sudo dpkg -i manage-join-token_1.0.1-1_all.deb

# Version 1.0.0-1
wget https://debs.golder.tech/pool/main/manage-join-token_1.0.0-1_all.deb
sudo dpkg -i manage-join-token_1.0.0-1_all.deb

Dependencies: kubernetes-client, openssl

GPG Key Management

Download the public key: pubkey.gpg

To manually add the GPG key:

# Download and add to apt keyring
curl -fsSL https://debs.golder.tech/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/golder-tech.gpg

# Or import directly
gpg --import https://debs.golder.tech/pubkey.gpg

Key Details:


golder.tech Debian Repository • Managed via Gitea Actions • Last updated: 2026-01-18 00:47 UTC