Skip to content

Commit

Permalink
Update Readme for ubuntu-ruby-fips image
Browse files Browse the repository at this point in the history
  • Loading branch information
shulifink authored Jul 5, 2020
1 parent 586e803 commit 111a2dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ubuntu-ruby-fips/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubuntu container image
This container image includes Ubuntu version `20.04` contains the following packages:
This container image includes Ubuntu version `20.04` which contains the following packages:

* OpenSSL version: `1.0.2u` build with FIPS 140-2 compliant OpenSSL module version: `2.0.16`
* Ruby version: `2.5` compiled against the FIPS 140-2 compliant OpenSSL module
Expand All @@ -10,22 +10,22 @@ This container image includes Ubuntu version `20.04` contains the following pack
## Build steps
#### Assumptions

1. Current directory is directory where this repository is cloned
1. Current directory is the directory where this repository is cloned
1. Docker version is 17.05 or higher


Ubuntu container image will be built with a three-stage process:
The Ubuntu container image will be built by a three-stage process:

1. the first stage builds the OpenSSL compiled with the FIPS 140-2 compliant OpenSSL module.
1. the second stage builds the Ruby and Postgres client packages.
1. the third stage ship the results of both stages, without the penalty of the build-chain and tooling.
1. The first stage builds the OpenSSL compiled with the FIPS 140-2 compliant OpenSSL module.
1. The second stage builds the Ruby and Postgres client packages.
1. The third stage ships the results of both stages, without the penalty of the build-chain and tooling.

### Docker images
| Image name | Description |
|---|---|
| openssl-builder | Install OpenSSL with the FIPS 140-2 compliant module|
| postgres-client-builder | Install Postgres client |
| ubuntu-ruby-builder | Install Ruby version |
| openssl-builder | Installs OpenSSL with the FIPS 140-2 compliant module|
| postgres-client-builder | Installs Postgres client |
| ubuntu-ruby-builder | Installs Ruby version |
| ubuntu-ruby-fips | Final image |


Expand Down

0 comments on commit 111a2dd

Please sign in to comment.