-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
# RC packer files for DO, AWS and Oracle markeplace images | ||
|
||
This repo is a Github Action used for building and testing our cloud base images using Packer. | ||
|
||
## Development | ||
|
||
For development or local build, build and run the docker container, setting as environment variables: | ||
- `INPUT_ROCKETCHAT_VERSION` - The desired version of Rocket.Chat to build | ||
- `INPUT_DO_TOKEN` - Your DigitalOcean token | ||
- `INPUT_AWS_KEY_ID` - Your AWS key ID | ||
- `INPUT_AWS_SECRET_KEY` - Your AWS secret | ||
|
||
Ex: | ||
|
||
`docker build . -t RocketChat/packer-action:latest && docker run -it -e INPUT_ROCKETCHAT_VERSION=3.14.0 -e INPUT_DO_TOKEN=mytokenhere -e INPUT_AWS_KEY_ID=myawskeyid -e INPUT_AWS_SECRET_KEY=myawssecret RocketChat/packer-action` | ||
# stuff that uses packer |