Bazel & Docker Tutorial: Building container images with bazel (local & remote registry)

Поделиться
HTML-код
  • Опубликовано: 23 июн 2022
  • In this video we're going to be building docker images using bazel. We'll be running these container images locally and pushing them to the dockerhub registry.
    Bazel: bazel.build/
    Code: github.com/kriscfoster/multi-...
  • НаукаНаука

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

  • @frankrichardsomething
    @frankrichardsomething 2 месяца назад +1

    About 4 yrs ago I had to build images with bazel because bazel became the enforced standard build system company wide
    Wish I had these explanations back then, good stuff

  • @pulanski
    @pulanski Год назад +3

    bringing in kubernetes to manage the containers could be interesting

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

    This works perfectly, and i was able to create a docker image and publish to my gcp artifact repo. Could you please make a video on how we can deploy it on app engine from gcp?

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

    Hello Kris, awesome video. When using as you inform all work like a charm.
    When I add python_register_toolchains for python 3.9 (and its dependencies) and run "python_web_image" it creates the image but when I try to run the image I got this error. Any suggestion ? Thanks.
    Traceback (most recent call last):
    File "/app/projects/python_web/python_web_image.binary", line 392, in
    Main()
    File "/app/projects/python_web/python_web_image.binary", line 382, in Main
    os.execv(args[0], args)
    OSError: [Errno 8] Exec format error: '/app/projects/python_web/python_web_image.binary.runfiles/python3_9_aarch64-apple-darwin/bin/python3'