Creating multi-arch container images

This page summarizes the projects mentioned and recommended in the original post on /r/gitlab

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
  • qemu-user-static

    :earth_africa: `/usr/bin/qemu-*-static`

  • deploy: <<: *build stage: deploy image: docker:20-cli script: - touch .env - export LOCAL_IMAGE="${CI_REGISTRY}/${CI_PROJECT_PATH}:${CI_COMMIT_TAG}" - wget https://github.com/multiarch/qemu-user-static/releases/download/v7.0.0-7/x86_64_qemu-aarch64-static.tar.gz - tar xzf x86_64_qemu-aarch64-static.tar.gz -C /usr/bin/ - docker buildx create --platform linux/arm64 --use - docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY} - docker buildx build --platform linux/arm64 --tag ${LOCAL_IMAGE} --push . only: - tags ```

  • 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
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

  • From Sockets to WebSockets: Packet Captures for TCP Sockets, Ajax, SSE, etc.

    1 project | news.ycombinator.com | 17 May 2024
  • Collection of Linux Shell Scripts

    1 project | news.ycombinator.com | 17 May 2024
  • Implementing GraphRAG for Query-Focused Summarization

    3 projects | dev.to | 16 May 2024
  • Intel's Thunderbolt Share lets two PCs control each other over a USB cable

    1 project | news.ycombinator.com | 16 May 2024
  • How to Master Go File I/O in 4 Weeks

    1 project | dev.to | 16 May 2024