dbx_build_tools icon indicating copy to clipboard operation
dbx_build_tools copied to clipboard

using dbx_build_tools with Docker

Open hrvolapeter opened this issue 3 years ago • 1 comments

Hello,

I'm grateful for this package which simplifies running and solving python dependencies quite a bit. However, I'd like to know if there is some recommended way to package the python scripts including runfiles into docker. There seems to be a problem mentioned in bazelbuild/rules_pkg#339 where python runfiles are not properly included in pkg_tar even when include_runfiles is specified

hrvolapeter avatar Jun 17 '21 08:06 hrvolapeter

We do not use docker but we use https://github.com/dropbox/dbx_build_tools/blob/master/build_tools/bazel/pkg.bzl to package our binaries.

jhance avatar Feb 01 '22 01:02 jhance