Tutorials

Gaffer Docker – Running Gaffer On Docker And Kubernetes

This repo contains the code needed to run Gaffer using Docker or Kubernetes. There are two main sub-folders, ‘docker’ and ‘kubernetes’ which contain the project files you need for starting Gaffer using those services.

Running Gaffer Using Docker

For information on how to run Gaffer using Docker containers, please see the documentation: Gaffer Docker Docs

Running Gaffer Using Kubernetes

For information on how to run Gaffer using Kubernetes, please see the documentation: Gaffer Kubernetes Docs

Versioning

Each of our images which is released will be tagged with the version of the software they represent. Every release, we update the latest tag for each image and add a new release which has the corresponding version tag.

If we release Gaffer version 2.1.2, the following images would be uploaded:

  • gchq/gaffer:latest
  • gchq/gaffer:2
  • gchq/gaffer:2.1
  • gchq/gaffer:2.1.2
  • gchq/gaffer:2.1.2-accumulo-2.0.1

We maintain mutable versions of latest, as well as the major, minor and bugfix versions of Gaffer. For reproducibility make sure to use the full version in your build metadata.

For gaffer/gaffer-rest images, we also create a tag including the accumulo version, this allows for compatibility with Accumulo 1.9.3 in our tests. The -accumulo-1.9.3 tagged images are not published but can be build locally if required.

The release process is automated by GitHub actions.

Known Compatible Docker Versions

  • 20.10.23
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

PHP Ubuntu 26.04 Installation Guide for Apache and Nginx

Setting up PHP Ubuntu 26.04 is essential for developers who want to run modern web…

2 hours ago

Apache on Ubuntu 26.04 Installation Guide for Beginners

Setting up Apache Ubuntu 26.04 is one of the fastest ways to launch a reliable…

5 hours ago

How to Configure Static IP on Ubuntu Settings Easily

Setting up a Static IP on Ubuntu configuration is essential for servers, remote access systems,…

20 hours ago

How to Change Ubuntu Timezone Using Terminal or GUI

Keeping the correct system clock is important for servers, desktop systems, scheduled tasks, and application…

23 hours ago

How to Perform Ubuntu Hostname Change Without Rebooting

An Ubuntu Hostname Change is a common administrative task used to rename Linux servers, desktops,…

1 day ago

How to Add Ubuntu Swap Space for Better System Stability

Ubuntu Swap Space helps Linux systems stay responsive when physical RAM starts running low. Instead…

1 day ago