Sha256: 1bbfbee0945310b287def7213f6d7b5b60f481db2da620052b60ecf895133ce4

Contents?: true

Size: 341 Bytes

Versions: 6

Compression:

Stored size: 341 Bytes

Contents

dockerfile: |-
  RUN apk add --no-cache build-base git
  RUN gem update --system
  RUN gem install gem_hadar bundler
script: &script |-
  echo -e "\e[1m"
  ruby -v
  echo -e "\e[0m"
  bundle install --full-index
  rake spec

images:
  ruby:3.3-alpine: *script
  ruby:3.2-alpine: *script
  ruby:3.1-alpine: *script
  ruby:3.0-alpine: *script

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
complex_config-0.22.2 .all_images.yml
complex_config-0.22.1 .all_images.yml
complex_config-0.22.0 .all_images.yml
complex_config-0.21.2 .all_images.yml
complex_config-0.21.1 .all_images.yml
complex_config-0.21.0 .all_images.yml