Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Releases: sanger-archive/samples_extraction

uat-docker-image-build-fix

01 Feb 14:02

Choose a tag to compare

Pre-release

A release testing a fix for the github action docker workflow to build a docker image

uat-dpl-243-ss-gem-https

24 Jan 16:52

Choose a tag to compare

Pre-release
Update SS gem version

uat-gpl-560-message-mlwh-rc5

04 Nov 12:42

Choose a tag to compare

Do not require pry

uat-gpl-560-message-mlwh-rc4

04 Nov 11:00

Choose a tag to compare

Do not require pry

uat-gpl-560-message-mlwh-rc3: Add .dockerignore file

04 Nov 09:08

Choose a tag to compare

Local container builds were breaking due to the contents of
the node_modules directory. This change adds a dockerignore
file, which prevents them from being copied to the container.

We also add a handful of other directories which could potentially
cause problems in future, or which are unnecessary to the app running.

uat-gpl-560-message-mlwh-rc2: Fix Dockerfile for new ruby version

04 Nov 08:38

Choose a tag to compare

The previous Dockerfile was using an unofficial ruby + node base
image. However, this was locked at ruby 2.5.

This switches us to the official Ruby image, and installs node manually.

uat-mesages: Render exceptions in development mode

03 Nov 13:16

Choose a tag to compare

uat-gpl-560-message-mlwh-rc1: Render exceptions in development mode

03 Nov 17:23

Choose a tag to compare

gpl-560-message-mlwh-rc1: Render exceptions in development mode

03 Nov 16:01

Choose a tag to compare

test_docker_build: Install bundler in Gemfile

21 Jul 08:52
a10c635

Choose a tag to compare

Bundler is already installed, so install alone won't
install the correct version. Here we pull the version
last used to build the Gemfile.lock and install that.

Not 100% Dockerfiles support backticks, but will see.