This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Alternatives: postgres:15-alpine | |
ARG BASE_IMAGE=postgis/postgis:15-3.4-alpine | |
## Custom Alpine Postgres docker file with custom extensions | |
FROM ${BASE_IMAGE} as builder | |
# Install required dependencies | |
RUN apk --no-cache add \ | |
python3 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"iam:CreateInstanceProfile", | |
"iam:DeleteInstanceProfile", | |
"iam:GetRole", | |
"iam:GetInstanceProfile", |