Tag

image-build

0 views collected around this technical thread.

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.

DockerGocloud-native
0 likes · 8 min read
Kubernetes Development Practice: Code Compilation and Image Building
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.

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