Staffan Forsell

Results 5 issues of Staffan Forsell

Hi @avirshup! I'm using DockerMake with the --pull option thinking that this would make it pull the base image manifest every time. After looking at the code, I realize that...

When using the -q option, the script actually fails due to log.info running the test builtin as the last command and it exits with 1 which propagates to the exit...

Hi, I would like an option to force the use of "X-Checksum-Deploy". Currently this seems to be used [if the files are larger than 10KB](https://github.com/jfrog/build-info/blob/a994fe96b05b34991bbb03fd78ada7c76c113e16/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/client/ArtifactoryBuildInfoClient.java#L706) due to the [CHECKSUM_DEPLOY_MIN_FILE_SIZE](https://github.com/jfrog/build-info/blob/a994fe96b05b34991bbb03fd78ada7c76c113e16/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/client/ArtifactoryBuildInfoClient.java#L79) contant....

We have a new issue where one of our devcontainers do not start the first time after reboot. It must be rebuilt before it works. This devcontainer uses docker-compose and...

bug
containers

On a somewhat related subject to #66, we got a false positive today in [misc-include-cleaner](https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html) Somebody removed 2 headers that that was not needed to compile. This did not fail...