Tag etherpad images with version
We'll continue to deploy 'latest' but we tag the etherpad version explicitly in order to make rollbacks simpler if necessary. Etherpad has seen a resurgence in development which has led to some potentially painful upgrade paths that we need to accomodate. Having rollbacks be possible is a nice safety net. Change-Id: I3ea59c1e4b33d777fae356d377773a4a60e9313e
This commit is contained in:
parent
822f7d6ec5
commit
8cde4966a7
@ -16,7 +16,7 @@
|
|||||||
# Adapted from the upstream Dockerfile because they haven't kept up with
|
# Adapted from the upstream Dockerfile because they haven't kept up with
|
||||||
# recent releases.
|
# recent releases.
|
||||||
|
|
||||||
# Force a new build: Thu, 02 May 2024 20:51:03 +0000
|
# Force a new build: Mon Sep 9 03:32:20 PM UTC 2024
|
||||||
|
|
||||||
# Etherpad Lite Dockerfile
|
# Etherpad Lite Dockerfile
|
||||||
#
|
#
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
- context: docker/etherpad
|
- context: docker/etherpad
|
||||||
target: production
|
target: production
|
||||||
repository: opendevorg/etherpad
|
repository: opendevorg/etherpad
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- v2.1.1
|
||||||
build_args:
|
build_args:
|
||||||
- EP_GID=5001
|
- EP_GID=5001
|
||||||
files: ðerpad_files
|
files: ðerpad_files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user