Flavien Scheurer :verified: · @cyann
66 followers · 102 posts · Server infosec.exchange

Journey to , episode 62534: "Deploy a distroless image on Jelastic"

I've got my POC web server, a simple enough app that... compile. At last.

Then I've managed to dockerize it, but I like to live dangerously and I've been using . So far so good. Learning a lot.

Then enabled Jelastic on Infomaniak infomaniak.com/en/hosting/dedi

First problem: "OCI manifest found, but Accept header does not support OCI manifests"
Apparently GitHub does not support serving OCI images from ghcr, I've used another format with podman push -f v2s2 .... This works, done.

Second problem: "The [ jem docker setup ] operation has failed: Container return error message: bash: line 1: touch: command not found"
I suspect does not support images... I guess I'll have to use one of their "supported" base image, which will be:

  • much larger (20 MB vs 300 MB)
  • less secure

#rust #Axum #podman #jelastic #distroless

Last updated 2 years ago