diff --git a/Dockerfile b/Dockerfile index aaf9163..1053979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ #!BuildTag: opensuse/influxdb:%%MINOR%% #!BuildTag: opensuse/influxdb:%%PKG_VERSION%% #!BuildTag: opensuse/influxdb:%%PKG_VERSION%%-%RELEASE% +#!ExcludeArch: i586 armv6l armv6hl armv7l armv7hl FROM opensuse/tumbleweed LABEL maintainer="Thorsten Kukuk " diff --git a/influxdb-image.changes b/influxdb-image.changes index 773afb8..c78a50e 100644 --- a/influxdb-image.changes +++ b/influxdb-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 17 12:20:56 UTC 2023 - Guillaume GARDET + +- Disable on x86 and armv6/7 as influxdb is not available + ------------------------------------------------------------------- Fri Jan 13 14:50:23 UTC 2023 - Thorsten Kukuk