Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Update aws-lambda-builders to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed May 12, 2020
1 parent 84b8574 commit 4b7e20a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dotnetcore2.0/build/Dockerfile
Expand Up @@ -20,6 +20,6 @@ RUN rm -rf /var/runtime /var/lang && \
rm -rf /tmp/warmup /tmp/NuGetScratch

# Add these as a separate layer as they get updated frequently
RUN pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

CMD ["dotnet", "build"]
2 changes: 1 addition & 1 deletion dotnetcore2.1/build/Dockerfile
Expand Up @@ -21,7 +21,7 @@ RUN rm -rf /var/runtime /var/lang && \
rm -rf /tmp/warmup /tmp/NuGetScratch /tmp/.dotnet

# Add these as a separate layer as they get updated frequently
RUN pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir && \
RUN pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir && \
dotnet tool install --global Amazon.Lambda.Tools --version 3.3.1

CMD ["dotnet", "build"]
2 changes: 1 addition & 1 deletion dotnetcore3.1/build/Dockerfile
Expand Up @@ -20,7 +20,7 @@ RUN rm -rf /var/runtime /var/lang && \
rm -rf /tmp/warmup /tmp/NuGetScratch /tmp/.dotnet

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir && \
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir && \
dotnet tool install --global Amazon.Lambda.Tools --version 3.3.1

CMD ["dotnet", "build"]
2 changes: 1 addition & 1 deletion go1.x/build/Dockerfile
Expand Up @@ -16,6 +16,6 @@ RUN rm -rf /var/runtime /var/lang && \
go get golang.org/x/vgo

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

CMD ["dep", "ensure"]
2 changes: 1 addition & 1 deletion java11/build/Dockerfile
Expand Up @@ -14,4 +14,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
ENV PATH="/usr/local/gradle/gradle-6.2.2/bin:/usr/local/maven/apache-maven-3.6.3/bin:${PATH}"

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir
2 changes: 1 addition & 1 deletion java8/build/Dockerfile
Expand Up @@ -15,4 +15,4 @@ RUN rm -rf /var/runtime /var/lang && \
ENV PATH="/usr/local/gradle/gradle-6.2.2/bin:/usr/local/maven/apache-maven-3.6.3/bin:${PATH}"

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir
2 changes: 1 addition & 1 deletion nodejs10.x/build/Dockerfile
Expand Up @@ -9,4 +9,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
curl https://lambci.s3.amazonaws.com/fs/nodejs10.x.tgz | tar -zx -C /

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir
2 changes: 1 addition & 1 deletion nodejs12.x/build/Dockerfile
Expand Up @@ -9,4 +9,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
curl https://lambci.s3.amazonaws.com/fs/nodejs12.x.tgz | tar -zx -C /

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir
2 changes: 1 addition & 1 deletion nodejs4.3/build/Dockerfile
Expand Up @@ -10,6 +10,6 @@ RUN rm -rf /var/runtime /var/lang && \
curl https://lambci.s3.amazonaws.com/fs/nodejs4.3.tgz | tar -zx -C /

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

CMD ["npm", "rebuild"]
2 changes: 1 addition & 1 deletion nodejs6.10/build/Dockerfile
Expand Up @@ -10,6 +10,6 @@ RUN rm -rf /var/runtime /var/lang && \
curl https://lambci.s3.amazonaws.com/fs/nodejs6.10.tgz | tar -zx -C /

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

CMD ["npm", "rebuild"]
2 changes: 1 addition & 1 deletion nodejs8.10/build/Dockerfile
Expand Up @@ -10,6 +10,6 @@ RUN rm -rf /var/runtime /var/lang && \
curl https://lambci.s3.amazonaws.com/fs/nodejs8.10.tgz | tar -zx -C /

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

CMD ["npm", "rebuild"]
2 changes: 1 addition & 1 deletion provided/build/Dockerfile
@@ -1,4 +1,4 @@
FROM lambci/lambda-base:build

# Add these as a separate layer as they get updated frequently
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
RUN pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir
2 changes: 1 addition & 1 deletion python3.6/build/Dockerfile
Expand Up @@ -21,6 +21,6 @@ RUN rm -rf /var/runtime /var/lang && \
RUN pip install -U pip setuptools wheel --no-cache-dir && \
pip install -U virtualenv pipenv --no-cache-dir && \
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.5/get-poetry.py | POETRY_VERSION=1.0.5 python3 && \
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

ENV PATH=/root/.poetry/bin:$PATH
2 changes: 1 addition & 1 deletion python3.7/build/Dockerfile
Expand Up @@ -13,6 +13,6 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
RUN pip install -U pip setuptools wheel --no-cache-dir && \
pip install -U virtualenv pipenv --no-cache-dir && \
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.5/get-poetry.py | POETRY_VERSION=1.0.5 python3 && \
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

ENV PATH=/root/.poetry/bin:$PATH
2 changes: 1 addition & 1 deletion python3.8/build/Dockerfile
Expand Up @@ -13,6 +13,6 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
RUN pip install -U pip setuptools wheel --no-cache-dir && \
pip install -U virtualenv pipenv --no-cache-dir && \
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.5/get-poetry.py | POETRY_VERSION=1.0.5 python3 && \
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

ENV PATH=/root/.poetry/bin:$PATH
2 changes: 1 addition & 1 deletion ruby2.5/build/Dockerfile
Expand Up @@ -13,4 +13,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
# Add these as a separate layer as they get updated frequently
RUN gem update --system --no-document && \
gem install --no-document bundler -v '~> 2.1' && \
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir
2 changes: 1 addition & 1 deletion ruby2.7/build/Dockerfile
Expand Up @@ -13,4 +13,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
# Add these as a separate layer as they get updated frequently
RUN gem update --system --no-document && \
gem install --no-document bundler -v '~> 2.1' && \
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.8.0 --no-cache-dir
pip install -U awscli boto3 aws-sam-cli==0.48.0 aws-lambda-builders==0.9.0 --no-cache-dir

0 comments on commit 4b7e20a

Please sign in to comment.