Commit Graph

20 Commits (dec5309ef97ce0bc02dfb9b70f796c8a22223f84)

Author SHA1 Message Date
bors[bot] 5703e97c73
Merge
2460: Switch to a base image containing base tools and the podop and socrate libs r=mergify[bot] a=ghostwheel42

## What type of PR?

enhancement of build process

## What does this PR do?

Changes build.hcl to build core images using a base image.
Also adds a "assets" base image for the admin container.


Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
Co-authored-by: Pierre Jaury <pierre@jaury.eu>
Co-authored-by: kaiyou <pierre@jaury.eu>
Co-authored-by: Dimitri Huisman <52963853+Diman0@users.noreply.github.com>
Vincent Kling 23d06a5761 Fix a bunch of typos
Alexander Graf a29f066858
Move even more python deps to base image
Dimitri Huisman c40a0f4b80 Change link in warning to master. Master is always available. 1.9 will be unavaiable in the future.
Florent Daigniere d3e7ea5389 spell it out
Florent Daigniere a8dc20962a workaround a bug in coredns
Billy Chan 90394d7d8c 🎨 use resolver.resolve
shing6326 32446f03e7
Update start.py
fix missing leading . for the resolver test
Florent Daigniere a9da0c084a
syntax error
Florent Daigniere a2f6243382
remove the error variable
Florent Daigniere b12616b93f
Make the recommendation clearer
Florent Daigniere 379fe18f7a test dns resolvers at startup
Florent Daigniere 8d9f3214cc Use threads in gunicorn rather than processes
This ensures that we share the auth-cache... will enable memory savings
and may improve performances when a higher number of cores is available

"smarter default"
Michael Wyraz d689a8eeb3 Enable access log of admin service only for log levels of INFO and finer
Tim Möhlmann 52971ed42e
Use os.environment.get()
cristi a071181c61 Allow to automatically create admin account during startup.
kaiyou 5b769e23da Merge branch 'master' into refactor-config
Tim Möhlmann 42e2dbe35d
Standarize image by using shared / similair layers
Ionut Filip 1187cac5e1 Finished up switching from .sh to .py
Ionut Filip 0e5606d493 Changed start.sh to start.py