Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T07:06:18.000Z (over 4 years ago)
- Last Synced: 2024-10-11T04:11:47.996Z (2 months 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
![Docker Build Status](https://img.shields.io/docker/build/jckcthbrt/kaomoji-ci.svg)
![Docker Builds](https://img.shields.io/docker/automated/jckcthbrt/kaomoji-ci.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/jckcthbrt/kaomoji-ci.svg)[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`