lostluck commented on issue #26180: URL: https://github.com/apache/beam/issues/26180#issuecomment-1500629992
Well I found something interesting. From a clean run, we produce the following files ``` ➜ beam git:(golicenses2023) ✗ ls -R sdks/go/container/build/* sdks/go/container/build/docker: docker Dockerfile target sdks/go/container/build/docker/docker: target sdks/go/container/build/docker/docker/target: LICENSE LICENSE.python linux_amd64 NOTICE sdks/go/container/build/docker/docker/target/linux_amd64: boot sdks/go/container/build/docker/target: go-licenses LICENSE LICENSE.python linux_amd64 NOTICE sdks/go/container/build/docker/target/go-licenses: sdks/go/container/build/docker/target/linux_amd64: boot sdks/go/container/build/target: go-licenses LICENSE LICENSE.python linux_amd64 NOTICE sdks/go/container/build/target/go-licenses: sdks/go/container/build/target/linux_amd64: boot ``` In particular, we end up with several layers of target,docker/target,docker/docker/target with the last one, not having a `go-license` directory. I've only checked the Go side for this so far. Lets see what happens with Python and Java... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
