Commit graph

30 commits

Author SHA1 Message Date
45e4148055
Check upstream image every 6h. 2024-03-16 10:53:50 +01:00
4b7e717da1
Use subshell for output redirection security.
If a command were to be something like `echo a; echo b;` redirection
would only happen on the `echo b;` messing up everything.
2022-11-22 00:43:16 +01:00
5966744e34
Document std(err|out)_file param. 2022-11-22 00:26:06 +01:00
fd845be260
Remove multiple calls to jq. 2022-11-22 00:22:37 +01:00
5bba5e5db2
Remove ' from put script. 2022-11-22 00:18:55 +01:00
982bf1944e
Fix jq args. 2022-11-22 00:11:24 +01:00
ec8c0126e3
Fix duplicate function definiton for std(out|err)_file. 2022-11-22 00:03:56 +01:00
2b718dab24
Handle std(err|out)_file both being the same file. 2022-11-22 00:02:36 +01:00
c9d4d151ac
Allow writing of logfiles instead of all to stderr. 2022-11-21 23:59:23 +01:00
60d235765d
Update pipeline to include integrationtest. 2022-11-21 21:40:49 +01:00
f2faa76459
Remove USER directive from dockerfile. 2022-11-21 21:27:52 +01:00
cda48cd83d
Change quotes in get_files.sh. 2022-11-21 19:13:29 +01:00
232922bc42
Remove pipefile. 2022-11-21 19:04:59 +01:00
a9b26221ec
Add debugging log. 2022-11-21 18:51:34 +01:00
d5b4e5184a
Enable all architectures. 2022-08-19 15:59:04 +02:00
96a6050ae2
Add ci. 2022-05-06 17:48:36 +02:00
c467f6a038
Remove latest tag. 2022-05-06 17:19:19 +02:00
c9ffb7443f
Revert "Try fix buildkit build error."
This reverts commit aae0632a8b.
2022-05-06 16:51:37 +02:00
aae0632a8b
Try fix buildkit build error. 2022-05-06 16:49:01 +02:00
92bae8bd61
Update README.md. 2022-05-06 16:06:21 +02:00
d8619a5190
Add gitignore. 2022-05-06 15:51:43 +02:00
1e37534011
Improve makefile. 2022-05-06 15:51:08 +02:00
5faa00a815
Add makefile. 2022-05-06 15:39:34 +02:00
d7696331d0
Cleanup and fix of version output. 2022-05-06 15:28:11 +02:00
2a2a1a3ed9
Leave date the same if no files changed. 2022-05-06 11:37:50 +02:00
dd04de3f8a
Always add time to version. 2022-05-06 11:33:04 +02:00
01401759b7
Add cleanup. 2022-05-06 03:44:58 +02:00
13b1d7f0b1
Implement out. 2022-05-06 03:10:47 +02:00
d67112e046
Implement check and in. 2022-05-06 02:20:44 +02:00
b5e5e6493a
Basic docker image structure. 2022-05-05 23:23:10 +02:00