gchq / gaffer-docker

Gaffer Docker images and associated Helm charts for deploying on Kubernetes
https://gchq.github.io/gaffer-docker
Apache License 2.0
30 stars 36 forks source link

Fix hdfs and accumulo debian versions #294

Closed t92549 closed 1 year ago

t92549 commented 1 year ago

Release 1.1.0 did not get pushed to DockerHub as the version of Debian stopped working over the weekend: https://github.com/gchq/gaffer-docker/blob/5805ee3d95cfa300e1449b52dac3f977f36e8de8/docker/hdfs/Dockerfile#L16 Newer versions do not contain Java 8 so we are therefore going to use Ubuntu instead.

t92549 commented 1 year ago

Closed by https://github.com/gchq/gaffer-docker/pull/295