Skip to content

Commit

Permalink
Merge pull request #9 from topfreegames/fix_opa
Browse files Browse the repository at this point in the history
update opa
  • Loading branch information
rsafonseca authored Jan 24, 2021
2 parents b34573a + a3fb2d3 commit 30e86eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ARG CONFTEST_VERSION=0.22.0
ARG TFENV_VERSION=1.1.1
ARG KUBECTL_VERSION=v1.20.0
ARG TERRAGRUNT=v0.27.1

ARG OPA_VERSION=v0.26.0
ARG CONFTEST_VERSION=0.23.0

# Base dependencies
RUN apk update && \
Expand All @@ -44,7 +45,7 @@ RUN curl -fsSL -o /usr/local/bin/opa https://github.com/open-policy-agent/opa/re
opa version

# conftest
RUN curl -L https://github.com/open-policy-agent/conftest/releases/download/v0.22.0/conftest_0.22.0_Linux_x86_64.tar.gz --output - | \
RUN curl -L https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz --output - | \
tar -xzf - -C /usr/local/bin

# tfenv (terraform)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Image used in our Infrastructe as Code pipelines.
- `jq`
- `kubectl`
- `make`
- `open-policy-agent`
- `python3`
- `pip43`
- `terragrunt`
Expand Down

0 comments on commit 30e86eb

Please sign in to comment.