Skip to content

Commit

Permalink
Remove obsolete appengine and builder directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Sep 27, 2017
1 parent b591bcb commit 10c8ab3
Show file tree
Hide file tree
Showing 55 changed files with 22 additions and 2,188 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,32 @@ This repository contains the source for the Ruby runtime for
[Google App Engine Flexible](https://cloud.google.com/appengine/docs/flexible/).
It comprises:

* The base image in the `appengine` directory.
* The Ruby runtime build pipeline in the `builder` directory.
* The base image in the `ruby-base` directory.
* A raw image that contains installations of some common build tools and
scripts, including NodeJS, Yarn, and the Google CloudSQL Proxy, in the
`ruby-build-tools` directory.
* An image that analyzes a Ruby application and generates an appropriate
Dockerfile, in the `ruby-generate-dockerfile` directory.
* Templates for the Ruby runtime build pipeline definition in the
`ruby-pipeline` directory.

For more information on using the Ruby runtime, see
https://cloud.google.com/ruby

## Building and testing

The provided Rakefile builds the three images locally and runs the unit tests
in the test directory. It requires Ruby 2.3 and Docker 17.06 or later.

Actual builds can be done using the build scripts in this directory. The
`build-ruby-runtime-images.sh` script uses Google Cloud Container Builder to
build the images and upload them to Google Container Registry. The
`build-ruby-runtime-pipeline.sh` script creates a Ruby runtime builder
configuration and uploads it to Google Cloud Storage where it can be used.

The `integration_test` directory contains a sample application that is used
by the Google Ruby team for internal integration tests.

## Contributing changes

* See [CONTRIB.md](CONTRIB.md)
Expand Down
2 changes: 0 additions & 2 deletions appengine/.gitignore

This file was deleted.

139 changes: 0 additions & 139 deletions appengine/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions appengine/Rakefile

This file was deleted.

15 changes: 0 additions & 15 deletions appengine/build.sh

This file was deleted.

2 changes: 0 additions & 2 deletions appengine/image_files/.gemrc

This file was deleted.

111 changes: 0 additions & 111 deletions appengine/image_files/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions appengine/image_files/cloudbuild.yaml.in

This file was deleted.

25 changes: 0 additions & 25 deletions appengine/image_files/policy.xml

This file was deleted.

Loading

0 comments on commit 10c8ab3

Please sign in to comment.