Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release/v3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
elssar committed Aug 15, 2016
2 parents cecd228 + 4226ca3 commit c0bf5b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/alpine33/Dockerfile
Expand Up @@ -8,7 +8,7 @@ ENV NODE_VERSION 4.3.0
RUN apk add --update nodejs=${NODE_VERSION}-r0;

# Set newman version
ENV NEWMAN_VERSION 2.1.2
ENV NEWMAN_VERSION 3.0.0

# Install newman
RUN npm install -g newman@${NEWMAN_VERSION};
Expand Down
4 changes: 2 additions & 2 deletions images/alpine33/README.md
@@ -1,6 +1,6 @@
# newman_alpine33

This image runs newman 2.1.2 on node 4.3.0 on Alpine 3.3
This image runs newman 3.0.0 on node 4.3.0 on Alpine 3.3

Build the image,

Expand All @@ -11,7 +11,7 @@ docker build -t postman/newman_alpine33 .
Or get it from [docker hub](https://registry.hub.docker.com/u/postman/newman_alpine33/)

```terminal
docker pull postman/newman_alpine33:2.1.2
docker pull postman/newman_alpine33:3.0.0
```

then run it
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu1404/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN npm install -g n;
RUN n ${NODE_VERSION};

# Set newman version
ENV NEWMAN_VERSION 2.1.2
ENV NEWMAN_VERSION 3.0.0

# Install newman
RUN npm install -g newman@${NEWMAN_VERSION};
Expand Down
4 changes: 2 additions & 2 deletions images/ubuntu1404/README.md
@@ -1,6 +1,6 @@
# newman_ubuntu1404

This image runs newman 2.1.2 on node 4.3.0 on Ubuntu 14.04.2
This image runs newman 3.0.0 on node 4.3.0 on Ubuntu 14.04.2

Build the image,

Expand All @@ -11,7 +11,7 @@ docker build -t postman/newman_ubuntu1404 .
Or get it from [docker hub](https://registry.hub.docker.com/u/postman/newman_ubuntu1404/)

```terminal
docker pull postman/newman_ubuntu1404:2.1.2
docker pull postman/newman_ubuntu1404:3.0.0
```

then run it
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "newman-docker",
"version": "2.1.2",
"version": "3.0.0",
"description": "This repository contains the Dockerfiles and tests for the Newman Docker images.",
"scripts": {
"docker-build": "./scripts/docker/docker-build.sh",
Expand Down

0 comments on commit c0bf5b0

Please sign in to comment.