Skip to content

Commit

Permalink
Created v4.2.0 of alpine-nginx-nodejs.
Browse files Browse the repository at this point in the history
  • Loading branch information
smebberson committed Jul 27, 2016
1 parent 7693ebf commit 84f4ca1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Each release records it's own specific changes in a VERSIONS.md file.

- `alpine-nginx-nodejs`: upgraded Node.js to v6.0.0.
- `alpine-nginx-nodejs`: upgraded Node.js to v6.1.0.
- `alpine-nginx-nodejs`: upgraded Node.js to v6.2.0.

### Releases

- [Released `v4.0.0` of `alpine-nginx-nodejs`](https://github.com/smebberson/docker-alpine/tree/alpine-nginx-nodejs-v4.0.0/alpine-nginx-nodejs)
- [Released `v4.1.0` of `alpine-nginx-nodejs`](https://github.com/smebberson/docker-alpine/tree/alpine-nginx-nodejs-v4.1.0/alpine-nginx-nodejs)
- [Released `v4.2.0` of `alpine-nginx-nodejs`](https://github.com/smebberson/docker-alpine/tree/alpine-nginx-nodejs-v4.2.0/alpine-nginx-nodejs)

## 2016.07.26

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Latest version is `3.0.0`, or `latest`.

This image includes both Nginx and Node.js. It's suitable if you want to have Node.js perform configuration for Nginx.

Latest version is `4.1.0`, or `latest`.
Latest version is `4.2.0`, or `latest`.

- [README.md](https://github.com/smebberson/docker-alpine/blob/master/alpine-nginx-nodejs/README.md)
- [VERSIONS.md](https://github.com/smebberson/docker-alpine/blob/master/alpine-nginx-nodejs/VERSIONS.md)
Expand Down
2 changes: 1 addition & 1 deletion alpine-nginx-nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM smebberson/alpine-nginx:3.0.0
MAINTAINER Scott Mebberson <[email protected]>

ENV NODE_VERSION=v6.1.0 NPM_VERSION=3
ENV NODE_VERSION=v6.2.0 NPM_VERSION=3

RUN echo "http://dl-4.alpinelinux.org/alpine/v3.2/main" >> /etc/apk/repositories && \
apk add --update git curl make gcc g++ python linux-headers libgcc libstdc++ binutils-gold && \
Expand Down
1 change: 1 addition & 0 deletions alpine-nginx-nodejs/NODEJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ You can [read more about how these images are versioned here](https://github.com

## 6.x branch of Node.js

- Node v6.1.0: [v4.2.0](VERSIONS.md#v420)
- Node v6.1.0: [v4.1.0](VERSIONS.md#v410)
- Node v6.0.0: [v4.0.0](VERSIONS.md#v400)

Expand Down
3 changes: 2 additions & 1 deletion alpine-nginx-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This image features:

## Versions

- `4.1.0`, `latest` [(Dockerfile)](https://github.com/smebberson/docker-alpine/blob/alpine-nginx-nodejs-v4.1.0/alpine-nginx-nodejs/Dockerfile)
- `4.2.0`, `latest` [(Dockerfile)](https://github.com/smebberson/docker-alpine/blob/alpine-nginx-nodejs-v4.2.0/alpine-nginx-nodejs/Dockerfile)
- `4.1.0` [(Dockerfile)](https://github.com/smebberson/docker-alpine/blob/alpine-nginx-nodejs-v4.1.0/alpine-nginx-nodejs/Dockerfile)
- `4.0.0` [(Dockerfile)](https://github.com/smebberson/docker-alpine/blob/alpine-nginx-nodejs-v4.0.0/alpine-nginx-nodejs/Dockerfile)
- `3.1.1` [(Dockerfile)](https://github.com/smebberson/docker-alpine/blob/alpine-nginx-nodejs-v3.1.0/alpine-nginx-nodejs/Dockerfile)
- `3.1.0` [(Dockerfile)](https://github.com/smebberson/docker-alpine/blob/alpine-nginx-nodejs-v3.1.0/alpine-nginx-nodejs/Dockerfile)
Expand Down
11 changes: 10 additions & 1 deletion alpine-nginx-nodejs/VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ This file contains all software versions, that correspond to a version of this i

## Latest

Same as v4.1.0.
Same as v4.2.0.

Usage: `smebberson/alpine-nginx-nodejs` or `smebberson/alpine-nginx-nodejs:latest`.

## v4.2.0

- [smebberson/alpine-nginx: v3.0.0][smebbersonalpinenginx300]
- [nginx][nginx]: v1.8.1
- [Node.js][nodejs]: v6.2.0
- [NPM][npm]: 3.10.5

Usage: `smebberson/alpine-nginx-nodejs:4.2.0`.

## v4.1.0

- [smebberson/alpine-nginx: v3.0.0][smebbersonalpinenginx300]
Expand Down

0 comments on commit 84f4ca1

Please sign in to comment.