build-and-push-image

Builds Docker images and validates them for NPA workbench deployment on Nebius infrastructure.

17|8|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/nebius/nebius-physical-ai --skill build-and-push-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-and-push-image
Source: https://github.com/nebius/nebius-physical-ai/tree/main/skills/atomic/build-and-push-image
Command: npx skills add https://github.com/nebius/nebius-physical-ai --skill build-and-push-image

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the complexity of managing container image lifecycles for Nebius Physical AI workflows, ensuring that Dockerfiles, registry tags, and image manifests remain synchronized and compliant with security standards.

Core Features & Use Cases

  • Registry Management: Automates the resolution of container registry settings and authentication tokens.
  • Deployment Compliance: Enforces packaging contracts, including non-root user requirements and health check configurations.
  • Use Case: When updating a workbench tool, use this skill to build, tag, and validate the container image against the project's manifest, ensuring the new image is ready for deployment on GPU clusters.

Quick Start

Use the build-and-push-image skill to build and validate the container image for the current workbench tool according to the project packaging contract.

Frequently Asked Questions about build-and-push-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and push Docker container images to a Nebius registry?

To build and push Docker container images to a Nebius registry, you need a workflow that automates registry authentication, applies correct tagging, and validates the image against your project manifest. This skill manages that end-to-end process using Docker buildx.

What is container image deployment compliance for Nebius Physical AI workbenches?

Container image deployment compliance for Nebius Physical AI workbenches requires enforcing packaging contracts during the build process, such as configuring non-root user permissions and setting up health checks to ensure images meet internal security baselines before deployment.

Do I need Docker buildx to build and validate workbench container images?

Yes, you need Docker buildx to build and validate workbench container images using this workflow. It is a required dependency for executing the builds and ensuring the resulting images adhere to the required packaging contracts.

How do I synchronize Dockerfile tags with image manifests for GPU cluster deployment?

To synchronize Dockerfile tags with image manifests for GPU cluster deployment, you must automate the resolution of registry settings and enforce manifest consistency. This skill validates that your image tags match the project packaging contract before pushing.

What are the limitations of automating container lifecycle management for Nebius infrastructure?

Limitations of automating container lifecycle management for Nebius infrastructure include strict adherence to internal security baselines for service and job images, and the requirement to use Docker buildx, which may not support custom build pipelines outside these specified packaging contracts.