Sohrab Behdani to Linux@lemmy.ml • 2 years agoAppimages, snaps and flatpaksmessage-square41fedilinkarrow-up158arrow-down16file-text
arrow-up152arrow-down1message-squareAppimages, snaps and flatpaksSohrab Behdani to Linux@lemmy.ml • 2 years agomessage-square41fedilinkfile-text
minus-square@UntouchedWagons@lemmy.calinkfedilinkEnglish13•2 years agoNone of the above. Native debs/rpms/whatever for desktops, docker images for servers.
minus-squareSohrab BehdaniOPlinkfedilinkEnglish2•2 years agobut what about the apps that are not in the official repository? for example tuba the mastodon client
minus-square@UntouchedWagons@lemmy.calinkfedilinkEnglish2•2 years agoThen a tgz that I unpack to /opt/ or somewhere in ~/
minus-square@itchy_lizard@feddit.itlinkfedilinkEnglish1•2 years agoI hope you turn on DCT because docker image downloads are totally insecure by default.
minus-square@UntouchedWagons@lemmy.calinkfedilinkEnglish1•2 years agoWhat’s DCT? I’m not actually running Docker but Kubernetes.
minus-square@itchy_lizard@feddit.itlinkfedilinkEnglish1•2 years agoDocker Content Trust. Its the (off by default and pretty broken) way that docker would verify what it downloads wasn’t maliciously modified
None of the above. Native debs/rpms/whatever for desktops, docker images for servers.
but what about the apps that are not in the official repository?
for example tuba the mastodon client
Then a tgz that I unpack to /opt/ or somewhere in ~/
I hope you turn on DCT because docker image downloads are totally insecure by default.
What’s DCT? I’m not actually running Docker but Kubernetes.
Docker Content Trust. Its the (off by default and pretty broken) way that docker would verify what it downloads wasn’t maliciously modified