بونرا
خدمات
ابزارها
راهکارها
مداربان
راهنما
شروع با بونرا
  1. Home
  2. Developer tools
  3. Linux Mirror
Linux Mirror

A Bounera Linux mirror for faster updates, bootstrap and image builds

When every server, pipeline and base image has to fetch packages from distant mirrors, the lost time spreads quietly across the team. mirror.bounera.com exists to shorten that cycle.

APTAPKYUM/DNFmirror.bounera.com
Ops view
Linux Mirror
Linux Mirror
Why it matters
01

Updates and bootstrap are not background chores; they affect deployment speed, patching windows and the everyday reliability of the team.

Where it pays off most
02

CI runners, base images, new node bootstrap, security patching and any workflow where package install repeats.

Service host
03

mirror.bounera.com

Ecosystemmirror.bounera.com
aptapkdnfsync

Quick start

On Ubuntu, the fastest starting point is to switch both the archive and security repositories to Bounera and refresh package lists.

Ubuntu quick switch
bash
Ready command
Verified path
sudo sed -i 's|http://archive.ubuntu.com/ubuntu|https://mirror.bounera.com/ubuntu|g; s|http://security.ubuntu.com/ubuntu|https://mirror.bounera.com/ubuntu|g' /etc/apt/sources.list && sudo apt update

Manual and controlled setup

Choose your operating system to see the command that matches your setup.

On Ubuntu, switching both the archive and security repositories to Bounera is the cleanest everyday migration path.

For Ubuntu 22.04 and 24.04, this single line is usually enough.
Command for Ubuntu
bash
Ready command
Verified path
sudo sed -i 's|http://archive.ubuntu.com/ubuntu|https://mirror.bounera.com/ubuntu|g; s|http://security.ubuntu.com/ubuntu|https://mirror.bounera.com/ubuntu|g' /etc/apt/sources.list && sudo apt update

Manual and controlled setup

For cleaner rollouts, take a backup and write repository definitions explicitly before a wide change, especially when multiple distros or config-management tools are involved.

Ubuntu sources.list
bash
Ready command
Verified path
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak && printf 'deb https://mirror.bounera.com/ubuntu noble main restricted universe multiverse\ndeb https://mirror.bounera.com/ubuntu noble-updates main restricted universe multiverse\ndeb https://mirror.bounera.com/ubuntu noble-security main restricted universe multiverse\n' | sudo tee /etc/apt/sources.list >/dev/null && sudo apt update
Debian sources
bash
Ready command
Verified path
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak && printf 'deb https://mirror.bounera.com/debian bookworm main contrib non-free non-free-firmware\ndeb https://mirror.bounera.com/debian-security bookworm-security main contrib non-free non-free-firmware\n' | sudo tee /etc/apt/sources.list >/dev/null && sudo apt update
Alpine repositories
bash
Ready command
Verified path
printf '%s\n%s\n' 'https://mirror.bounera.com/alpine/v3.20/main' 'https://mirror.bounera.com/alpine/v3.20/community' | sudo tee /etc/apk/repositories >/dev/null && sudo apk update
CentOS / RHEL-like
bash
Ready command
Verified path
sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak && sudo sed -i 's|^mirrorlist=|#mirrorlist=|g; s|^#baseurl=http://mirror.centos.org|baseurl=https://mirror.bounera.com/centos|g' /etc/yum.repos.d/CentOS-*.repo && sudo yum makecache

What should you verify after the change?

  • Use `apt policy`, `apk policy` or `yum repolist` to confirm the new endpoint is actually active.
  • Run a real install of common packages so you can measure latency and throughput in the real workflow.
  • If you use cloud-init, Packer or Ansible, record the same change in the central bootstrap path too.

Safe rollback

  • If you backed up the repo files, rollback is simply restore plus another update or makecache run.
  • On production, always test the switch on a single node or template before wide rollout.
  • If you manage multiple files under `sources.list.d` or `yum.repos.d`, keep rollback coordinated across them.

Where this mirror makes the biggest difference

New machine bootstrap

When new nodes come up often, every second saved during initial install shows up multiple times.

CI and image builds

Any Docker build or machine image that installs packages benefits directly from a faster package source.

Security patching windows

When maintenance windows are short, the speed and predictability of the repository becomes operationally important.

بونرا

زیرساخت قابل‌اعتماد برای تیم‌های نرم‌افزاری.

معنای بونرا

برای ما بونرا یعنی یک پایه‌ی قابل‌اعتماد برای اجرا؛ جایی که زیرساخت، ابزارها و مسیر رشد تیم کنار هم قرار می‌گیرند.

خدمات

  • سرور مجازی
  • زیرساخت AI
  • کانتینر ابری
  • IaaS

منابع

  • مداربان
  • مستندات
  • ابزار توسعه‌دهندگان
  • دستیار هوش مصنوعی
  • اپلیکیشن‌های آماده
  • وبلاگ

شرکت

  • درباره ما
  • پشتیبانی
  • مشاوره
  • شروع با بونرا

شروع و پیگیری

اگر می‌خواهید شروع کنید، پشتیبانی بگیرید یا قدم بعدی را مشخص کنید، از این مسیرها وارد شوید.

شروع با بونراپشتیبانی
ایمیل فروش
sales@bounera.com

© بونرا. تمامی حقوق محفوظ است.