هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ CodeArts Build/ FAQs/ Images/ Failed to Create an Image Using Dockerfile

Failed to Create an Image Using Dockerfile

Updated on 2024-10-10 GMT+08:00
When you create an image by using the action Build Image and Push to SWR or Run Docker Commands, the image may fail to be created in the docker build stage. In this case, rectify the fault by referring to the solution for each scenario.

Failed to Find a File by Running the COPY or ADD Command

Symptoms

The build task contains the Build Image and Push to SWR or Run Docker Commands action. When a task is executed, the following error information is displayed in the log:

ADD failed: stat /var/lib/docker/tmp/docker-builder154037010/temp: no such file or directory
[ERROR] [Build Image and Push to SWR]: Error information: DEV.CB.0210043, Docker image creation failed.
COPY failed: stat /var/lib/docker/tmp/docker-builder076130522/test.txt: no such file or directory

Cause Analysis

The source file of the ADD command is ./temp, but no temp file is available in the current directory.

Solution

Assume that the structure of the current directory is as follows:

+ target
   - temp
- Dockerfile

The target directory contains temp files, and the Dockerfile file is at the same level as the target directory.

  • Method 1: Change the source file of the ADD command to ./target/temp.
  • Method 2: Use the target directory as the working directory. Change the working directory for the Build Image and Push to SWR action to target and the Dockerfile path to ../Dockerfile.

Failed to Pull the Base Image During Image Creation

When you use Dockerfile to create an image and specified base image parameters are incorrect, the image will not be pulled. The scenarios are as follows:

  • No specified images or no permission

    Error Log

    pull access denied for java1, repository does not exist or may require 'docker login'

    Analysis and Solution

    This error occurs when the specified image cannot be found in the image repository or the current user does not have the pull permission on the image.

    In this example, the image java1 specified by the FROM java1:8ull-jdk-alpine command cannot be found in the image repository. Therefore, this error occurs. Check and modify the image name and try again.

  • No specified image tags

    Error Log

    manifest for java:8ull-jdk-alpine not found

    Analysis and Solution

    If the specified image exists in the image repository but the corresponding version or tag of the image does not exist, the error manifest not found is displayed. In this Dockerfile, the image java:8ull-jdk-alpine is specified by the FROM java:8ull-jdk-alpine command. The Java image exists in the image repository but does not have the corresponding version or tag (8ull-jdk-alpine). As a result, this error occurs. Check and modify the image version and try again.

Failed to Execute the Command

Symptoms

When Dockerfile is used to create an image, the following error message is displayed in the docker build stage:

exec user process caused "exec format error"

Cause Analysis

The possible causes are as follows:

  • The base image used for creating an image does not match the executor. For example, the image is an Arm image, but the executor is an x86 image.
  • An error occurs when the Dockerfile file content is copied from another place.

Solution

  1. Check whether the image matches the executor. If the image is an x86 image, only the x86 executor can be used.
  2. Perform the build again and check whether the build is successful. If the build fails, manually enter the Dockerfile and perform the build again.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback