Mirantis / Mirantis/cri-dockerd
Package the systemd service and socket files with tarballs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 356
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 3
Description
Expected Behavior
The release tar files contains everything needed to install cri-dockerd on a system.
Actual Behavior
The tar files contain the cri-dockerd binaries but none of the needed systemd configuration files. The current installation instructions make it sound like the systemd files are available within the tar file but they are not. A user must download the systemd files separately from within the source tree of the project.
Steps to Reproduce the Problem
- Download a tar file
- Untar the file
tar -zxvf cri-dockerd-03.4.amd64.tgz - Enter the created directory
cd cri-dockerd - See that there are no systemd files included
Specifications
- Version: 0.3.4
- Platform: linux
- Subsystem: amd64, arm64
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the release tar files are built and compare their contents with the systemd service and socket files in the source tree. Check the installation instructions for the expected locations, then verify that tarballs for amd64 and arm64 include the needed systemd files and can be unpacked for installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, linux
- Domain
- build-system, operating-systems, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100