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
- Host: GitHub
- URL: https://github.com/sillsdev/docker-appbuilder-agent
- Owner: sillsdev
- License: mit
- Created: 2016-05-27T14:15:20.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-29T19:25:00.000Z (3 months ago)
- Last Synced: 2026-01-30T03:46:47.435Z (3 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/silintl/appbuilder-agent/
- Size: 5.44 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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