Tag

Image Build

1 views collected around this technical thread.

JD Cloud Developers
JD Cloud Developers
Nov 7, 2023 · Cloud Native

How OneBuild Cuts Docker Image Build Time by 66% with Multi‑Stage Reuse

This article introduces the OneBuild approach for cloud‑native image delivery, detailing how standardized Dockerfiles and shell scripts enable a single build to be reused across multiple deployments, cutting build time from 21 minutes to 7 minutes and improving efficiency by 66 %.

AutomationCI/CDCloud Native
0 likes · 12 min read
How OneBuild Cuts Docker Image Build Time by 66% with Multi‑Stage Reuse
TAL Education Technology
TAL Education Technology
Sep 21, 2023 · Cloud Native

Kubernetes Development Practice: Code Compilation and Image Building

This guide walks through preparing the hardware and software environment, cloning the Kubernetes source, checking out a specific tag, compiling the code, building release images with appropriate build parameters, extracting and loading the images, and updating static manifests for custom Kubernetes deployments.

Cloud NativeDockerGo
0 likes · 8 min read
Kubernetes Development Practice: Code Compilation and Image Building
Top Architect
Top Architect
Jul 28, 2023 · Cloud Native

Docker Containerization: Building Images, Setting Up a Private Registry, and Deploying with Docker Compose

This tutorial explains the advantages of Docker containerization, shows how to write a Dockerfile, build and tag images, configure a private Docker Registry with Docker‑Compose, push and pull images, and finally run the services using Docker‑Compose, providing a complete end‑to‑end workflow.

ContainerizationDockerDocker-Compose
0 likes · 12 min read
Docker Containerization: Building Images, Setting Up a Private Registry, and Deploying with Docker Compose
Selected Java Interview Questions
Selected Java Interview Questions
Mar 30, 2023 · Cloud Native

Docker Container Deployment: Building Images, Setting Up a Private Registry, and Running Services

This guide explains the advantages of Docker containerization, shows how to write a Dockerfile and build a custom image, details the creation of a private Docker Registry with Docker‑Compose and a Web UI, and demonstrates tagging, pushing, pulling, and running the image in production.

ContainerizationDockerDocker-Compose
0 likes · 9 min read
Docker Container Deployment: Building Images, Setting Up a Private Registry, and Running Services