skip to Main Content

How to get get latest nodejs:14 digest version in Docker file

Is there any command/way to get latest digest(sha256) for amazon/aws-lambda-nodejs:14. Currently, we are manually setting digest version sha256. Like, give below. FROM amazon/aws-lambda-nodejs:14@sha256:621368a9c8cbf474b60ae9092725f6ea7ae4f9b0ac7a9229039e25157bad990b We end up getting vulnerabilities after some time for the Docker image. Please suggest a way/command in…

VIEW QUESTION

Docker run in AWS ECS

I have a command that I am currently running from my OS to run a docker container that takes in a file as an argument and returns some output. docker run --rm -v ${pwd}:/dir IMAGE [COMMAND] [ARGS] This allows me…

VIEW QUESTION

Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY using Bitbucket pipeline – Debian

I am getting Partial credentials found in env error while running below command. aws sts assume-role-with-web-identity --role-arn $AWS_ROLE_ARN --role-session-name build-session --web-identity-token $BITBUCKET_STEP_OIDC_TOKEN --duration-seconds 1000 I am using below AWS CLI and Python version- aws-cli/2.2.9 Python/3.8.8 Linux/5.4.92-flatcar exe/x86_64.debian.11 prompt/off I've also…

VIEW QUESTION
Back To Top
Search