1
0

Switch from plik to app

plik was not statically compile and may not work on some systems

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin 2023-10-11 16:41:58 +02:00
parent 2b3666c0c0
commit 5a76be525c
3 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ Can you write the run.py application and put it in the ex1 folder of the repo?
# Ex. 2 - docker
In ex2 folder, you will find a `plik` binary (taken from https://plik.ovh).
In ex2 folder, you will find a `app` binary.
Can you build very lighweight docker image that contains ONLY `plik` binary, and that execute `plik` by default?
Can you build very lighweight docker image that contains ONLY `app` binary, and that execute `app` by default?
Push your Dockerfile in the ex2 folder.

BIN
ex2/app Executable file

Binary file not shown.

BIN
ex2/plik

Binary file not shown.