https://github.com/runlevel5/copr-build-docker
COPR build for Docker
https://github.com/runlevel5/copr-build-docker
Last synced: 29 days ago
JSON representation
COPR build for Docker
- Host: GitHub
- URL: https://github.com/runlevel5/copr-build-docker
- Owner: runlevel5
- Created: 2021-03-14T02:49:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T02:51:56.000Z (over 5 years ago)
- Last Synced: 2026-02-17T08:19:46.364Z (4 months ago)
- Language: Makefile
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker build on copr
This is the rpm spec for generating rpm and/or src.rpm to build [docker](https://www.docker.com/).
The resulting builds can be found on https://copr.fedorainfracloud.org/coprs/runlevel5/docker/.
## build it yourself
The `./Makefile` has a couple of convenience targets.
Notably:
```shell
make srpm
```
Will produce you a src.rpm, for use on your own copr, or build system, or even then:
```shell
rpmbuild --rebuild ...src.rpm
```
If you are building local, just:
```shell
make rpm
```
which builds through to the binary rpm.
## Major versions
This git repo, `main` will track my latest iteration on the build.
But as upstream docker have a release cycle for major version with breaking changes, there will be a corresponding branch.
## Prior versions
If you need a prior version than is found on the COPR repo, check out the [tagged releases](https://github.com/vbatts/copr-build-docker/releases).
(Whether downloading that source bundle or git checkout the tag)