Mirantis / Mirantis/cri-dockerd

Package the systemd service and socket files with tarballs

Open
#249 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

build documentation good first issue
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

  1. Download a tar file
  2. Untar the file tar -zxvf cri-dockerd-03.4.amd64.tgz
  3. Enter the created directory cd cri-dockerd
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.