6 Commits

Author SHA1 Message Date
3e660f4343 infra: image: fixes image_tag
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 5m12s
Gentoo Utils / build (push) Successful in 1m29s
2025-12-08 20:38:27 -06:00
d8521777aa infra: image: fix image tag for build job 2025-12-08 20:38:27 -06:00
ae971ff229 infra: image: build image for branches if they dont exist 2025-12-08 20:38:27 -06:00
c77c013621 infra: image: fixes c35db0f 2025-12-08 20:38:27 -06:00
64df2001f2 infra: image: protect :latest tag so only the default branch can push to it
infra: image: fix hard coded image name
2025-12-08 20:38:27 -06:00
d2bde09f59 infra: image: create entrypoint script and put env sources in it 2025-12-08 20:38:23 -06:00

6
.docker/entrypoint.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
source /etc/profile
source /lib/gentoo/functions.sh
exec "$@"