added s3s juntekim to run again
This commit is contained in:
parent
1751db6b51
commit
ab323132f7
3 changed files with 9 additions and 16 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
FROM library/python:3.12-bullseye
|
FROM library/python:3.12-bullseye
|
||||||
# Personal access token 'mist _runner'
|
# Personal access token 'mist _runner'
|
||||||
ENV GITHUB_PAT=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
|
ENV GITHUB_PAT=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
|
||||||
|
ENV TERRAFORM_VERSION=1.6.6
|
||||||
|
|
||||||
|
|
||||||
ARG USER=vscode
|
ARG USER=vscode
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
@ -37,15 +39,12 @@ RUN ./aws/install
|
||||||
|
|
||||||
# Install terraform
|
# Install terraform
|
||||||
RUN apt-get update && sudo apt-get install -y gnupg software-properties-common
|
RUN apt-get update && sudo apt-get install -y gnupg software-properties-common
|
||||||
RUN wget -O- https://apt.releases.hashicorp.com/gpg | \
|
RUN wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
|
||||||
gpg --dearmor | \
|
&& unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
|
||||||
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg > /dev/null
|
&& mv terraform /usr/local/bin/terraform \
|
||||||
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \
|
&& rm terraform_${TERRAFORM_VERSION}_linux_amd64.zip
|
||||||
https://apt.releases.hashicorp.com $(lsb_release -cs) main" | \
|
|
||||||
tee /etc/apt/sources.list.d/hashicorp.list
|
RUN terraform version
|
||||||
RUN apt update
|
|
||||||
RUN apt-get install terraform
|
|
||||||
RUN terraform -install-autocomplete
|
|
||||||
|
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@
|
||||||
"fabiospampinato.vscode-todo-plus",
|
"fabiospampinato.vscode-todo-plus",
|
||||||
"jgclark.vscode-todo-highlight",
|
"jgclark.vscode-todo-highlight",
|
||||||
"corentinartaud.pdfpreview",
|
"corentinartaud.pdfpreview",
|
||||||
"github.vscode-github-actions",
|
"github.vscode-github-actions"
|
||||||
"genieai.chatgpt-vscode"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
.github/workflows/ses-juntekim.yml
vendored
5
.github/workflows/ses-juntekim.yml
vendored
|
|
@ -56,11 +56,6 @@ jobs:
|
||||||
working-directory: ${{ env.WORKING_DIR }}
|
working-directory: ${{ env.WORKING_DIR }}
|
||||||
run: terraform validate
|
run: terraform validate
|
||||||
|
|
||||||
- name: Unlock
|
|
||||||
working-directory: ${{ env.WORKING_DIR }}
|
|
||||||
run: terraform force-unlock 0c6c287e-cfc5-ffa6-23c2-64b8b1197c19
|
|
||||||
|
|
||||||
|
|
||||||
- name: Terraform Plan
|
- name: Terraform Plan
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
working-directory: ${{ env.WORKING_DIR }}
|
working-directory: ${{ env.WORKING_DIR }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue