Remix.run Logo
esafak 4 days ago

You can do these image acrobatics with the dagger shell too, but I don't have enough experience with it to give you the incantation: https://docs.dagger.io/features/shell/

throwaway314155 4 days ago | parent [-]

I assume you can do these "image acrobatics" in any shell.

esafak 3 days ago | parent | next [-]

The dagger shell is built for devops, and can pipe first class dagger objects like services and containers to enable things like

  github.com/dagger/dagger/modules/wolfi@v0.16.2 |
  container |
  with-exec ls /etc/ |
  stdout
What's interesting here is that the first line demonstrates invocation of a remote module (building a Wolfi Linux container), of which there is an ecosystem: https://daggerverse.dev/
3 days ago | parent | prev [-]
[deleted]