Sign inSign up

conexia/bitbucket-pipeline-react

By conexia

Updated about 1 year ago

Image
0

290

conexia/bitbucket-pipeline-react repository overview

ECR DockerHub

conexia/bitbucket-pipeline-react:latest

FROM node:22-alpine

Instalar dependências adicionais

RUN apk add --no-cache
git zip less openssh curl wget gettext unzip python3 py3-pip
# Instalar AWS CLI v2 (método oficial) && curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
&& unzip awscliv2.zip
&& ./aws/install
&& rm -rf awscliv2.zip aws
# Limpar caches para reduzir tamanho da imagem && rm -rf /var/cache/apk/* /root/.cache/*

Remover depois que atualizar o projeto do frontend

ENV NODE_OPTIONS=--openssl-legacy-provider

Entrypoint para compatibilidade (igual imagem antiga AWSCLI)

ENTRYPOINT [ "aws" ] CMD ["--version"]

Tag summary

Content type

Image

Digest

sha256:2da171b9c

Size

129.8 MB

Last updated

about 1 year ago

docker pull conexia/bitbucket-pipeline-react