From 7f071559db4c4717f4aacb38c6bcb1495e1de1b4 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 13 Dec 2025 22:06:06 +0000 Subject: [PATCH] made a sum --- .devcontainer/Dockerfile | 33 +++++++++++--------- db/atlas/stripe_invoice/migrations/atlas.sum | 4 +++ 2 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 db/atlas/stripe_invoice/migrations/atlas.sum diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7a0c0ed..689de49 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -26,23 +26,26 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \ && node -v \ && npm -v +# Install Atlas CLI +RUN curl -sSf https://atlasgo.sh | sh -# # Install aws -# RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" -# RUN unzip awscliv2.zip -# 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 +# Install aws +RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" +RUN unzip awscliv2.zip +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 # Set the working directory diff --git a/db/atlas/stripe_invoice/migrations/atlas.sum b/db/atlas/stripe_invoice/migrations/atlas.sum new file mode 100644 index 0000000..c8772cc --- /dev/null +++ b/db/atlas/stripe_invoice/migrations/atlas.sum @@ -0,0 +1,4 @@ +h1:R/iRQ2a7u+QeDRyEVRvl8TcvAzRjWXbjBpn4dNpyMAA= +0001_init.sql h1:gzb02ZbjrrJkXOC+2qIZsngnj7A+29O2/b4awScPlPs= +0002_auth.sql h1:4NhBu26dIBMy9gxMxM3tf6Z2CS2kfKlGjFBj07T/aBw= +0003_stripe_xero.sql h1:E2bcdUDnondsXwbdIwVlZqR4DQwzcoDiyeRFJwVxXwg=