influxdata / influxdata-docker

Official docker images for the influxdata stack
327 stars 248 forks source link

feat: Update all images to use alpine:3 versus specific version #746

Closed powersj closed 5 months ago

powersj commented 5 months ago

This only updates images that are actually posted on Dockerhub, versions that are too old or no loner there are not updated.

resolves #745

jdstrand commented 5 months ago

Looks like the test-influxdb <=2.6 and under are failing with /entrypoint.sh: line 521: exec: gosu: not found. Those aren't listed as supported on docker hub. Should we disable those tests?

powersj commented 5 months ago

Looks like the test-influxdb <=2.6 and under are failing with /entrypoint.sh: line 521: exec: gosu: not found. Those aren't listed as supported on docker hub. Should we disable those tests?

Agreed, https://github.com/influxdata/influxdata-docker/pull/747 to make that change.