Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodian committed Dec 12, 2019
2 parents b306cb0 + e62d818 commit fcc6560
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGES

## 0.5.0

- Feature: Enabled BuildKit by default
- Feature: Installed docker-compose 1.25.0

## 0.4.0

- Feature: Added zip
Expand Down
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN echo "Install build dependencies" && \
apk add --no-cache \
bash \
curl \
docker-compose \
git \
make \
nodejs \
Expand All @@ -30,7 +29,12 @@ RUN echo "Install build dependencies" && \
pip install --no-cache-dir \
ansible \
awscli \
docker-compose \
PyGithub \
pyyaml && \
echo "Cleanup" && \
apk del .deps

# Enable BuildKit by default.
ENV DOCKER_BUILDKIT 1
ENV COMPOSE_DOCKER_CLI_BUILD 1

0 comments on commit fcc6560

Please sign in to comment.