metadata: annotations: prow.k8s.io/context: eks-a-upgrader-image-presubmit prow.k8s.io/job: eks-a-upgrader-image-presubmit creationTimestamp: "2026-08-07T08:07:38Z" generation: 13 labels: created-by-prow: "true" disk-usage: "true" event-GUID: 06b3cfa0-9237-11f1-991e-1ecd5ed34b04 image-build: "true" prow.k8s.io/build-id: "2085639016920649728" prow.k8s.io/context: eks-a-upgrader-image-presubmit prow.k8s.io/id: 9a5bc83c-40f5-42ab-917f-67834490ff2b prow.k8s.io/is-optional: "false" prow.k8s.io/job: eks-a-upgrader-image-presubmit prow.k8s.io/refs.base_ref: main prow.k8s.io/refs.org: aws prow.k8s.io/refs.pull: "5603" prow.k8s.io/refs.repo: eks-anywhere-build-tooling prow.k8s.io/type: presubmit name: 9a5bc83c-40f5-42ab-917f-67834490ff2b namespace: default resourceVersion: "837567679" uid: 01658c04-0553-44fc-a251-c21a36bae94d spec: agent: kubernetes cluster: prow-presubmits-cluster context: eks-a-upgrader-image-presubmit decoration_config: gcs_configuration: bucket: s3://prowpresubmitsdataclusterstack-prowbucket7c73355c-vfwwxd2eb4gp path_strategy: explicit s3_credentials_secret: s3-credentials utility_images: clonerefs: public.ecr.aws/eks-distro-build-tooling/prow-clonerefs:v20260714-0633879af entrypoint: public.ecr.aws/eks-distro-build-tooling/prow-entrypoint:v20260714-0633879af initupload: public.ecr.aws/eks-distro-build-tooling/prow-initupload:v20260714-0633879af sidecar: public.ecr.aws/eks-distro-build-tooling/prow-sidecar:v20260714-0633879af error_on_eviction: true job: eks-a-upgrader-image-presubmit max_concurrency: 10 namespace: default pod_spec: automountServiceAccountToken: false containers: - command: - bash - -c - | trap 'touch /status/done && rm -rf /home/prow/go/src/' EXIT && build/lib/buildkit_check.sh && if $(make check-project-path-exists); then make build -C $PROJECT_PATH; fi env: - name: PROJECT_PATH value: projects/aws/upgrader - name: GITHUB_TOKEN valueFrom: secretKeyRef: key: token name: public-access-github-token - name: ARTIFACTS_BUCKET value: s3://projectbuildpipeline-857-pipelineoutputartifactsb-10ajmk30khe3f - name: IMAGE_TAG_SUFFIX value: -amd64 - name: ADDITIONAL_IMAGE_CACHE_REPOS value: 857151390494.dkr.ecr.us-west-2.amazonaws.com - name: AWS_SDK_LOAD_CONFIG value: "true" - name: AWS_ROLE_SESSION_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: GOPROXY value: http://athens-proxy.default.svc.cluster.local - name: FARGATE_PROFILE_NAME valueFrom: fieldRef: fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile'] image: public.ecr.aws/eks-distro-build-tooling/builder-base:standard-ec39a22a692a667411d582405edec7f191486e52.2 name: build-container resources: requests: cpu: 1024m ephemeral-storage: 50Gi memory: 8Gi volumeMounts: - mountPath: /root/.cache/go-build name: go-build-cache - mountPath: /disk-usage-script name: disk-usage-entrypoint - mountPath: /root/.docker/config.json name: docker-registry-config subPath: config.json - mountPath: /run/buildkit name: run-buildkit - mountPath: /script name: entrypoint - mountPath: /home/user/.local/share/buildkit name: buildkitd-data - mountPath: /config name: builder-base-tag-file - mountPath: /status name: status - args: - /script/entrypoint.sh command: - sh env: - name: AWS_SDK_LOAD_CONFIG value: "true" - name: AWS_ROLE_SESSION_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: GOPROXY value: http://athens-proxy.default.svc.cluster.local - name: FARGATE_PROFILE_NAME valueFrom: fieldRef: fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile'] image: 857151390494.dkr.ecr.us-west-2.amazonaws.com/moby/buildkit:v0.31.1-rootless name: buildkitd resources: {} securityContext: runAsGroup: 1000 runAsUser: 1000 volumeMounts: - mountPath: /root/.cache/go-build name: go-build-cache - mountPath: /disk-usage-script name: disk-usage-entrypoint - mountPath: /root/.docker/config.json name: docker-registry-config subPath: config.json - mountPath: /run/buildkit name: run-buildkit - mountPath: /script name: entrypoint - mountPath: /home/user/.local/share/buildkit name: buildkitd-data - mountPath: /config name: builder-base-tag-file - mountPath: /status name: status - args: - /disk-usage-script/entrypoint.sh command: - sh env: - name: AWS_SDK_LOAD_CONFIG value: "true" - name: AWS_ROLE_SESSION_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: GOPROXY value: http://athens-proxy.default.svc.cluster.local - name: FARGATE_PROFILE_NAME valueFrom: fieldRef: fieldPath: metadata.labels['eks.amazonaws.com/fargate-profile'] image: public.ecr.aws/amazonlinux/amazonlinux:2 name: disk-monitor resources: {} volumeMounts: - mountPath: /root/.cache/go-build name: go-build-cache - mountPath: /disk-usage-script name: disk-usage-entrypoint - mountPath: /root/.docker/config.json name: docker-registry-config subPath: config.json - mountPath: /run/buildkit name: run-buildkit - mountPath: /script name: entrypoint - mountPath: /home/user/.local/share/buildkit name: buildkitd-data - mountPath: /config name: builder-base-tag-file - mountPath: /status name: status serviceAccountName: presubmits-build-account volumes: - emptyDir: {} name: go-build-cache - configMap: items: - key: disk-usage-entrypoint.sh path: entrypoint.sh name: disk-usage-entrypoint name: disk-usage-entrypoint - configMap: items: - key: docker-ecr-config.json path: config.json name: build-setup name: docker-registry-config - configMap: items: - key: buildkitd-entrypoint.sh path: entrypoint.sh name: buildkitd-entrypoint name: entrypoint - emptyDir: {} name: run-buildkit - emptyDir: {} name: buildkitd-data - configMap: items: - key: BUILDER_BASE_TAG_FILE path: BUILDER_BASE_TAG_FILE name: builder-base-tag-file name: builder-base-tag-file - emptyDir: {} name: status prowjob_defaults: tenant_id: GlobalDefaultID refs: base_link: https://github.com/aws/eks-anywhere-build-tooling/commit/0b8fe1015ee9a0757d33593f971703df8acfb79e base_ref: main base_sha: 0b8fe1015ee9a0757d33593f971703df8acfb79e org: aws pulls: - author: eks-distro-pr-bot author_link: https://github.com/eks-distro-pr-bot commit_link: https://github.com/aws/eks-anywhere-build-tooling/pull/5603/commits/b5737e287429fe1267ce8b4d24b912238af18d73 head_ref: update-eks-distro-base-image-tag-files-main link: https://github.com/aws/eks-anywhere-build-tooling/pull/5603 number: 5603 sha: b5737e287429fe1267ce8b4d24b912238af18d73 title: Bump EKS Distro base image tag files to latest repo: eks-anywhere-build-tooling repo_link: https://github.com/aws/eks-anywhere-build-tooling report: true rerun_command: /test eks-a-upgrader-image-presubmit type: presubmit status: build_id: "2085639016920649728" completionTime: "2026-08-07T08:08:41Z" description: Job triggered. pendingTime: "2026-08-07T08:07:45Z" pod_name: 9a5bc83c-40f5-42ab-917f-67834490ff2b prev_report_states: gcsk8sreporter: aborted gcsreporter: aborted github-reporter: aborted startTime: "2026-08-07T08:07:37Z" state: aborted url: https://prow.eks.amazonaws.com/view/s3/prowpresubmitsdataclusterstack-prowbucket7c73355c-vfwwxd2eb4gp/pr-logs/pull/aws_eks-anywhere-build-tooling/5603/eks-a-upgrader-image-presubmit/2085639016920649728