CN115756733B - Container mirror image calling system and container mirror image calling method - Google Patents

Container mirror image calling system and container mirror image calling method Download PDF

Info

Publication number
CN115756733B
CN115756733B CN202310036104.7A CN202310036104A CN115756733B CN 115756733 B CN115756733 B CN 115756733B CN 202310036104 A CN202310036104 A CN 202310036104A CN 115756733 B CN115756733 B CN 115756733B
Authority
CN
China
Prior art keywords
target application
container mirror
mirror image
application
instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310036104.7A
Other languages
Chinese (zh)
Other versions
CN115756733A (en
Inventor
李继永
刘祥德
毛波
陈志浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Digital City Research Center
Original Assignee
Beijing Digital City Research Center
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Digital City Research Center filed Critical Beijing Digital City Research Center
Priority to CN202310036104.7A priority Critical patent/CN115756733B/en
Publication of CN115756733A publication Critical patent/CN115756733A/en
Application granted granted Critical
Publication of CN115756733B publication Critical patent/CN115756733B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a container mirror image calling system and a container mirror image calling method, wherein the system comprises an application center module, a container mirror image library building module, an instruction center module and a starting module; the application center module is used for carrying out coding distribution on the obtained target application according to the coding rule to obtain a target application code and sending the target application code to the instruction center module; the container mirror image library construction module is used for constructing a plurality of container mirror images, establishing a container mirror image library, determining container mirror image library information and sending the container mirror image library information to the instruction center module; the instruction center module receives the codes and the container mirror library information, generates a target application starting instruction and sends the target application starting instruction to the starting module; and the starting module is used for receiving the starting instruction sent by the instruction center module and starting the target application corresponding to the code in the container mirror image corresponding to the target application code based on the instruction. Therefore, the container mirror image corresponding to the application can be directly called, the storage space of a warehouse can be greatly reduced, and the deployment efficiency of the application is improved.

Description

Container mirror image calling system and container mirror image calling method
Technical Field
The application relates to the technical field of computer application, in particular to a container mirror image calling system and a container mirror image calling method.
Background
At present, if a basic image is changed, all applications depending on the basic image are required to be repackaged according to a new basic image and retested.
Thus, when the number of applications is small, if the number of applications is small, for example, only a few applications or a dozen applications, the application dependent on the base image is repackaged according to the new base image, and the influence caused by retesting is low. But when the number of applications reaches a certain number, for example, the size of the applications reaches hundreds or even thousands, the deployment efficiency of the applications is extremely low.
Disclosure of Invention
In view of this, the present application provides a container mirror image calling system and a container mirror image calling method, which can directly call a container mirror image corresponding to an application, and improve deployment efficiency of the application.
In a first aspect, the present application provides a container mirror image calling system, which includes an application center module, a container mirror image library construction module, an instruction center module, and a start module;
the application center module is used for acquiring a target application, performing code distribution on the target application according to a preset coding rule to obtain a target application code, and sending the target application code to the instruction center module;
the container mirror image library construction module is used for constructing a plurality of container mirror images through predefined target files, establishing the container mirror image library according to the container mirror images, determining container mirror image library information and sending the container mirror image library information to the instruction center module;
the instruction center module is used for receiving the target application code and the container mirror library information, generating a target application starting instruction according to the target application code and the container mirror library information, and sending the target application starting instruction to the starting module;
the starting module is configured to receive the target application starting instruction sent by the instruction center module, and start the target application corresponding to the target application code in the container image corresponding to the target application code based on the target application starting instruction.
In a possible implementation manner, the application center module is configured to perform coding allocation on the target application according to a preset coding rule to obtain a target application code, and includes:
the application center module is used for storing the target application to a target file system to obtain a stored application, and performing coding distribution on the stored application based on a preset stored application coding table to obtain a target application code.
In one possible implementation, the container mirror library information includes: mirror versions of respective ones of the plurality of container images and executable application data of respective ones of the plurality of container images.
In a possible implementation manner, the instruction center module is configured to generate a target application start instruction according to the target application code and the container mirror library information, and includes:
the instruction center module is configured to determine target application data corresponding to the target application code, determine a target container mirror image from the executable application data of each container mirror image in the multiple container mirror images, bind the target application code and the target container mirror image, and generate the target application start instruction, where the executable application data of the target container mirror image is the same as the target application data.
In a possible implementation manner, the application center module is further configured to obtain an application code of the target application, an application name of the target application, an application main program of the target application, a start parameter of the target application, and an application version of the target application.
In a possible implementation manner, the starting module is configured to start, according to the target application starting instruction, a target application corresponding to the target application code in a container image corresponding to the target application code, and includes:
the starting module is used for determining the target application corresponding to the target application code according to the target application starting instruction, calling an application main program of the target application in a container mirror image corresponding to the target application code, and starting the target application through the application main program.
In a possible implementation manner, the starting module is further configured to determine that the target application has no security risk if the target application meets a preset security specification.
In a possible implementation manner, the starting module is further configured to store the target application corresponding to the target application code to a preset storage location.
In a possible implementation manner, the starting module is further configured to decompress the target application.
In a second aspect, the present application provides a container mirror image invoking method, where the container mirror image application method is executed by the container mirror image invoking system in the first aspect, and the container mirror image invoking system includes an application center module, a container mirror image library building module, an instruction center module, and a starting module;
the method comprises the following steps:
the application center module acquires a target application, performs code distribution on the target application according to a preset coding rule to obtain a target application code, and sends the target application code to the instruction center module;
the container mirror image base building module builds a plurality of container mirror images through predefined target files, builds the container mirror image base according to the container mirror images, determines container mirror image base information and sends the container mirror image base information to the instruction center module;
the instruction center module receives the target application code and the container mirror library information, generates a target application starting instruction according to the target application code and the container mirror library information, and sends the target application starting instruction to the starting module;
the starting module receives the target application starting instruction sent by the instruction center module, and starts the target application corresponding to the target application code in the container mirror image corresponding to the target application code based on the target application starting instruction.
Therefore, the application has the following beneficial effects:
the application provides a container mirror image calling system and a container mirror image calling method, wherein the system comprises an application center module, a container mirror image library construction module, an instruction center module and a starting module; the application center module is used for acquiring a target application, performing code distribution on the target application according to a preset coding rule to obtain a target application code, and sending the target application code to the instruction center module; the container mirror image library construction module is used for constructing a plurality of container mirror images through predefined target files, establishing the container mirror image library according to the container mirror images, determining container mirror image library information and sending the container mirror image library information to the instruction center module; the instruction center module is used for receiving the target application code and the container mirror library information, generating a target application starting instruction according to the target application code and the container mirror library information, and sending the target application starting instruction to the starting module; the starting module is configured to receive the target application starting instruction sent by the instruction center module, and start the target application corresponding to the target application code in the container image corresponding to the target application code based on the target application starting instruction. Therefore, the container mirror image corresponding to the application can be directly called, the storage space of a warehouse can be greatly reduced, and the deployment efficiency of the application is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a container mirror image invoking system according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of an application information composition provided in an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a mirror-image container according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of another container mirror call system provided in the embodiment of the present application;
fig. 5 is a schematic flowchart of a container mirror image invoking method according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In order to facilitate understanding and explaining the technical solutions provided by the embodiments of the present application, the following description will first describe the background art of the present application.
At present, when an application is built through a container docker, a yaml file is usually defined, the container is built based on a preset basic mirror image, then the container is pushed to a warehouse, and finally the container is released to be on-line, so that the application is built and deployed rapidly, and great help is brought to the improvement of the production efficiency.
Basically, the constructed containers for each application are constructed based on the base image, and the final form of each container is different.
This is very well done for a project, a yaml file. If the base image is changed, all applications depending on the base image often need to be repackaged, or even retested, with the new base image. The impact of such changes on the application is not particularly detailed when the number of applications is small, if only a few or a dozen. When the application scale reaches hundreds or even thousands, dozens or hundreds of teams are often arranged behind the application scale, and the labor consumption is very large. The harm to the business system caused by the non-business change is obvious.
In the process of carrying out cloud rendering research, an initial development mode is the same as a traditional mode, and an application constructs a mirror image. The application is submitted by different third-party developers, and the basic image is provided by the application. In the initial stage, because of the instability of the basic mirror image, the third-party application also needs to be continuously corrected, and huge workload is brought to all parties. In order to access the system in the application, a complete and unified set of specifications needs to be established by the third-party application, and various apis need to be developed at the same time, so as to perform unified monitoring and management, which not only increases the difficulty of both parties, but also sharply increases the coupling degree of the third-party application. Meanwhile, because each application is mirrored by a developer, each mirror needs to be pushed to a warehouse, and each mirror has the size of several GB, a great burden is also imposed on the storage resources of the server.
Based on the above analysis, it can be known that a scheme of one initiator can be used in a basic mirror image to construct a unified mirror image, and then corresponding applications are pulled through the initiator, and an agreed manner is installed for decompression, detection and starting. The third-party developer only needs to upload own application without constructing a mirror image by itself, so that the difficulty of the third party is reduced; meanwhile, as the third party only needs to use the uniform basic mirror image, the mirror image of the third party does not need to be pushed into the mirror image warehouse, and the storage size of the warehouse can be reduced by 80%.
The problems that in the prior art, the third-party application is complicated to construct, the degree of coupling of the third-party application is excessively high, the storage space of warehouse storage is greatly occupied, the deployment efficiency of the application is excessively low and the like can be solved.
The application provides a container mirror image calling system and a container mirror image calling method, wherein the system comprises an application center module, a container mirror image library construction module, an instruction center module and a starting module; the application center module is used for acquiring a target application, performing code distribution on the target application according to a preset coding rule to obtain a target application code, and sending the target application code to the instruction center module; the container mirror image library construction module is used for constructing a plurality of container mirror images through predefined target files, establishing the container mirror image library according to the container mirror images, determining container mirror image library information and sending the container mirror image library information to the instruction center module; the instruction center module is used for receiving the target application code and the container mirror library information, generating a target application starting instruction according to the target application code and the container mirror library information, and sending the target application starting instruction to the starting module; the starting module is configured to receive the target application starting instruction sent by the instruction center module, and start the target application corresponding to the target application code in the container mirror image corresponding to the target application code based on the target application starting instruction. Therefore, the container mirror image corresponding to the application can be directly called, the deployment efficiency of the application is improved, the construction complexity of developers is reduced, the intrusion to the system is reduced, and meanwhile, unified management and control are facilitated.
In order to facilitate understanding of the technical solutions provided by the embodiments of the present application, the following describes a container mirror calling system and a container mirror calling method provided by the embodiments of the present application with reference to the drawings.
The container mirror image calling system comprises an application center module, a container mirror image library building module, an instruction center module and a starting module, and the specific structure is shown in figure 1.
The application center module 101 is configured to obtain a target application, perform code distribution on the target application according to a preset coding rule to obtain a target application code, and send the target application code to the instruction center module.
Specifically, the application center module 101 stores the target application to a target file system to obtain a stored application, and performs code allocation on the stored application based on a preset stored application code table to obtain a target application code.
The step of obtaining the target application may be to obtain application information from an application database, and then obtain an application code of the target application, an application name of the target application, an application main program of the target application, a start parameter of the target application, an application version of the target application, a video resolution of the target application, a storage path of the target application, a file name of the target application, and the like from the application information, which are specifically shown in fig. 2.
The container mirror image library construction module 102 is configured to construct a plurality of container mirror images through a predefined target file, construct a container mirror image library according to the plurality of container mirror images, determine container mirror image library information, and send the container mirror image library information to the instruction center module 103. Wherein the container mirror library information may include: the mirror version of each container image in the plurality of container images, the executable application data of each container image in the plurality of container images, and the like are not specifically limited herein.
The container mirror library build module 102 may also perform container build using container technology and/or K8s technology.
And the instruction center module 103 is configured to receive the target application code and the container mirror library information, generate a target application start instruction according to the target application code and the container mirror library information, and send the target application start instruction to the start module.
Further, the instruction center module 103 may specifically generate the target application start instruction by determining target application data corresponding to the target application code, determining a target container mirror image from the executable application data of each container mirror image in the multiple container mirror images, binding the target application code and the target container mirror image to generate the target application start instruction, where the executable application data of the target container mirror image is the same as the target application data.
The starting module 104 is configured to receive a target application starting instruction sent by the instruction center module, and start a target application corresponding to the target application code in the container image corresponding to the target application code based on the target application starting instruction.
The further starting module 104 may determine, according to the target application starting instruction, a target application corresponding to the target application code; and calling the application main program of the target application in the container mirror image corresponding to the target application code to start the target application. Thus, the complexity of constructing the container of the developer is reduced, and the deployment efficiency of the application is improved.
The starting module can also judge that the target application conforms to the preset safety standard, and if the target application conforms to the preset safety standard, the target application is determined to have no safety risk. And storing the target application corresponding to the target application code to a preset storage position. Decompression processing can also be performed on the target application. The container mirror image calling system in the embodiment constructs a unified mirror image, then corresponding application is pulled through the starter, so that storage occupation can be greatly reduced, construction complexity of developers is reduced, invasion to the system is reduced, meanwhile, unified management and control are facilitated, and deployment efficiency of target application is improved.
Next, a detailed description is given of the container mirror calling system in the present application by using a specific application scenario example.
In the embodiment of the present application, the unified mirror image container is formed by a launcher, a third party application, and a basic mirror image, specifically referring to fig. 3.
The specific interaction process of the container mirror image calling system is that the application center, the instruction center and the monitoring center can send information to the unified mirror image container for interaction, and the specific interaction is shown in fig. 4.
The embodiment of the present application further provides a container mirror image calling method executed by the container mirror image calling system, and as the principle of the method for solving the problem is similar to that of the aforementioned container mirror image calling system, the implementation of the method may refer to the implementation of the container mirror image calling, and repeated details are not repeated.
As shown in fig. 5, the container mirror application method in the present application is executed by the above-mentioned container mirror call system, where the container mirror call system includes an application center module, a container mirror library construction module, an instruction center module, and a start module, and the container mirror application method includes the following steps S101 to S104.
S101, an application center module acquires a target application, performs code distribution on the target application according to a preset coding rule to obtain a target application code, and sends the target application code to an instruction center module;
s102, a container mirror library construction module constructs a plurality of container mirror images through predefined target files, constructs a container mirror library according to the container mirror images, determines container mirror library information and sends the container mirror library information to an instruction center module;
s103, the instruction center module receives the target application code and the container mirror library information, generates a target application starting instruction according to the target application code and the container mirror library information, and sends the target application starting instruction to the starting module;
and S104, a starting module receives a target application starting instruction sent by the instruction center module and starts a target application corresponding to the target application code in the container mirror image corresponding to the target application code based on the target application starting instruction.
It should be noted that, in the present specification, each embodiment is described in a progressive manner, and each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. The method disclosed by the embodiment corresponds to the system disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the description of the method part.
It should be understood that in the present application, "at least one" means one or more, "a plurality" means two or more. "and/or" for describing an association relationship of associated objects, indicating that there may be three relationships, e.g., "a and/or B" may indicate: only A, only B and both A and B are present, wherein A and B may be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one of the following" or similar expressions refer to any combination of these items, including any combination of the singular or plural items. For example, at least one (one) of a, b, or c, may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b and c may be single or plural.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising a … …" does not exclude the presence of another identical element in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. The system for calling the container mirror image is characterized by comprising an application center module, a container mirror image library building module, an instruction center module and a starting module;
the application center module is used for acquiring a target application, performing code distribution on the target application according to a preset coding rule to obtain a target application code, and sending the target application code to the instruction center module;
the container mirror image library construction module is used for constructing a plurality of container mirror images through predefined target files, establishing the container mirror image library according to the container mirror images, determining container mirror image library information and sending the container mirror image library information to the instruction center module;
the instruction center module is used for receiving the target application code and the container mirror library information, generating a target application starting instruction according to the target application code and the container mirror library information, and sending the target application starting instruction to the starting module;
the starting module is used for receiving the target application starting instruction sent by the instruction center module and starting the target application corresponding to the target application code in the container mirror image corresponding to the target application code based on the target application starting instruction;
the container mirror library information includes: a mirror version of each of the plurality of container mirrors and executable application data of each of the plurality of container mirrors;
the instruction center module is configured to generate a target application start instruction according to the target application code and the container mirror library information, and includes:
the instruction center module is configured to determine target application data corresponding to the target application code, determine a target container mirror image from the executable application data of each container mirror image in the multiple container mirror images, bind the target application code and the target container mirror image, and generate the target application start instruction, where the executable application data of the target container mirror image is the same as the target application data.
2. The system of claim 1, wherein the application center module is configured to perform code distribution on the target application according to a preset coding rule to obtain a target application code, and the method includes:
the application center module is used for storing the target application to a target file system to obtain a stored application, and performing coding distribution on the stored application based on a preset stored application coding table to obtain a target application code.
3. The system of claim 1, wherein the application center module is further configured to obtain an application code of the target application, an application name of the target application, an application main program of the target application, a start parameter of the target application, and an application version of the target application.
4. The system of claim 3, wherein the starting module is configured to start the target application corresponding to the target application code in the container image corresponding to the target application code according to the target application starting instruction, and includes:
the starting module is used for determining the target application corresponding to the target application code according to the target application starting instruction, calling an application main program of the target application in a container mirror image corresponding to the target application code, and starting the target application through the application main program.
5. The system of claim 1, wherein the starting module is further configured to determine that the target application has no security risk if the target application meets a preset security specification.
6. The system of claim 1, wherein the starting module is further configured to store the target application corresponding to the target application code in a preset storage location.
7. The system of claim 1, wherein the start module is further configured to decompress the target application.
8. A container mirror image calling method, wherein the container mirror image calling method is executed by the container mirror image calling system of any one of claims 1 to 7, and the container mirror image calling system comprises an application center module, a container mirror image library construction module, an instruction center module and a starting module;
the method comprises the following steps:
the application center module acquires a target application, performs code distribution on the target application according to a preset coding rule to obtain a target application code, and sends the target application code to the instruction center module;
the container mirror image base building module builds a plurality of container mirror images through predefined target files, builds the container mirror image base according to the container mirror images, determines container mirror image base information and sends the container mirror image base information to the instruction center module;
the instruction center module receives the target application code and the container mirror library information, generates a target application starting instruction according to the target application code and the container mirror library information, and sends the target application starting instruction to the starting module;
the starting module is used for receiving the target application starting instruction sent by the instruction center module and starting the target application corresponding to the target application code in the container mirror image corresponding to the target application code based on the target application starting instruction;
the container mirror library information includes: a mirror version of each of the plurality of container mirrors and executable application data of each of the plurality of container mirrors;
the instruction center module generates a target application starting instruction according to the target application code and the container mirror library information, and comprises the following steps:
the instruction center module determines target application data corresponding to the target application code, determines a target container mirror image from the executable application data of each container mirror image in the container mirror images, binds the target application code and the target container mirror image to generate the target application starting instruction, wherein the executable application data of the target container mirror image is the same as the target application data.
CN202310036104.7A 2023-01-10 2023-01-10 Container mirror image calling system and container mirror image calling method Active CN115756733B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310036104.7A CN115756733B (en) 2023-01-10 2023-01-10 Container mirror image calling system and container mirror image calling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310036104.7A CN115756733B (en) 2023-01-10 2023-01-10 Container mirror image calling system and container mirror image calling method

Publications (2)

Publication Number Publication Date
CN115756733A CN115756733A (en) 2023-03-07
CN115756733B true CN115756733B (en) 2023-04-14

Family

ID=85348943

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310036104.7A Active CN115756733B (en) 2023-01-10 2023-01-10 Container mirror image calling system and container mirror image calling method

Country Status (1)

Country Link
CN (1) CN115756733B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181587A (en) * 2020-09-18 2021-01-05 烽火通信科技股份有限公司 Software product deployment method and system based on docker technology
CN115220863A (en) * 2022-04-12 2022-10-21 特斯联科技集团有限公司 Operation and maintenance method and device for container application, computer equipment and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108156003A (en) * 2016-12-02 2018-06-12 中国移动通信有限公司研究院 A kind of application upgrade method and terminal, server, system
CN110413294B (en) * 2019-08-06 2023-09-12 中国工商银行股份有限公司 Service release system, method, device and equipment
CN111654533A (en) * 2020-05-13 2020-09-11 国云科技股份有限公司 Application automatic delivery system based on container environment
CN113010267A (en) * 2021-03-19 2021-06-22 中国建设银行股份有限公司 Container application production method and system
CN115248721A (en) * 2021-04-01 2022-10-28 华为云计算技术有限公司 Starting method of container application, mirror image management method and related equipment
CN113703730A (en) * 2021-08-30 2021-11-26 平安普惠企业管理有限公司 Continuous integration method and device, computer equipment and storage medium
CN115495196A (en) * 2022-09-21 2022-12-20 中国建设银行股份有限公司 Container mirror image compliance checking method and system for container cloud platform

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181587A (en) * 2020-09-18 2021-01-05 烽火通信科技股份有限公司 Software product deployment method and system based on docker technology
CN115220863A (en) * 2022-04-12 2022-10-21 特斯联科技集团有限公司 Operation and maintenance method and device for container application, computer equipment and storage medium

Also Published As

Publication number Publication date
CN115756733A (en) 2023-03-07

Similar Documents

Publication Publication Date Title
CN108153670B (en) Interface testing method and device and electronic equipment
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
CN108829588B (en) Processing method, deployment system and device for testing application program
CN112613041A (en) Container mirror image detection method and device, electronic equipment and storage medium
CN112256318B (en) Construction method and equipment for dependent product
CN111813378A (en) Code base construction system, method and related device
CN111367531A (en) Code processing method and device
CN115756733B (en) Container mirror image calling system and container mirror image calling method
CN112132530B (en) Visual dynamic flow arranging method and system
CN117290236A (en) Software testing method, device, computer equipment and computer readable storage medium
CN115729590A (en) Service deployment method, device, equipment and computer readable storage medium
CN114168446B (en) Simulation evaluation method and device for mobile terminal operation algorithm model
CN109814911A (en) Method, apparatus, computer equipment and storage medium for Manage Scripts program
CN115328457A (en) Method and device for realizing form page based on parameter configuration
CN115048107A (en) Code compiling method, system, electronic device and storage medium
CN114385318A (en) Parallel testing method, device and equipment based on kubernets
CN114564382A (en) Mobile terminal user interface test method based on data simulation and storage medium
CN114764335A (en) Method, device, terminal and storage medium for generating mirror image
CN113377682A (en) Service testing method and device
CN113407451A (en) Test method, device, equipment, storage medium and program product
CN112799797A (en) Task management method and device
CN113010744A (en) Graph data generation method and device, server and storage medium
CN115543227B (en) Cross-system data migration method, system, electronic device and storage medium
CN112130924B (en) Application system data analysis method and device
CN110457260B (en) File processing method, device, equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant