JamStack Build Image for Next. Tags are Google Chrome version - Angular CLI version
10K+
This Docker image supports build and deployment of Pacific Life Web Applications based on the JAM stack based on Angular and Amazon Web Services. It installs Angular CLI, Nodemon, Angular NX, and s3_website to support deployment to AWS S3 Buckets and AWS CloudFront.
docker build -t pl-aws-jam-buildimg . --no-cache
The following command will run the local image built and open a bash session
docker run -v "$PWD":/website -it --entrypoint /bin/bash pl-aws-jam-buildimg
Run the "docker images" command and note the ID and the TAG of your Docker image e.g. 5e0e0eeab6bf.
docker tag 9a640c844235 pacificlife/pl-aws-jam-buildimg:latest
docker login --username=pacificlife
docker push pacificlife/pl-aws-jam-buildimg
Content type
Image
Digest
Size
317.6 MB
Last updated
about 7 years ago
docker pull pacificlife/next-jamstack-buildimg