Commit Graph

17 Commits (pbarnett/update-script-to-dockerhub)

Author SHA1 Message Date
Peter Barnett 116e667cf7 fix: ensure script pulls latest images and uses DockerHub 2025-04-21 08:43:52 -04:00
Peter Barnett d5829b1047 chore: update install script to use DockerHub 2025-04-18 16:03:55 -04:00
Paul Dix e9a27f1aab
chore: version bump for 3.0.1 (#26282) (#26284) 2025-04-17 10:04:16 -04:00
Paul Dix b4d050f7e0
chore: update install script for three (#26269) 2025-04-14 20:05:34 -04:00
Jamie Strandboge 37e2981ce2
fix(install_influxdb.sh): use 'shasum -a 256' on OSX (#26245)
sha256sum is present on some versions of OSX, but not all. Use
'shasum -a 256' on OSX since it should always be present.
2025-04-09 17:05:16 -05:00
Jamie Strandboge 11e4433852
fix: update install_influxdb.sh for core rename and download releases (#26242)
* fix: update install_influxdb.sh for core rename and download releases

* chore(install_influxdb.sh): make shellcheck clean
2025-04-09 10:26:40 -05:00
peterbarnett03 98ca8dcb50
chore: Update install script for Docker with cluster changes (#26149)
* chore: update Docker install info

* fix: remove secondary script

* fix: bad copy

* fix: tiny bad copy

* fix: revert issue

* fix: adjust for Core

* fix: removing MUSL and fixing fi

* chore: whitespace updates for previous commits

---------

Co-authored-by: Jamie Strandboge <jamie@influxdata.com>
2025-03-17 14:45:34 -05:00
Trevor Hilton d8efdb4024
Revert "chore: fix shellcheck lints (#25956)" (#26067)
This reverts commit 891da53382.
2025-02-26 16:29:05 -05:00
Adam Curtis 891da53382
chore: fix shellcheck lints (#25956)
Removed all of the shellcheck complaints that were showing up in my
editor.

Where possible, I just fixed them directly but I just told it to ignore
this one in the install scripts https://www.shellcheck.net/wiki/SC2059

Happy to go and fix that lint too I just wasn't sure if we prefer the
current approach, since it doesn't seem to be causing any problems.
2025-02-23 14:01:46 +13:00
peterbarnett03 692ae08900
chore: slight wording update (#26033) 2025-02-18 09:06:51 -06:00
Jamie Strandboge d9f4a8811e
fix: rename install_influxdb3.sh to install_influxdb.sh (#26032)
While the url is https://www.influxdata.com/d/install_influxdb3.sh, what
is copied over to this url must (currently) be named install_influxdb.sh
from this repo otherwise we get a 404. Thanks Pete Barnett for
troubleshooting.
2025-02-18 08:54:57 -06:00
Jamie Strandboge ccd5d22aab
feat: build and use python-build-standalone with official builds (#25969)
* feat(ci): fetch and configure for python-build-standalone binaries

* fix: make the process engine usable on windows

* feat(ci): build with python-build-standalone (and drop musl)

* fix(ci): set rpath on Linux and libpath on OSX in ci

* fix: set PYTHONHOME everywhere and PYTHONPATH on Windows

* chore(ci): update to use more recent ci-packager-next

* fix(ci): adjust validate to allow certain dynamically linked libraries

* chore: remove install_influxdb.sh (using install_influxdb3.sh instead)

* chore(install_influxdb3.sh): update for processing engine and release builds

* fix: temporarily use rpm --nodeps until compile with old GLIBC

* feat(ci): build docker with python-build-standalone

* chore: add README_processing_engine.md

* chore: add a few more details to README_processing_engine.md

* fix(ci): use patchelf --set-rpath

Not all patchelf versions support --add-rpath for appending to the
RPATH, but --set-path can be used with a colon-separated list. Use
--set-rpath first for maximum compatibility.

* chore: update README_processing_engine.md for standalone local builds

* fix(Dockerfile): also use patchelf --set-rpath

* chore: update code comment for accuracy

* chore: typos, grammar and formatting change in README_processing_engine.md

* chore: update README_processing_engine.md for Docker arm64 (thanks Jackson)
2025-02-13 16:16:05 -06:00
peterbarnett03 dca5350b10
fix: docker command was wrong (#25984) 2025-02-10 15:13:29 -05:00
Trevor Hilton d451ef0de6
refactor: writer-id to node-id (#25905) 2025-01-23 18:09:24 -05:00
peterbarnett03 624e67e95c
chore: update gsg link (#25823)
* chore: update gsg link

* chore: update influxdb to influxdb3
2025-01-13 09:58:15 -05:00
peterbarnett03 76aee4a478
chore: Add installation script (#25821)
* chore: updating temp file name

* chore: add install scripts
2025-01-13 09:23:43 -05:00
peterbarnett03 30fcc2bf54
chore: Add hold for install script (#25817) 2025-01-12 16:19:54 -05:00