Bazel & Docker: Using Custom Base Images

Поделиться
HTML-код
  • Опубликовано: 14 мар 2023
  • In this video we're going to be building docker images using bazel. We'll be using custom base images. These base images can come from a docker registry (e.g. dockerhub) or can be built locally.
    Code: github.com/kriscfoster/multi-...
    Bazel: bazel.build/
    Rules Docker: github.com/bazelbuild/rules_d...
  • НаукаНаука

Комментарии • 3

  • @icaromag
    @icaromag Год назад +2

    Your series is fantastic! Can’t wait for the next one

  • @preetkaranrawal7325
    @preetkaranrawal7325 Год назад

    Thanks for informative video -- do you have a tutorial how can we create docker images for all the projects at once -- using bazel build //... ?

  • @magrag1987
    @magrag1987 6 месяцев назад

    thanks for the effort!!. I have a docker file to build, it has all pip install commands, and base image info, cant we use dockerfile_image or docker_build?