From 41aa219d395c773b03dc3c072db0a7c5f6fa9138 Mon Sep 17 00:00:00 2001 From: EasterRobert Date: Thu, 29 Jan 2026 15:08:03 +0100 Subject: [PATCH] docs: add link to official docker packages Added a direct link to GitHub Packages in README.md to help users find specific image tags and versions more easily. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cbaad17..efd1af23 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [ # For testnet with a specific client: NETWORK_ENV=.env.sepolia CLIENT=reth docker compose up --build ``` + You can find the official Base node images on [GitHub Packages](https://github.com/base-org/node/pkgs/container/node). It is recommended to use the latest stable tag for production environments. ### Supported Clients