Skip to content

Files

Latest commit

6d02ed4 · Feb 13, 2025

History

History

rpm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2025
Nov 14, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 14, 2024
Jun 4, 2024
Jan 11, 2023

Building your own Docker rpm package

.rpm packages can be built from this directory with the following syntax

make rpm

Artifacts will be located in rpmbuild under the following directory structure: rpmbuild/$distro-$distro_version/

Building from local source

Specify the location of the source repositories for the engine and cli when building packages

  • ENGINE_DIR -> Specifies the directory where the engine code is located, eg: $GOPATH/src/github.com/docker/docker
  • CLI_DIR -> Specifies the directory where the cli code is located, eg: $GOPATH/src/github.com/docker/cli
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli rpm

Specifying a specific distro

make centos

Specifying a specific distro version

make centos-9

Building the for all distros

make rpm