Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

Empty file removed 2.5/.exclude-centos7
Empty file.
Empty file removed 2.5/.exclude-fedora
Empty file.
Empty file removed 2.5/.exclude-rhel7
Empty file.
68 changes: 0 additions & 68 deletions 2.5/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions 2.5/Dockerfile.fedora

This file was deleted.

70 changes: 0 additions & 70 deletions 2.5/Dockerfile.rhel7

This file was deleted.

8 changes: 3 additions & 5 deletions 2.5/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Ruby 2.5 container image
========================
This container image includes Ruby 2.5 as a [S2I](https://github.com/openshift/source-to-image) base image for your Ruby 2.5 applications.
Only RHEL8 based builder image is available.
Only the RHEL8 based builder image is available.
The RHEL images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/).
The resulting image can be run using [podman](https://github.com/containers/libpod).

Note: while the examples in this README are calling `podman`, you can replace any such calls by `docker` with the same arguments
Note: While the examples in this README are using UBI8-based images (eg. ubi8/ruby-25), you can substitute any of the ubi8 images
for any other version of the same image (RHSCL, UBI7, Centos7 or Fedora), if it exists.

Description
-----------
Expand Down Expand Up @@ -67,7 +65,7 @@ To use the Ruby image in a Dockerfile, follow these steps:
podman pull ubi8/ruby-25
```

An RHEL7 image `ubi8/ruby-25` is used in this example.
An RHEL8 image `ubi8/ruby-25` is used in this example.

#### 2. Pull and application code

Expand Down Expand Up @@ -225,4 +223,4 @@ See also
--------
Dockerfile and other sources are available on https://github.com/sclorg/s2i-ruby-container.
In that repository you also can find another versions of Ruby environment Dockerfiles.
Dockerfile for RHEL8 it's `Dockerfile.rhel8` and the Fedora Dockerfile is called Dockerfile.fedora.
The Dockerfile for RHEL8 is called `Dockerfile.rhel8`.
6 changes: 0 additions & 6 deletions 2.5/root/opt/app-root/etc/scl_enable

This file was deleted.

Empty file removed 3.0/.exclude-centos7
Empty file.
Empty file removed 3.0/.exclude-fedora
Empty file.
Empty file removed 3.0/.exclude-rhel7
Empty file.
68 changes: 0 additions & 68 deletions 3.0/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions 3.0/Dockerfile.fedora

This file was deleted.

Loading