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