Tim Dittler

Results 18 comments of Tim Dittler

Yes, I’m sure. We also store them as artifacts. > Reply to this email directly, view it on GitHub, or unsubscribe. > You are receiving this because you were mentioned.

Really is an archive. Output from runner: ``` ls -l ./image.tar file ./image.tar shell: /usr/bin/bash -e {0} -rw-r--r-- 1 runner docker 384894976 Aug 15 07:23 ./image.tar ./image.tar: POSIX tar archive

Sorry, my jfrog trial ran out and I have no possiblity to test this anymore.

I'm now running into the same problem with version 2.5.0 ``` jf scan --watches service service.tar shell: /usr/bin/bash -e {0} env: JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.8-7/x64 JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.8-7/x64 LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 JFROG_CLI_ENV_EXCLUDE: *password*;*secret*;*key*;*token*;*auth*;JF_ARTIFACTORY_*;JF_ENV_*;JF_URL;JF_USER;JF_PASSWORD;JF_ACCESS_TOKEN JFROG_CLI_OFFER_CONFIG:...

I'm now loading the image to work around the problem ``` - name: Build image uses: docker/build-push-action@v4 with: context: . file: ./Dockerfile platforms: linux/amd64 pull: true cache-from: type=gha cache-to: type=gha,mode=max...

@Parsifal-M Thank you very much for working on this! Did you figure out which part of the original code triggered the 404s? I'm running into the same problem and would...

Thank you for the feedback @Parsifal-M . While I like the connected PR because of the added functionality, the current state also works if configured correctly. The GraphQL query still...