Skip to content

Instantly share code, notes, and snippets.

@deric4
Last active September 4, 2020 00:29
Show Gist options
  • Save deric4/a3b82013c154dee46763b0ea219ecff3 to your computer and use it in GitHub Desktop.
Save deric4/a3b82013c154dee46763b0ea219ecff3 to your computer and use it in GitHub Desktop.
docker sam-cli min size

Solution heavily inspired from this EuroPython Conference talk: Dmitry Figol - Optimizing Docker builds for Python applications

$ docker run sam-cli
Usage: sam [OPTIONS] COMMAND [ARGS]...

  AWS Serverless Application Model (SAM) CLI

  The AWS Serverless Application Model extends AWS CloudFormation to provide
  a simplified way of defining the Amazon API Gateway APIs, AWS Lambda
  functions, and Amazon DynamoDB tables needed by your serverless
  application. You can find more in-depth guide about the SAM specification
  here: https://github.com/awslabs/serverless-application-model.

Options:
  --debug    Turn on debug logging to print debug message generated by SAM
             CLI.
  --version  Show the version and exit.
  --info
  --help     Show this message and exit.

Commands:
  init      Init an AWS SAM application.
  validate  Validate an AWS SAM template.
  build     Build your Lambda function code
  local     Run your Serverless application locally for quick development &...
  package   Package an AWS SAM application.
  deploy    Deploy an AWS SAM application.
  logs      Fetch logs for a function
  publish   Publish a packaged AWS SAM template to the AWS Serverless
            Application Repository.

$ docker run sam-cli --version
SAM CLI, version 0.41.0
[
{
"Id": "sha256:2e3e8930f461dca220842e83ac43f8c4492c835e1df2e768730ec7131983c960",
"RepoTags": [
"sam-cli:latest"
],
"RepoDigests": [],
"Parent": "sha256:781548e58004d977e07e8861131bed0e398df58d8b1ff66e7ec448942765e293",
"Comment": "",
"Created": "2020-02-14T20:51:01.8873529Z",
"Container": "eb6aa0498fcf9e9f86352151a7b356e6912fc75e5d07197bc2e164a5c3ad87e5",
"ContainerConfig": {
"Hostname": "eb6aa0498fcf",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"LANG=C.UTF-8",
"GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568",
"PYTHON_VERSION=3.8.1",
"PYTHON_PIP_VERSION=20.0.2",
"PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py",
"PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e"
],
"Cmd": [
"/bin/sh",
"-c",
"#(nop) ",
"ENTRYPOINT [\"sam\"]"
],
"ArgsEscaped": true,
"Image": "sha256:781548e58004d977e07e8861131bed0e398df58d8b1ff66e7ec448942765e293",
"Volumes": null,
"WorkingDir": "/app",
"Entrypoint": [
"sam"
],
"OnBuild": null,
"Labels": {}
},
"DockerVersion": "18.09.2",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"LANG=C.UTF-8",
"GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568",
"PYTHON_VERSION=3.8.1",
"PYTHON_PIP_VERSION=20.0.2",
"PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py",
"PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e"
],
"Cmd": null,
"ArgsEscaped": true,
"Image": "sha256:781548e58004d977e07e8861131bed0e398df58d8b1ff66e7ec448942765e293",
"Volumes": null,
"WorkingDir": "/app",
"Entrypoint": [
"sam"
],
"OnBuild": null,
"Labels": null
},
"Architecture": "amd64",
"Os": "linux",
"Size": 191765372,
"VirtualSize": 191765372,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/647a738ce0f6addc3054da51f317c93cf8ec0055437cccd2e628d965b0382f9d/diff:/var/lib/docker/overlay2/f37ab0755248f4866d1dbd34d9c9dcf5a7cfe5ccccabfe0ac51a842992057cbf/diff:/var/lib/docker/overlay2/d8c6c1578e3292c5416daddb6219aadab6638a10786aaf3ca732620d7501bfc2/diff:/var/lib/docker/overlay2/0d0a8405f73e588a7df61b523a560e8cb968c8e26df426dd25f6982124ee7763/diff:/var/lib/docker/overlay2/bb3911c18d3a45413c44df08c41938006df8998524eb482e14617f69e42365a0/diff:/var/lib/docker/overlay2/9863906f5cb33b332fa4fa49425b06f1dcddee4fb08a99104672916eea1421f4/diff",
"MergedDir": "/var/lib/docker/overlay2/452b5eadad9f73326b2df959bb153e9ddafd467b0c2d6778059e411d99a2e3f0/merged",
"UpperDir": "/var/lib/docker/overlay2/452b5eadad9f73326b2df959bb153e9ddafd467b0c2d6778059e411d99a2e3f0/diff",
"WorkDir": "/var/lib/docker/overlay2/452b5eadad9f73326b2df959bb153e9ddafd467b0c2d6778059e411d99a2e3f0/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:5216338b40a7b96416b8b9858974bbe4acc3096ee60acbc4dfb1ee02aecceb10",
"sha256:61b675163d2a2e46367bd342210fb69cca895f68c799861be102a65b0ad98ba1",
"sha256:178572d98447850a8f93b5ca5c246c9dd4a8280428b251f12dff22985420461e",
"sha256:11210af4e88553a77503451a533f115631b2a4499aac64110e77445bfdb37c0d",
"sha256:c61d01f47beff49bd02c77dfff8747fd08c75ada278160d70b3c7c92d046099a",
"sha256:8ce71629f7b3db39de8bc082d3c27f29ca316751159380bb291d6c3b7f0bc366",
"sha256:0bbf755759f8978e647a788a2eac99aa6262c1607d2cd8b4ed5dff4efc937bfc"
]
},
"Metadata": {
"LastTagTime": "2020-02-14T20:51:01.9875756Z"
}
}
]
FROM python:3.8-alpine AS builder
WORKDIR /app
ARG BUILD_DEPS="build-base gcc libffi-dev openssl-dev"
RUN apk add --no-cache ${BUILD_DEPS} \
&& python -m venv .venv \
&& .venv/bin/pip install --no-cache-dir -U pip setuptools
RUN .venv/bin/pip install --no-cache-dir aws-sam-cli \
&& find /app/.venv \( -type d -a -name test -o -name tests \) \
-o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -delete
FROM python:3.8-alpine
WORKDIR /app
COPY --from=builder /app /app
ENV PATH="/app/.venv/bin:$PATH"
ENV PYTHONWARNINGS="ignore" #removing *.pyo files seems to throw some syntax warnings from a dep to stdout
ENTRYPOINT ["sam"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment