An open API service indexing awesome lists of open source software.

https://github.com/sillsdev/docker-appbuilder-agent

Docker configuration for the SIL App Publishing Service AWS CodeBuild build agent
https://github.com/sillsdev/docker-appbuilder-agent

Last synced: 18 days ago
JSON representation

Docker configuration for the SIL App Publishing Service AWS CodeBuild build agent

Awesome Lists containing this project

README

          

# sillsdev/docker-appbuilder-agent

[AWS CodeBuild](https://aws.amazon.com/codebuild/) build agent for [AppBuilder BuildEngine API](/sillsdev/appbuilder-buildengine-api).

## Inspecting

To look around in the production image (from master branch), run:

docker pull ghcr.io/sillsdev/appbuilder-agent-prd
docker run --rm -it ghcr.io/sillsdev/appbuilder-agent-prd /sbin/my_init -- bash -l

To look around in the staging image (from develop branch), run:

docker pull ghcr.io/sillsdev/appbuilder-agent-stg
docker run --rm -it ghcr.io/sillsdev/appbuilder-agent-stg /sbin/my_init -- bash -l

## Local Build

To build locally and look around, run:

docker build -t appbuilder-codebuild .
docker run --rm -it appbuilder-codebuild /sbin/my_init -- bash -l