Image doesn't work #2

Closed
opened 2025-01-18 01:34:58 +00:00 by ammaratef45 · 1 comment
Owner

I get an error Field 'conditions' doesn't have a default value when I try to add a monitor

This is because the insert statement looks as following

insert into `monitor`
(......<Stuff> `conditions`....<more stuff>)
values
(....<stuff<.....DEFAULT, .....<more stuff>)

The image uses version 1.23.13 which doesn't have the change that introduces the field conditions? (question mark because I don't understand how did the release end up with partial implementation of the feature that was added in a single PR

I tried the 1.23.16 alpine image from docker hub and it doesn't have this problem

I also checked the layers on the built image and I don't see this line in there

RUN curl -L "https://github.com/louislam/uptime-kuma/releases/download/1.23.13/dist.tar.gz" -o dist.tar.gz

so maybe the image needs to be rebuilt? I tried that too but I got errors and maybe instructions for building the image would be quite useful!

I get an error `Field 'conditions' doesn't have a default value` when I try to add a monitor This is because the insert statement looks as following ``` insert into `monitor` (......<Stuff> `conditions`....<more stuff>) values (....<stuff<.....DEFAULT, .....<more stuff>) ``` The image uses version `1.23.13` which doesn't have the change that introduces the field conditions? (question mark because I don't understand how did the release end up with partial implementation of the feature that was added in a [single PR](https://github.com/louislam/uptime-kuma/commit/36f8be040dcfef2bcc16fca4c1914a53ac4935fe) I tried the 1.23.16 alpine image from docker hub and it doesn't have this problem I also checked the layers on the built image and I don't see this line in there https://git.coopcloud.tech/coop-cloud-chaos-patchs/uptime-kuma/src/commit/129e09eaae4495b05c90373333aae3fbe2220b16/docker/dockerfile#L30 so maybe the image needs to be rebuilt? I tried that too but I got errors and maybe instructions for building the image would be quite useful!
Owner

This should be fixed with the latest recipe release

This should be fixed with the latest recipe release
p4u1 closed this issue 2025-03-04 20:50:51 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/uptime-kuma#2
No description provided.