Skip to content

Commit

Permalink
use python3 and update node
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemartini committed May 6, 2021
1 parent ffaea01 commit d6289e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk --no-cache add \
openssl-dev \
cyrus-sasl-dev \
zstd-dev \
python
python3

RUN apk --no-cache add \
--virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk --no-cache add \
libssh2-dev \
openssl-dev \
cyrus-sasl-dev \
python
python3

ENV NPM_CONFIG_LOGLEVEL error
ENV WITH_SASL 0
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ These are the latest docker image tags

With the terafoundation connectors builtin:

- `terascope/node-base:10.24.0` - 518MB
- `terascope/node-base:12.21.0` - 525MB
- `terascope/node-base:14.16.0` - 553MB
- `terascope/node-base:10.24.1` - 569MB
- `terascope/node-base:12.22.1` - 582MB
- `terascope/node-base:14.16.1` - 609MB

Without: (this will save the image size by roughly 200MB)

- `terascope/node-base:10.24.0-core` - 313MB
- `terascope/node-base:12.21.0-core` - 308MB
- `terascope/node-base:14.16.0-core` - 336MB
- `terascope/node-base:10.24.1-core` - 326MB
- `terascope/node-base:12.22.1-core` - 327MB
- `terascope/node-base:14.16.1-core` - 354MB
2 changes: 1 addition & 1 deletion build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ main() {
exit 1
fi

local versions=("10.24.0" "12.21.0" "14.16.0")
local versions=("10.24.1" "12.22.1" "14.16.1")
for version in "${versions[@]}"; do
docker_build "$registry" "$version"
docker_build "$registry" "$version" "-core"
Expand Down

0 comments on commit d6289e5

Please sign in to comment.