Detect/notify when web page etag changes
Go to file
Emil Lerch 76d0853864
buildx not necessary (see details below)
Without buildx you need to seriously watch your cache. Ultimately
the solution here still as a hole, because the FROM image(s) in
the Dockerfile will end up cached in whatever architecture
goes last. We are relying on the build server not caching things,
but be wary when doing local multi-architecture builds
2021-01-05 15:15:15 -08:00
.dockerignore add dockerignore 2021-01-05 15:11:49 -08:00
.drone.yml first makefile attempt 2021-01-04 18:23:42 -08:00
.gitignore proper multi-arch support 2021-01-05 11:00:39 -08:00
aws-flow.txt document usage of etags in an aws flow for ungoogled chromium 2020-11-25 12:28:39 -08:00
Dockerfile first makefile attempt 2021-01-04 18:23:42 -08:00
etags.py add DDB_ENDPOINT env var to specify endpoint 2020-11-25 12:20:04 -08:00
LICENSE add license 2020-11-25 11:59:55 -08:00
Makefile buildx not necessary (see details below) 2021-01-05 15:15:15 -08:00
pyvenv.cfg add pyvenv.cfg 2020-11-25 12:26:02 -08:00
requirements.txt add requirements.txt 2020-11-25 12:26:39 -08:00