Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

linuxkit-1.8.2-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: linuxkit Distribution: openSUSE Tumbleweed
Version: 1.8.2 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 15 18:31:13 2026
Group: Unspecified Build host: reproducible
Size: 51176536 Source RPM: linuxkit-1.8.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/linuxkit/linuxkit
Summary: Toolkit for building secure, portable and lean operating systems for containers
LinuxKit, a toolkit for building custom minimal, immutable Linux distributions.

* Secure defaults without compromising usability
* Everything is replaceable and customisable
* Immutable infrastructure applied to building Linux distributions
* Completely stateless, but persistent storage can be attached
* Easy tooling, with easy iteration
* Built with containers, for running containers
* Designed to create reproducible builds [WIP]
* Designed for building and running clustered applications, including but not
  limited to container orchestration such as Docker or Kubernetes
* Designed from the experience of building Docker Editions, but redesigned as a
  general-purpose toolkit
* Designed to be managed by external tooling, such as Infrakit (renamed to
  deploykit which has been archived in 2019) or similar tools
* Includes a set of longer-term collaborative projects in various stages of
  development to innovate on kernel and userspace changes, particularly around
  security

LinuxKit currently supports the x86_64, arm64, and s390x architectures on a
variety of platforms, both as virtual machines and baremetal (see below for
details).

Provides

Requires

License

Apache-2.0

Changelog

* Thu Jan 15 2026 Jeff Mahoney <jeffm@suse.com>
  - Update to version 1.8.2:
    * pkglib: untangle WithBuildDocker and DryRun
    * pkglib/build: make dockerRunner public
    * when comparing builder config files, ensure only compare post-processed
    * validate linuxkit yaml for unknown fields
    * validate yaml for extraneous fields in pkg build
  - Update to version 1.8.1:
    * cache/provider: use lock correctly
    * pkglib/git: remove trailing spaces of GOPKGVERSION (#4164)
  - Update to version 1.8.0:
    * bump runc to v1.3.0 and containerd to v2.1.4 (#4165)
    * add support for pkg build dry-run (#4163)
    * erofs output (#4162)
    * bump alpine; add erofs-utils package (#4161)
    * update debian for binfmt (#4159)
    * simplify sharding in package tests for CI; increase to 12 shards (#4158)
    * add support for dynamically calculated build arg sets (#4156)
    * add support for custom build args (#4155)
    * add support for specifying additional certificates (#4153)
    * option to pull down required images from  to the cache, so that buildkit never gets them over the network (#4149)
    * provide mirror support (#4148)
    * check lock when reading cache provider index (#4147)
  - Update to version 1.7.1:
    * fix registry auth (#4146)
    * for pkg build builder, copy config over rather than bind-mounting it (#4145)
    * add missing CRLF in log message (#4144)
    * swap 'pkg push' for 'pkg build --push', keeping 'pkg push' as deprecated but still working (#4141)
  - Update to version 1.7.0:
    * add support for pkg build authentication (#4137)
  - Update to version 1.6.5:
    * simplify cache locking (#4136)
    * docs: Add instructions for OCI export from Docker (#4135)
  - Update to version 1.6.4:
    * ensure that new index does not break on missing lock file (#4134)
  - Update to version 1.6.3:
    * check for dirty tree without update-index, which is not parallel-safe (#4133)
    * Centralize safe cache writes (#4132)
  - Update to version 1.6.2:
    * git: synchronize `update-index` with a mutex (#4130)
    * more builder race condition; do restart if could not remove, and only go via container ID (#4129)
  - Update to version 1.6.1:
    * Bump buildkit (#4128)
    * pkg build: handle race condition where builder is started at same time (#4127)
    * feat: add riscv64 as supported arch (#4124)
  - Update to version 1.6.0:
    * when updating an index, remove sboms or other manifests that reference unknown digests (#4117)
    * bump golangci-lint to v2.0.2 and update all lint issues (#4116)
    * add efi_gop module to grub (#4113)
    * Containerd v2.0.3 (#4112)
    * containerd 20 (#4100)
    * Buildkit builder 0.20.0 (#4110)
    * bump golangci-lint-action (#4109)
    * Enable riscv64 default (#4108)
    * riscv64 kernel (#4106)
    * always tee test linuxkit run to tty, so if it gets stuck, we see why (#4107)
    * Add alpine bcc tools (#4105)
    * pkg/extend fix panic for empty partition tables (#4101)
    * Try resizing all found devices (#4099)
    * Fix raw efi build image size calculation (#4097)
    * Update use of test packages to latest
    * Update use of tools to latest
    * add riscv64 to mkimage-qcow2-efi
    * Update use of test packages to latest
    * Update use of tools to latest
    * Update package tags
    * pkgs: Update packages to the latest linuxkit/alpine
    * Update use of test packages to latest
    * tests: Update packages to the latest linuxkit/alpine
    * Update use of tools to latest
    * tools: Update to the latest linuxkit/alpine
    * tools/alpine: Update to latest
    * Update linuxkit/alpine
    * node_exporter to v1.8.2
    * Update package tags
    * pkgs: Update packages to the latest linuxkit/alpine
    * Update use of test packages to latest
    * tests: Update packages to the latest linuxkit/alpine
    * Update use of tools to latest
    * tools: Update to the latest linuxkit/alpine
    * tools/alpine: Update to latest
    * Update linuxkit/alpine
    * update built-in images in linuxkit cmd
    * Update package tags
    * pkgs: Update packages to the latest linuxkit/alpine
    * Update use of test packages to latest
    * tests: Update packages to the latest linuxkit/alpine
    * Update use of tools to latest
    * tools: Update to the latest linuxkit/alpine
    * remove grub-dev in favour of grub package
    * update alpine install docs with riscv64 and no grub-dev
    * tools/alpine: Update to latest
    * Update linuxkit/alpine
    * update example for tss
    * bump alpine in some test cases
    * fix tss compilation with patches
    * Update package tags
    * pkgs: Update packages to the latest linuxkit/alpine
    * Update use of test packages to latest
    * tests: Update packages to the latest linuxkit/alpine
    * Update use of tools to latest
    * tools: Update to the latest linuxkit/alpine
    * include riscv64 in push-manifest script
    * tools/alpine: Update to latest
    * Update linuxkit/alpine
* Sat Mar 08 2025 andrea.manzini@suse.com
  - Update to version 1.5.3:
    * support --tag in build.yml for packages
    * additional volume support in building
    * internal restructure to use explicit platform instead of implicit arch in cache
    * restructure logging
    * vendor: switch to moby/sys/capability
    * bump docker deps to v27.2.0
    * remove linuxefi grub EFI handover to normal linux loading
    * use only stdout/stderr or file for runc output
    * moby: check architecture for docker image
    * more verbose runc messages
* Fri Sep 27 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package linuxkit: toolkit for building secure, portable and
    lean operating systems for containers

Files

/usr/bin/linuxkit
/usr/share/doc/packages/linuxkit
/usr/share/doc/packages/linuxkit/README.md
/usr/share/licenses/linuxkit
/usr/share/licenses/linuxkit/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jan 22 22:42:03 2026