https://github.com/jackcuthbert/docker-kaomoji-ci
Docker image for building Kaomoji in GitLab CI
https://github.com/jackcuthbert/docker-kaomoji-ci
aws-cli docker docker-image gitlab-ci kaomoji serverless
Last synced: about 1 month ago
JSON representation
Docker image for building Kaomoji in GitLab CI
- Host: GitHub
- URL: https://github.com/jackcuthbert/docker-kaomoji-ci
- Owner: JackCuthbert
- Created: 2018-11-14T05:38:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T07:06:18.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T12:44:50.140Z (over 1 year ago)
- Topics: aws-cli, docker, docker-image, gitlab-ci, kaomoji, serverless
- Language: Dockerfile
- Homepage: https://kaomoji.moe
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# docker-kaomoji-ci



[View on Docker Hub](https://hub.docker.com/r/jckcthbrt/kaomoji-ci/)
A Docker image based on `node:12-alpine` with all the required software to build [Kaomoji.moe](https://kaomoji.moe/)'s various projects in GitLab's CI pipelines and other Gatsby, Node, or Serverless based projects.
Inspired by:
* [sekka1/aws-cli-docker](https://github.com/sekka1/aws-cli-docker)
* [amaysim-au/docker-serverless](https://github.com/amaysim-au/docker-serverless)
## Included Software
* aws-cli
* curl
* gcc (for [sharp](http://sharp.pixelplumbing.com/en/stable/install/))
* git
* jq
* libvips (for [sharp](http://sharp.pixelplumbing.com/en/stable/install/))
* node.js
* npm
* serverless
* zip
## Environment
Supported environment variables:
* `AWS_CLI_VERSION`
* `SERVERLESS_VERSION`
* `AWS_ACCESS_KEY_ID`
* `AWS_SECRET_ACCESS_KEY`
* `AWS_DEFAULT_REGION`