Running container_push inside a container

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dazel

    Run Google's bazel inside a docker container via a seamless proxy.

  • My goal was to build a Bazel workspace that's not dependent on the system's OS, so I developed a docker container that should take care of it (There's a cool open source project, dazel, but I couldn't get it to work).

  • pyzmq

    PyZMQ: Python bindings for zeromq

  • The real problem I'm trying to solve is dealing with compiled python extensions (PYZMQ to be specific), which is dependent on the build environment if I understood the problem correctly (e.g. if I run `bazel run ...` on a Mac OS but the containers that I'm building have a debian base).

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

    Bazel remote caching and execution service

  • You can also set up a remote build service that uses the same environment you run the containers in using something like https://github.com/bazelbuild/bazel-buildfarm

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