From 0f51a1f3a7109fd0ca7ebf23e468ad8a1f5df59b Mon Sep 17 00:00:00 2001 From: Ahmet Ibrahim Aksoy Date: Tue, 1 Oct 2024 12:56:31 +0200 Subject: [PATCH] Add prereqs to publishing alpine package docs --- docs/Release.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Release.md b/docs/Release.md index d3ae7e0211..405fdec08c 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -104,7 +104,10 @@ When testing the pipeline, please make sure to comment out the PMC cli commands ### Publishing MsQuic for Alpine -1. Run `generate-alpine-packaging-file.ps1` script to create `APKBUILD` file for the release. (This script can run on any Linux distro.) +Prerequisites: +- Docker + +1. Run `generate-alpine-packaging-file.ps1` script on host computer to create `APKBUILD` file for the release. (This script can run on any Linux distro, and this script will create a docker alpine container to calculate hash keys in APKBUILD file) 1. If you don't have account for [AlpineLinux GitLab](https://gitlab.alpinelinux.org). Create an account and [configure your SSH](https://docs.gitlab.com/ee/user/ssh.html). 1. If you didn't fork `aports` repository yet, Fork `https://gitlab.alpinelinux.org/alpine/aports`. 1. Clone `https://gitlab.alpinelinux.org//aports` repository.