Jason Kulatunga
ee3d719c3a
simplify docker image build
...
changes contributed by @modem7
fixes #461
2 years ago
Jason Kulatunga
8c3afc31f4
Merge pull request #449 from adamantike/fix/delete-influxdb-deb-from-docker-image
2 years ago
Michael Manganiello
fb7848f341
Delete temporary deb file from omnibus Docker image
...
This considerably reduces the Docker image size for the `omnibus` variant:
```
scrutiny-omnibus-master latest cd7a7dde100b 9 minutes ago 538MB
scrutiny-omnibus-fix-applied latest 5f7ac124ef50 6 minutes ago 431MB
```
2 years ago
Michael Manganiello
007857afd5
Upgrade to Go 1.20
...
With the release of Go 1.20, version 1.18 is not supported anymore. This
change upgrades the project to Go 1.20.
2 years ago
Jason Kulatunga
5ea149d878
upgrading to go 1.18 for generics (and lodash-like library).
...
devices with an empty wwn should be filtered out (not uploaded during device registration, skipped when attempting to upload metrics).
added a migration to delete existing device entries with an empty `wwn`
fixes #314
2 years ago
Jason Kulatunga
772b4f6528
fix influxdb install.
2 years ago
Jason Kulatunga
4a16ca0d5a
wip, migrate all scripts to new build pattern (Makefile + multiple GH agents).
2 years ago
Jason Kulatunga
44b3d982dd
trying to fix docker image build.
2 years ago
Jason Kulatunga
892e9685f3
attempting to fix https://github.com/AnalogJ/scrutiny/issues/281 by removing static flag in artifact build
2 years ago
Jason Kulatunga
cb47dd7185
revert s6-overlay changes.
2 years ago
Jason Kulatunga
f8bb185854
trying to fix seg fault issues. Attempting to consolidate on debian-bullseye for runtime docker images.
2 years ago
Jason Kulatunga
6005b8609a
trying to fix docker image builds (take 1h+ right now).
...
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
trying to fix docker image builds (take 1h+ right now).
2 years ago
Jason Kulatunga
ca7772250c
fix s6-overlay overwriting bin symlinks:
...
https://github.com/just-containers/s6-overlay/tree/v2.1.0.1#bin-and-sbin-are-symlinks
adding a makefile to build docker images locally.
2 years ago
Jason Kulatunga
965fbb08da
trying to fix installation.
2 years ago
Jason Kulatunga
e16933eeac
trying to fix installation.
2 years ago
Jason Kulatunga
4d0fc0eae8
trying to fix installation.
2 years ago
Jason Kulatunga
8296a973b8
trying to fix installation.
2 years ago
Jason Kulatunga
19a9957755
using ARG DEBIAN_FRONTEND=noninteractive
2 years ago
Jason Kulatunga
766a73455e
update the base image for docker iamges to ubuntu:latest - which follows the LTS.
...
fixes #274
2 years ago
Jason Kulatunga
3971b37abc
attempting to fix docker image build by generating frontend version information before docker build.
2 years ago
Jason Kulatunga
cf1bd3ea6b
trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga
c7c55ab95c
trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga
d7ddf01ea0
trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga
c539af1a67
trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga
d93d24b52d
using npm run commands for building angular application (supports `pre` steps).
...
Automatically embed the application version in the UI.
2 years ago
Jason Kulatunga
aa786c0db8
upgrade to go 1.17
2 years ago
Jason Kulatunga
54178eaaf0
Merge branch 'master' into BASEPATH
3 years ago
Jason Kulatunga
de702414b9
moving all filesystem references to /scrutiny to /opt/scrutiny
...
fixes #230
3 years ago
Jason Kulatunga
8ea194b6ba
fixing download command (using curl).
3 years ago
Jason Kulatunga
d26e452a4a
fixing download command (using curl).
3 years ago
Jason Kulatunga
77da0f5a57
fixing download command (using curl).
3 years ago
Jason Kulatunga
2350c1335c
fix multi-arch builds.
3 years ago
Jason Kulatunga
a893d2db47
fix multi-arch builds.
3 years ago
Jason Kulatunga
cfe77c9a36
install tzdata package everywhere.
...
fixes #78
fixes
3 years ago
Jason Kulatunga
7cd828ef0d
update the influxdb version in the standalone container.
3 years ago
Jason Kulatunga
8a46931399
!!!!WIP!!!!
...
adding InfluxDB
- influxdb added to dockerfile
- influxdb s6 service
- influxdb config
- adding defaults to config
- creating a DeviceRepo interface (multiple db backends)
- implemented DeviceRepo interface as ScruitnyRepository
3 years ago
Andrea Spacca
ea3fbc09f1
BASEPATH
3 years ago
Jason Kulatunga
011642a708
WIP.
...
Removed references to Jobber, replaced with Cron.
Created crontab at /etc/cron.d/scrutiny
Running cron in foreground.
Adding timezone support
Working Collector image (untested master).
4 years ago
Jason Kulatunga
ada3665ba0
fix #111
...
fix #109
4 years ago
Jason Kulatunga
b09ec3b912
install curl for checking if webserver is ready.
4 years ago
Jason Kulatunga
c8a4be6b07
fix x509: certificate signed by unknown authority error for notifications.
4 years ago
Jason Kulatunga
6e6c9b7251
fix dockerfile.
4 years ago
Jason Kulatunga
b44b052f81
fix copy.
4 years ago
Jason Kulatunga
14d733e9cc
move docker files & eventually docker-compose files into 'docker' directory.
4 years ago