-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Environment:
- AWS Region:
- Instance Type(s):
- EKS Platform version (use
aws eks describe-cluster --name <name> --query cluster.platformVersion
): - Kubernetes version (use
aws eks describe-cluster --name <name> --query cluster.version
): - AMI Version:
- Kernel (e.g.
uname -a
): - Release information (run
cat /etc/eks/release
on a node):
$ uname -a
Linux ip-10-6-188-68.ec2.internal 5.10.239-236.958.amzn2.x86_64 #1 SMP Tue Jul 15 10:36:12 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
AMI - ami-0154a7c55b9999c7f
$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
SUPPORT_END="2026-06-30"
We had a node upgrade to this instance version this morning and in our script to bring it online it installs docker, docker is not available to install as a package in this image:
$ sudo yum search docker
Loaded plugins: priorities, update-motd, versionlock
=========================================================================================================================== N/S matched: docker ============================================================================================================================
pcp-pmda-docker.x86_64 : Performance Co-Pilot (PCP) metrics from the Docker daemon
amazon-ecr-credential-helper.x86_64 : Amazon ECR Docker Credential Helper
nerdctl.x86_64 : nerdctl is a Docker-compatible CLI for containerd.
oci-add-hooks.x86_64 : Injects OCI hooks as a Docker runtime
Name and summary matches only, use "search all" for everything.
Is there something wrong? or did docker get removed in some way.
Halama, orcutt989, liranm-gloat, haym-gloat and kacurez
Metadata
Metadata
Assignees
Labels
No labels