Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
feat: update to waypoint version v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser committed Apr 22, 2021
1 parent 07a7ade commit c8eddb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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 curl -LO https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl
ARG DOCKER_VERSION=18.03.0-ce
RUN curl -fsSL https://download.docker.com/linux/static/stable/`uname -m`/docker-$DOCKER_VERSION.tgz | tar --strip-components=1 -xz -C /usr/local/bin docker/docker

ARG WAYPOINT_VERSION=0.3.0
ARG WAYPOINT_VERSION=0.3.1
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - \
&& apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" \
&& apt-get update \
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD:$PWD"

## Version matrix

| Release / Waypoint | v0.2.3 | v0.2.4 | v0.3.0 |
|:------------------:|:------:|:------:|:------:|
| v0.1.0 | x | | |
| v0.2.0 | x | | |
| v0.3.0 | x | | |
| v0.4.0 | | x | |
| v0.5.0 | | | x |
| Release / Waypoint | v0.2.3 | v0.2.4 | v0.3.0 | v0.3.1 |
|:------------------:|:------:|:------:|:------:|:------:|
| v0.1.0 | x | | | |
| v0.2.0 | x | | | |
| v0.3.0 | x | | | |
| v0.4.0 | | x | | |
| v0.5.0 | | | x | |
| v0.6.0 | | | | x |

## How to run it without the `docker run` command?

Expand Down

0 comments on commit c8eddb1

Please sign in to comment.