Commit graph

25 commits

Author SHA1 Message Date
renovate[bot]
e7a6c36055
chore(deps): update alpine docker tag to v3.20.1 2024-06-20 18:42:39 +00:00
renovate[bot]
8f618148c0
chore(deps): update alpine docker tag to v3.20.0 2024-05-22 22:11:57 +00:00
renovate[bot]
8d5970c4aa
chore(deps): update alpine docker tag to v3.19.1 2024-01-27 08:34:07 +00:00
renovate[bot]
c439bded27
chore(deps): update alpine docker tag to v3.19.0 2023-12-08 07:38:32 +00:00
renovate[bot]
42778e0e3c
chore(deps): update alpine docker tag to v3.18.5 2023-12-01 03:02:10 +00:00
renovate[bot]
ab35cd6ad1
chore(deps): update alpine docker tag to v3.18.4 2023-10-06 18:09:44 +00:00
renovate[bot]
72c2ec8006
chore(deps): update alpine docker tag to v3.18.3 2023-08-07 23:26:32 +00:00
renovate[bot]
50de7c8d28
chore(deps): update alpine docker tag to v3.18.2 2023-06-14 20:39:14 +00:00
renovate[bot]
27f9355ac2
chore(deps): update alpine docker tag to v3.18.0 2023-05-10 04:14:46 +00:00
renovate[bot]
ddaa5e9bad
Update alpine Docker tag to v3.17.3 2023-03-30 00:11:55 +00:00
renovate[bot]
2ebad5847b
Update alpine Docker tag to v3.17.2 2023-02-11 02:05:12 +00:00
renovate[bot]
d169d9d023
chore(deps): update alpine docker tag to v3.17.1 2023-01-10 01:42:55 +00:00
renovate[bot]
74cbc949ea
chore(deps): update alpine docker tag to v3.17.0 2023-01-05 01:38:40 +00:00
Meisam
2c6fd67276
set a non-root user for containers (#2496)
* change root user in dockerfile

* build container on push/pr

* grab docker build params from env

* consolidate container build

* rm unused container build workflow/script

* cleanup ci

* set user for earthly container build

* rm ci docker build for develop branch

* checkout full repo for docker builds

* read earthly push from env

* cleanup ci

* rm unsupported option for actions/checkout@v3

* check dockerfile in ci

* add dockerfile build to earthfile

* authenticate to GH only on schedule builds

* accurate name for dev container builder script

* add note to the dockerfile about earthfile

* document dev build process more clearly
2023-01-04 14:15:12 -08:00
IonCannon218
41ddde211d
Change CMD to ENTRYPOINT (#1831)
To allow use of optional arguments in docker-compose command parameters
2022-04-15 13:56:12 -07:00
Gabe Kangas
dc16eafea4
Add git to build step 2022-03-17 00:24:04 -07:00
Spanner_Man
9159cdd22a
Fix Dockerfile to be read in Plesk (#1463)
Plesk Docker Extension reads `EXPOSE` as part of the build process
2021-10-12 11:31:58 -07:00
Gabe Kangas
ca9d5de192
Embed static resources (#1466)
* Replace pkger with go:embed for bundling the admin. Closes #844

* Remove references to pkged.go

* Point tests to use an updated version of Go

* Add comment to new exported function

* Cleanup

* Add a dummy pkged.go to alert people to stop using it.

* Add simple browser test to make sure the admin is available and renders

* Don't panic

* Embed bot/scraper metadata template.

Add browser test to validate the rendering of this template.

* Use embedded offline.ts segment

* Remove placeholder thumbnail as its unnecessary

* Remove copying the static directory into the release

* Cleanup
2021-10-11 15:04:16 -07:00
Gabe Kangas
199e70fade Fix the passed in version number not being used due to an incorrect var 2021-06-28 16:01:01 -07:00
Aaron Ogle
b502849184
Consolidate Dockerfile into root and consolidate version into config (#1118)
* Consolidate Dockerfile into root and consolidate version into config

* Correct the build args here
2021-06-17 19:27:17 -07:00
Sefa Eyeoglu
4590bd674b
feat: use multi-stage-builds for Docker (#1003) 2021-05-21 18:18:42 -07:00
Rick
570f529f48
optimize Dockefile (#409) 2020-12-10 21:57:18 -08:00
Gabe Kangas
738570563e Update the dev dockerfile and build dockerfile to fix #60 2020-07-14 17:51:48 -07:00
Gabe Kangas
d52a120fa6 Add resizing to video processing 2020-06-09 23:35:40 -07:00
Gabe Kangas
bd145fddf0 Add Dockerfile for containeraization 2020-06-09 18:30:15 -07:00