Arch Linux now offers a bit-for-bit reproducible Docker image, allowing users to verify the integrity of the container by comparing checksums. This enhancement improves security and trust in the official Arch Linux container images.
#docker
14 items
Mitshe is an open-source platform that provides AI agents with isolated Docker workspaces. The platform enables secure execution environments for AI agents through containerization technology.
Arch Linux has released a reproducible container image that can be rebuilt to produce identical byte-for-byte results. This development allows users to verify the integrity of the image and ensures consistent builds across different environments.
GeoFastMapAPI is an open-source Docker-based server for fast vector and raster map data serving. It uses Python, PostgreSQL with PostGIS, and integrates tools like tippecanoe and titiler with OGC API standards for compatibility with existing GIS software.
AnyHabit is a minimalist, self-hosted habit tracker for home servers that tracks both positive and negative habits. The open-source tool calculates money saved from avoiding bad habits and is designed for Raspberry Pi and Docker.
A developer has created a prototype of Docker Compose for QEMU virtual machines. The tool is designed to manage VM configurations similarly to how Docker Compose manages containers.
Woof is a macOS application designed to clean up system storage by removing app caches and unnecessary files from development tools like NPM, Docker, and Xcode. The tool helps users free up disk space by targeting common sources of storage clutter.
The author explains their decision to switch from Cursor to running Claude Code in an isolated Docker environment. They provide a DIY guide for setting up this configuration with VSCode inside Docker containers.
This article describes a GitHub Actions workflow for building and publishing multi-platform Rust binaries. The setup automates building for Windows, Linux, and macOS (Intel and ARM), publishing to crates.io, and creating Docker images for amd64 and arm64 platforms.
Cross-compiling Docker images allows building containers on one CPU architecture to run on another, addressing the long-standing issue of running Docker images across different architectures like AMD64 and ARM.
The author details migrating their NAS from CoreOS/Flatcar Linux to NixOS, showing the previous Docker-based setup and step-by-step migration to native NixOS modules. The post serves as an example for those interested in using NixOS for network storage configuration.
The article explains how to integrate Nix with Dockerfiles to create reproducible container images. It demonstrates using Nix's package manager within Docker builds to achieve deterministic builds and smaller image sizes compared to traditional approaches.
Current approaches to securing coding agents, including permission systems, Docker sandboxing, and log file protections, have significant limitations. These security measures often fall short of providing adequate protection for coding agents, suggesting that alternative solutions may be necessary.
Keygen's software licensing and distribution API enables commercial Docker image licensing and distribution. The article explains how to license and distribute private Docker images using their platform.