Skip to content

Commit

Permalink
Merge pull request #25 from voxpupuli/build_puppet8_on_debian12
Browse files Browse the repository at this point in the history
build puppet 8 upon debian 12 upstream ruby image
  • Loading branch information
bastelfreak authored Jul 29, 2024
2 parents 036ac41 + c5eb7bc commit 8374ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ghcr.io/betadots/ruby:3.2.3-jammy
ARG BASE_IMAGE=docker.io/ruby:3.2.5-bookworm

FROM $BASE_IMAGE

Expand Down Expand Up @@ -59,9 +59,7 @@ RUN apt-get update \
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/gems/cgi-0.1.0.2 \
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/specifications/default/cgi-0.1.0.2.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/gems/stringio-0.1.0 \
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/specifications/default/stringio-0.1.0.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/3.2.0/gems/rdoc-6.5.0 \
&& rm -rf /usr/local/lib/ruby/gems/3.2.0/specifications/default/rdoc-6.5.0.gemspec
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/specifications/default/stringio-0.1.0.gemspec

WORKDIR /repo

Expand Down
2 changes: 1 addition & 1 deletion build_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"puppet_release": 8,
"base_image": "ghcr.io/betadots/ruby:3.2.3-jammy",
"base_image": "docker.io/ruby:3.2.5-bookworm",
"rubygem_puppet": "8.7.0",
"rubygem_facter": "4.7.1",
"rubygem_voxpupuli_test": "8.1.0",
Expand Down

0 comments on commit 8374ea0

Please sign in to comment.