Rui Yang

Results 190 comments of Rui Yang

https://github.com/concourse/concourse/issues/6521 might be related. The mysterious sha256 could be from the version of the old resource type. @pjmpsu i wonder if you ran `fly check-resource-type` for the problematic resource-type would...

The lib is very outdated indeed. PR is welcome.

hi i think this ongoing PR is the solution https://github.com/concourse/docker-image-resource/pull/317

@larrype if you are still interested in this, a PR is more than welcome anytime. Thank you!

Are folks still facing this issue? I can't reproduce this with a following test in out_test.go ``` Context("When passing tag and tag_as_latest", func() { It("should pull tag from file and...

Hi, could you give some usage examples for this PR? `oci-build-task` is basically a task first of all, so adding push function is against its design pattern. Could you use...

yes we control the dependency installation for the env where we build our binary.

Do i need to install `glibc` by a specific version like 2.32 or 2.34 in this case?

@MarcPaquette i stand corrected here. For the docker image we build, we have control. But for the test that our binary runs on google cloud, we dont have control over...

@MarcPaquette Thx for the effort. Now we are seeing ``` /var/gdn/assets/linux/sbin/iptables: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /var/gdn/assets/linux/sbin/iptables) /var/gdn/assets/linux/sbin/iptables: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /var/gdn/assets/linux/sbin/iptables) /var/gdn/assets/linux/sbin/iptables: /lib/x86_64-linux-gnu/libc.so.6:...