@tobru, your post about Gitea Actions container builds was really helpful and introduced me to the drivers in buildx. Thanks!

https://www.tobru.ch/gitea-actions-container-builds/

#gitea #kubernetes #buildx

Gitea Actions Container Builds

For a long time, I wanted to have a well-integrated Open-Source CI/CI Pipeline solution for my personal Gitea code hosting. There are many options out there (Drone, Woodpecker, Jenkins, Concourse, Screwdriver, and a lot more), but none of them made my day. Ever since Gitea Actions were announced, I

Tobias Brunner aka tobru
Debug Docker Builds with Visual Studio Code | Docker

Learn about Docker's exciting new feature for debugging Dockerfiles. Debug with Visual Studio Code or with an editor that supports the Debug Adapter Protocol.

Docker
Amazon Bedrock AgentCore Runtime を Windows 環境でビルドする際のポイント - Qiita

Amazon Bedrock AgentCore は 2025/7/21 時点で Preview として提供されています。将来的に動作や仕様が変更される可能性があります。 はじめに Amazon Bedrock AgentCore Runtime (以下、Agen...

Qiita

Как ускорить сборку Docker-образов в GitLab: стратегии кэширования с Docker Buildx

Скорость сборки Docker-образов играет важную роль в CI/CD, особенно для микросервисов, где частые обновления и тестирования требуют быстрой доставки изменений. Одним из решений для оптимизации сборок является Docker Buildx — расширение к стандартной команде `docker build`. Docker Buildx предлагает дополнительные возможности, такие как кэширование слоев образов, что помогает значительно сократить время сборки за счет повторного использования неизменных слоев. В отличие от стандартного процесса сборки, Docker Buildx предоставляет более гибкое управление кэшем, поддерживает мультиархитектурные сборки и работу с несколькими платформами. В этой статье мы сосредоточимся на том, как эффективно настроить и использовать кэширование с Docker Buildx в CI/CD пайплайнах на GitLab. Мы рассмотрим примеры, когда кэширование позволяет ускорить сборку, и ситуации, когда его лучше отключить для гарантии корректности итогового образа.

https://habr.com/ru/companies/bimeister/articles/854064/

#Docker_Buildx #Кэширование_Docker #CI/CD_оптимизация #MultiStage_Builds #DevOps #Buildx #docker #CI

Как ускорить сборку Docker-образов в GitLab: стратегии кэширования с Docker Buildx

Введение Скорость сборки Docker-образов играет важную роль в CI/CD, особенно для микросервисов, где частые обновления и тестирования требуют быстрой доставки изменений. Одним из решений для...

Хабр

After a many moons, I decided to start using #docker instead of #podman. At least for work. 😅 And wow, have things changed. 🤯 #buildx is kind of amazing. The same with #bake. It kind of feels like things are in a much better place since podman brought competition. 😎

https://docs.docker.com/build/bake/

"Bake"

""

Docker Documentation

Upcoming #docker #buildx support on #OpenBSD. Nice work @op and ports@ contributors. 

Here you can see the kubernetes driver in action..

So what is everyone using for their #oci image building needs? Having a bit of a fight with #docker #buildx today while trying make building multi arch images, without pushing them to the registry right away. This is so I can load it up later for testing and CVE scanning them before pushing them to the registry. With docker build that is easy, docker buildx build not so much :(.
 People might still have confusion about using native cross-compilation support for languages like #Go rather than using #QEMU in Dockerfiles while using #Buildx, here is a great resource by Tonis Tiigi🥳
TLDR; add "--platform=$BUILDPLATFORM" to your FROM!
https://github.com/tonistiigi/xx#dockerfile-cross-compilation-primer
GitHub - tonistiigi/xx: Dockerfile cross-compilation helpers

Dockerfile cross-compilation helpers. Contribute to tonistiigi/xx development by creating an account on GitHub.

GitHub

J'ai appris un truc aujourd'hui :

🐳 "Multi-platform images" https://docs.docker.com/build/building/multi-platform/

📦 https://github.com/docker/buildx#buildx

(et tout ça grâce à une version de java qui publie des DebianRevisionNumber différents pour chaque architecture, miam).

#docker #devops #buildx #buildkit

"Multi-platform"

"Introduction to what multi-platform builds are and how to execute them using Docker Buildx."

Docker Documentation