From 71757c3a0988cc9a35770f967fd75d91b8a0e9eb Mon Sep 17 00:00:00 2001 From: Hermann Mayer Date: Thu, 13 Apr 2023 11:38:30 +0200 Subject: [PATCH] Added 7.2 and dropped 5.0. Signed-off-by: Hermann Mayer --- .github/workflows/package.yml | 2 +- {5.0 => 7.2}/Dockerfile | 2 +- {5.0 => 7.2}/Makefile | 2 +- {5.0 => 7.2}/config/avahi.sh | 0 {5.0 => 7.2}/config/dbus.sh | 0 {5.0 => 7.2}/config/supervisor/avahi.conf | 0 {5.0 => 7.2}/config/supervisor/dbus.conf | 0 {5.0 => 7.2}/config/supervisor/redis.conf | 0 latest | 2 +- 9 files changed, 4 insertions(+), 4 deletions(-) rename {5.0 => 7.2}/Dockerfile (97%) rename {5.0 => 7.2}/Makefile (98%) rename {5.0 => 7.2}/config/avahi.sh (100%) rename {5.0 => 7.2}/config/dbus.sh (100%) rename {5.0 => 7.2}/config/supervisor/avahi.conf (100%) rename {5.0 => 7.2}/config/supervisor/dbus.conf (100%) rename {5.0 => 7.2}/config/supervisor/redis.conf (100%) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 5bd3dad..f8a52c8 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -20,9 +20,9 @@ jobs: matrix: version: - latest + - '7.2' - '7.0' - '6.2' - - '5.0' steps: - name: Prepare the virtual environment uses: hausgold/actions/ci@master diff --git a/5.0/Dockerfile b/7.2/Dockerfile similarity index 97% rename from 5.0/Dockerfile rename to 7.2/Dockerfile index e895eb4..78cf700 100644 --- a/5.0/Dockerfile +++ b/7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM redis:5.0 +FROM redis:7.2 MAINTAINER Hermann Mayer "hermann.mayer@hausgold.de" # You can change this environment variable on run's with -e diff --git a/5.0/Makefile b/7.2/Makefile similarity index 98% rename from 5.0/Makefile rename to 7.2/Makefile index ffb3013..72126cd 100644 --- a/5.0/Makefile +++ b/7.2/Makefile @@ -10,7 +10,7 @@ SHELL := bash REGISTRY ?= CANONICAL_NAME ?= redis IMAGE_NAME ?= hausgold/$(CANONICAL_NAME) -IMAGE_REF ?= 5.0 +IMAGE_REF ?= 7.2 IMAGE_URI := $(IMAGE_NAME):$(IMAGE_REF) TEST_CONTAINER_NAME ?= $(CANONICAL_NAME)-test diff --git a/5.0/config/avahi.sh b/7.2/config/avahi.sh similarity index 100% rename from 5.0/config/avahi.sh rename to 7.2/config/avahi.sh diff --git a/5.0/config/dbus.sh b/7.2/config/dbus.sh similarity index 100% rename from 5.0/config/dbus.sh rename to 7.2/config/dbus.sh diff --git a/5.0/config/supervisor/avahi.conf b/7.2/config/supervisor/avahi.conf similarity index 100% rename from 5.0/config/supervisor/avahi.conf rename to 7.2/config/supervisor/avahi.conf diff --git a/5.0/config/supervisor/dbus.conf b/7.2/config/supervisor/dbus.conf similarity index 100% rename from 5.0/config/supervisor/dbus.conf rename to 7.2/config/supervisor/dbus.conf diff --git a/5.0/config/supervisor/redis.conf b/7.2/config/supervisor/redis.conf similarity index 100% rename from 5.0/config/supervisor/redis.conf rename to 7.2/config/supervisor/redis.conf diff --git a/latest b/latest index 7104585..be4cea5 120000 --- a/latest +++ b/latest @@ -1 +1 @@ -7.0 \ No newline at end of file +7.2 \ No newline at end of file