Skip to content

Commit 8d4e4c9

Browse files
committed
feat: deprecate voxbox:7
1 parent f78071c commit 8d4e4c9

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212

1313
default:
1414
image:
15-
name: ghcr.io/voxpupuli/voxbox:7.34.0-main
15+
name: ghcr.io/voxpupuli/voxbox:8
1616
entrypoint: [""]
1717

1818
### Templates #################################################################

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131

3232
This container should be used to test voxpupuli puppet modules. It has the voxpupuli-test, -acceptance, -release gems and all dependencies installed.
3333

34+
## Informations
35+
36+
- On February 28, 2025, Puppet 7 entered its end-of-life phase. Consequently, no new VoxBox:7 releases will be build. Existing versions will be retained for continued access.
37+
3438
## Included rubygems
3539

3640
- facter

build_versions.json

-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
{
22
"include": [
3-
{
4-
"puppet_release": 7,
5-
"base_image": "docker.io/ruby:2.7.8-alpine3.16",
6-
"rubygem_puppet": "7.34.0",
7-
"rubygem_facter": "4.10.0",
8-
"rubygem_voxpupuli_test": "9.2.0",
9-
"rubygem_voxpupuli_acceptance": "3.2.0",
10-
"rubygem_voxpupuli_release": "3.1.0",
11-
"rubygem_puppet_metadata": "4.5.0",
12-
"rubygem_modulesync": "3.2.0",
13-
"rubygem_r10k": "4.1.0",
14-
"rubygem_ra10ke": "3.1.0",
15-
"rubygem_rubocop_performance": "1.22.1",
16-
"rubygem_bundler": "2.4.22",
17-
"rubygem_onceover": "4.0.0",
18-
"rubygem_rspec_junit_formatter": "0.6.0"
19-
},
203
{
214
"puppet_release": 8,
225
"base_image": "docker.io/ruby:3.2.5-alpine3.20",

0 commit comments

Comments
 (0)