I build an image using FROM arm64v8/python:latest and COPY rclone-current-linux-arm64.deb rclone_install.deb to move data to a storage bucket not amazon.
I think the use of rclone is to interact with s3 bucket but when I run my yaml file I get the follwoing error: Error when I run the kubectl apply command . '''exec .usr/local/bin/python3: exec format error''' I want to run the job remotely but check the status of the bucket using rclone.
#docker buildx build --platform linux/arm64/v8 -t vnp09ga:latest . FROM arm64v8/python:latest #FROM --platform=linux/amd64 python:3.8-slim-buster as build #FROM python:3.11.4-buster
Note: Someone else created the bucket.