Commit Graph

15 Commits

Author SHA1 Message Date
Yassine Doghri 1ce13c6721 build(docker): build and push amd64 image first for castopod/castopod 2023-05-09 12:24:32 +00:00
Yassine Doghri 71bd124596 build(docker): run arm64 build only on release branches
+ fix dockerfile path for castopod image
2023-05-05 17:09:23 +00:00
Yassine Doghri b3b7f446b1 build(docker): remove arm64 build for images but unit to reduce build time 2023-05-04 12:41:01 +00:00
Romain de Laage 0999b02bba
build(docker): create context before builder 2023-04-28 17:57:28 +02:00
Romain de Laage f966f039dd
build(docker): add TLS certificates to docker build tasks 2023-04-28 13:42:02 +02:00
Romain de Laage c2ffc9aec3 build(docker): create builder before building images 2023-04-27 12:45:48 +00:00
Romain de Laage 44eb1646db build(docker): use buildx to build AMD and ARM images 2023-04-26 13:00:42 +00:00
Romain de Laage ab275e978c build(docker): add alternative Nginx Unit image 2023-02-25 15:10:19 +00:00
Yassine Doghri 67b6e30d24 build(docker): add --cleanup flag to each kaniko build
flag is used to clean the filesystem at the end of the build
2022-11-04 10:39:26 +00:00
Romain de Laage 1192a228ef build(docker): add dedicated ffmpeg image to run video clips' scheduled tasks 2022-11-01 17:55:39 +00:00
Romain de Laage ab330e773e build(docker): add generic beta tag for web-server image 2022-10-01 07:10:37 +00:00
Yassine Doghri 65173e5180 build(docker): set beta tag to production images for latest beta version 2022-09-28 15:18:05 +00:00
Yassine Doghri 8c4f0675c1 build(docker): add missing $ to get CP_VERSION's environment variable 2022-09-06 16:19:06 +00:00
Romain de Laage 029804b9f8 build(docker): add build for tagged versions on main, beta and alpha 2022-08-23 09:50:00 +00:00
Romain de Laage 0c0730be69 build(docker): add production-ready DockerFiles
- add docker images for app (castopod) and web-server (nginx)
- ci: deploy images continuously to a docker hub using kaniko
- ci: trigger docker-build-rolling on develop branch
- move development DockerFile to docker directory

closes #200
2022-06-26 12:03:22 +00:00