Sign inSign up

sbstjn/sam

By sbstjn

Updated over 6 years ago

Image
0

992

sbstjn/sam repository overview

sbstjn/sam Docker Stars Docker Pulls

Docker image with useful tools for node projects with aws-sam-cli. Works fine in CircleCI and GitLab CI.

Components

  • node v12.14.1
  • yarn v1.21.1
  • sam v0.39.0
Packages
  • apollo
  • graphql-cli
  • swagger-combine

Usage

General
# Dockerfile

FROM sbstjn/sam
CircleCI
jobs:
  checkout:
    working_directory: ~/repo
    docker:
      - image: sbstjn/sam

Development

# 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>

Tag summary

Content type

Image

Digest

Size

499.9 MB

Last updated

over 6 years ago

docker pull sbstjn/sam