Docker image with useful tools for
nodeprojects withaws-sam-cli. Works fine in CircleCI and GitLab CI.
node v12.14.1yarn v1.21.1sam v0.39.0apollographql-cliswagger-combine# Dockerfile
FROM sbstjn/sam
jobs:
checkout:
working_directory: ~/repo
docker:
- image: sbstjn/sam
# Clone repository
$ > git clone [email protected]:sbstjn/docker-sam.git
$ > cd docker-sam
# Build container
$ > docker build .
# Start bash and test your environment
$ > docker run -it --entrypoint /bin/bash <container-id>
Content type
Image
Digest
Size
499.9 MB
Last updated
over 6 years ago
docker pull sbstjn/sam