Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Mar 15, 2024
1 parent 15aecd3 commit c890e0e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
buildfile: ${{ matrix.minor }}/${{ matrix.os }}/Dockerfile
tags: 'ci/ruby:${{ github.sha }}'

- name: Check for image
uses: actions/checkout@v4

- id: check-images
run: docker images

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ruby container based on ubuntu

[![License](https://img.shields.io/github/license/betadots/container-ruby.svg)](https://github.com/betadots/container-ruby/blob/main/LICENSE)
[![Sponsored by betadots GmbH](https://img.shields.io/badge/Sponsored%20by-betadots%20GmbH-blue.svg)](https://www.betadots.de)

---

this is mainly a fork of https://github.com/docker-library/ruby

only change is:
Expand All @@ -15,3 +20,7 @@ to
```shell
FROM buildpack-deps:jammy
```

## Why not upstream?

[https://github.com/docker-library/ruby/pull/247#issuecomment-442621857]

0 comments on commit c890e0e

Please sign in to comment.