Hello,
Can someone, please, make it clear what is the base image for hashicorp/consul:1.12.0 for linux/amd64 (I know it is alpine, but what is the precise/specific tag):
I believe the consul image is based on 5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 as shown in:
https://hub.docker.com/layers/consul/hashicorp/consul/1.12.0/images/sha256-89af54e94734aefe2bb673441be709dff0826d9c98ec2f70cf3ae4e8d3257557?context=explore
I have some doubts around this.
Is there any way I can verify it myself ?
Thanks for help in advance.
Dominik
You can run the following command to verify the Alpine base image version:
❯ docker run -it --entrypoint cat hashicorp/consul:1.12.0 /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.15.4
PRETTY_NAME="Alpine Linux v3.15"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"