Build node image and push into ecr

vikas.rathore May 20, 2021

I am a little confused about the image I need to choose for the pipeline. This is my dockerfile I need to build it and push it into the ECR


```
FROM node:14.12.0-alpine3.11@sha256:24ed8df3382733b7be4e3c9d592d3f5e7ed3939a27dd5e50a43c181e299478df
RUN apk update && \ apk add make && \ rm -rf /var/cache/apk/*ENV PATH=/root/.local/bin:$PATH
RUN mkdir /appWORKDIR /app
RUN npm install -g typescript@4.2.3

```

So should I use 
atlassian/pipelines-awscli

or Image which node installation?

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events