Skip to content

Commit

Permalink
Dropped version 14, 16, 19. Added the version 20 and 22.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Oct 9, 2024
1 parent 3ffe68d commit 5a8a041
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 298 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
matrix:
version:
- latest
- 19
- 22
- 20
- 18
- 16
- 14
steps:
- name: Prepare the virtual environment
uses: hausgold/actions/ci@master
Expand Down
25 changes: 0 additions & 25 deletions 16/Dockerfile

This file was deleted.

65 changes: 0 additions & 65 deletions 16/Makefile

This file was deleted.

88 changes: 0 additions & 88 deletions 19/config/avahi.sh

This file was deleted.

28 changes: 0 additions & 28 deletions 19/config/dbus.sh

This file was deleted.

44 changes: 0 additions & 44 deletions 19/config/haproxy.conf

This file was deleted.

14 changes: 0 additions & 14 deletions 19/config/supervisor/avahi.conf

This file was deleted.

13 changes: 0 additions & 13 deletions 19/config/supervisor/dbus.conf

This file was deleted.

13 changes: 0 additions & 13 deletions 19/config/supervisor/haproxy.conf

This file was deleted.

2 changes: 1 addition & 1 deletion 14/Dockerfile → 20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:20
LABEL org.opencontainers.image.authors="[email protected]"

# You can change this environment variable on run's with -e
Expand Down
2 changes: 1 addition & 1 deletion 19/Makefile → 20/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL := bash
REGISTRY ?=
CANONICAL_NAME ?= node
IMAGE_NAME ?= hausgold/$(CANONICAL_NAME)
IMAGE_REF ?= 19
IMAGE_REF ?= 20
IMAGE_URI := $(IMAGE_NAME):$(IMAGE_REF)
TEST_CONTAINER_NAME ?= $(CANONICAL_NAME)-test

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 19/Dockerfile → 22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19
FROM node:22
LABEL org.opencontainers.image.authors="[email protected]"

# You can change this environment variable on run's with -e
Expand Down
2 changes: 1 addition & 1 deletion 14/Makefile → 22/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL := bash
REGISTRY ?=
CANONICAL_NAME ?= node
IMAGE_NAME ?= hausgold/$(CANONICAL_NAME)
IMAGE_REF ?= 14
IMAGE_REF ?= 22
IMAGE_URI := $(IMAGE_NAME):$(IMAGE_REF)
TEST_CONTAINER_NAME ?= $(CANONICAL_NAME)-test

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion latest

0 comments on commit 5a8a041

Please sign in to comment.