Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
docs: updated references of appsody-docker (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoh7645 authored and neeraj-laad committed Sep 12, 2019
1 parent c773ea4 commit 7c8f524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Appsody in Buildah

A builder for the `appsody/appsody-docker` Docker image, which is the `quay.io/buildah/stable` image with the Appsody CLI added to it. The image can be used within a build pipeline - such as a Tekton pipeline - to perform actions using the Appsody CLI.
A builder for the `appsody/appsody-buildah` Docker image, which is the `quay.io/buildah/stable` image with the Appsody CLI added to it. The image can be used within a build pipeline - such as a Tekton pipeline - to perform actions using the Appsody CLI.

At present, the image is equipped with a script (`extract.sh`) that runs the `appsody extract` command, after mounting the appropriate project source directory. The script assumes that the image is running within a container in a Tekton pipeline.

### Building the image
This repo includes a `.travis.yml` file that builds and pushes the image to Docker Hub. However, if you prefer building the image manually, issue the following command:

```sh
docker build -t appsody-docker -f Dockerfile .
docker build -t appsody-buildah -f Dockerfile .
```

### Using the image
Expand Down

0 comments on commit 7c8f524

Please sign in to comment.