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

Commit

Permalink
v6.2.0 base build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed May 17, 2016
1 parent 0493edb commit 600ea3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV VERSION=v6.2.0 NPM_VERSION=3

# For base builds
# ENV CONFIG_FLAGS="--without-npm" RM_DIRS=/usr/include
# ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include

RUN apk add --no-cache curl make gcc g++ python linux-headers paxctl libgcc libstdc++ gnupg && \
gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ but each version aligns with the following tags (ie, `mhart/alpine-node:<tag>`):
- `0.12`, `0.12.14` – 32.93 MB (npm 2.15.5)
- `0.10`, `0.10.45` – 28.38 MB (npm 2.15.5)
- Base install with node built as a static binary with no npm:
- `base`, `base-6`, `base-6.1`, `base-6.1.0`29.54 MB
- `base`, `base-6`, `base-6.2`, `base-6.2.0`35.07 MB
- `base-5`, `base-5.11`, `base-5.11.1` – 27.63 MB
- `base-4`, `base-4.4`, `base-4.4.4` – 27.23 MB
- `base-0.12`, `base-0.12.14` – 24.14 MB
Expand All @@ -38,7 +38,7 @@ Examples
v4.4.4

$ docker run mhart/alpine-node:base node --version
v6.1.0
v6.2.0

$ docker run mhart/alpine-node:base-0.10 node --version
v0.10.45
Expand Down

0 comments on commit 600ea3c

Please sign in to comment.