Skip to content

Commit

Permalink
remove tfk8s from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Sep 2, 2022
1 parent 22da186 commit aaafa5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,4 @@ RUN pip3 install "openshift>=0.6" "setuptools>=40.3.0" \

RUN pip3 install "openshift>=0.6" "setuptools>=40.3.0"

RUN wget -q -O- https://dl.google.com/go/go1.13.9.linux-amd64.tar.gz | tar xz && \
mv go /usr/local/go-1.13 && \
export GOROOT=/usr/local/go-1.13 && export PATH=$GOROOT/bin:$PATH && \
git clone https://github.com/jrhouston/tfk8s.git && cd tfk8s && export PATH=$PATH:$(go env GOPATH)/bin && make install

COPY . iac-run-dir
8 changes: 4 additions & 4 deletions gitlab_templates/switch-iac/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include:
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v2.1.10/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v2.1.10/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v2.1.10/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v2.1.11/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v2.1.11/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v2.1.11/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'

variables:
GIT_SSL_NO_VERIFY: "true"
PLATFORM_IAC_IMAGE_VERSION: "2.1.10"
PLATFORM_IAC_IMAGE_VERSION: "2.1.11"
K3S_IAC_IMAGE_VERSION: "v0.18.0"

0 comments on commit aaafa5d

Please sign in to comment.