1
0
Commit Graph

22 Commits

Author SHA1 Message Date
8ed1e1b2c2 Update README.md 2024-09-21 16:19:57 +00:00
971bab4c2f Added multiplatform build and push instructions 2024-09-21 16:13:28 +00:00
db7dd90c84 Dockerfile: Made the resulting image more friendly by using ENTRYPOINT 2024-09-21 17:38:03 +02:00
d0e251de94 Dockerfile: Added user for security reasons 2024-09-21 17:28:05 +02:00
4d94c725a2 Enabled the --no-cache option to further reduce image size in Dockerfile 2024-09-21 17:17:41 +02:00
c26be90554 Fixed the container image not able to open terminal by adding a lib in Dockerfile 2024-09-21 17:15:17 +02:00
a4a332f91e Fixed wrong executable in CMD section in Dockerfile 2024-09-21 17:13:36 +02:00
3b81501f01 Changed the Dockerfile to a multi-stage build process (to reduce size massively) 2024-09-21 17:11:56 +02:00
f66a7c6370 Replaced deprecated MAINTAINER command with the recent LABEL one 2024-09-21 17:05:12 +02:00
31c296d61c Combined all the RUN commands in Dockerfile to reduce layers 2024-09-21 17:01:55 +02:00
19ff0b5a17 Cleaned up Dockerfile and combined some RUN instructions 2024-09-21 16:58:56 +02:00
4dea8a4fef Fixed not being in the correct folder for subsequent RUN's after the git clone 2024-09-21 16:55:19 +02:00
cf1c16f890 Added build instructions to README.md 2024-09-21 14:52:16 +00:00
4106d02919 Put the build commands into Dockerfile (NOT BUILDING SUCCESSFULLY) 2024-09-21 16:50:00 +02:00
879491a7ec Cleaned up build_commands.md 2024-09-21 14:47:08 +00:00
d3c33fca66 Added workflow info to build_commands.md 2024-09-21 14:42:28 +00:00
b50dc2a0f0 Updated build_commands.md for code highlighting 2024-09-21 14:40:24 +00:00
b27429ad1e Added build commands (for documentation/workflow) 2024-09-21 16:39:41 +02:00
c7439b5a91 Added Dockerfile 2024-09-21 16:36:49 +02:00
34415fbd3a Update README.md 2024-09-21 14:34:47 +00:00
7e1dc6949e Update README.md 2024-09-21 12:12:03 +00:00
b40fed0a06 first commit 2024-09-21 14:11:02 +02:00