Updating local versions of Docker images if using the latest tag

I have an ubuntu:latest image pulled locally from a couple of years ago, and it’s obviously not the latest since it’s over 2 years old. ‘docker images’ shows: ubuntu latest d5ca7a445605 2 years ago 65.6MB If I run the image with -it and cat the /etc/lsb-release file, it shows it’s 20.04. Docker Hub is currently …

AWS Lambda Docker container runtime error: Runtime exited with error: exit status 127

While testing my Lambda using a Docker container, when the Lambda is invoked, I’m getting this runtime error: Process 17(bootstrap) exited: Runtime exited with error: exit status 127 Process exit status code 127 errors are usually a file not found error. Going back through the Lambda logs, luckily there’s an error telling me I have …