Docker: Come creare immagini Apache Karaf per ARM e ARM64

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • karaf

    Mirror of Apache Karaf

  • Il progetto Apache Karaf prevede già il processo di build dell’immagine Docker attraverso uno script bash, non ho dovuto quindi fare altro che estendere lo script esistente in modo che prendesse in considerazione l’uso di buildx per creare immagini multi architettura e modificare il Dockerfile affinché la direttiva FROM facesse riferimento ad un’immagine multi architettura.

  • buildx

    Docker CLI plugin for extended build capabilities with BuildKit

  • Puoi anche scaricare il binario buildx più recente dal repository buildx di Docker.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • buildkit

    concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

  • Docker Buildx è un plug-in CLI (Command Line Interface) che estende il comando docker con il pieno supporto delle funzionalità fornite dal toolkit Moby BuildKit. Fornisce la stessa esperienza utente del comando standard build ma con molte nuove funzionalità come la creazione di istanze builder con ambito e la compilazione su più nodi contemporaneamente.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ARM vs x86 em Docker

    1 project | dev.to | 5 Apr 2024
  • Show HN: Dockerfile Explorer

    1 project | news.ycombinator.com | 28 Nov 2023
  • Virtualizing Development Environments in 2023

    2 projects | news.ycombinator.com | 4 Aug 2023
  • Frequent Docker BuildKit cache misses with w/ multi-stage and docker-container

    1 project | /r/docker | 11 Jul 2023
  • A Panic in BuildKit: an Open Source Journey

    1 project | /r/golang | 4 Jul 2023