Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

‍‍ pfp
‍‍
@git
YSK you can copy a bin directly from a remote image in Dockerfile Example here we copy jq, yq and foundry's forge https://github.com/ithacaxyz/porto/blob/main/docker/config/Dockerfile
1 reply
1 recast
12 reactions

xh3b4sd ↑ pfp
xh3b4sd ↑
@xh3b4sd.eth
Why do you need this?
1 reply
0 recast
0 reaction

‍‍ pfp
‍‍
@git
less steps and saves size. You only copy 1 file instead of installing and unzipping many
1 reply
0 recast
0 reaction

xh3b4sd ↑ pfp
xh3b4sd ↑
@xh3b4sd.eth
You can also do that with build stages that leverage image layer caches. I would think that using the cache instead of downloading and moving binaries around is faster and more secure because the binary versions are baked into the image layers. When you download all the time, lord knows what you get delivered.
1 reply
0 recast
0 reaction

xh3b4sd ↑ pfp
xh3b4sd ↑
@xh3b4sd.eth
https://github.com/0xSplits/specta/blob/main/Dockerfile
0 reply
0 recast
0 reaction