Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id C32E02231DE for <~alpine/devel@lists.alpinelinux.org>; Sat, 29 Mar 2025 01:22:46 +0000 (UTC) Received: by mail-lf1-x136.google.com with SMTP id 2adb3069b0e04-54989702b36so297012e87.2 for <~alpine/devel@lists.alpinelinux.org>; Fri, 28 Mar 2025 18:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1743211363; x=1743816163; darn=lists.alpinelinux.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=Dhhn3aNjp0snNS97Exf4V7W+lKmJsHxnUYDuZJVjLvg=; b=nsX+ITNUeWD3n0c6CHhtrD8wRZwYvnz+Zp43unr3fu8VmbWni6Eh7sUVK6xedS6pQV CVzVwIkbN9E73t7b0mWCvsYcaYHC6Aq8FxSXtVOwxKcVtttu+7PtDcYr4PVCgvXj+CVg R+Tlaik+L8j3pWoM4BdOoheYb0wmx7BPU1xorvF5fXtBtzLWvbUSMEjZo+DCLd9lH/tg nRm4sI+PJ3ZhQLoNieEgpVvrmwl8VsQU47OKoHCwYa3nfHxEIeVEdP55DY878I9K25CL NO9EbGAy8Lu4l8TFyiuFYqXWuHE1GMqZKgNf0USk1qkIg12jbHoU6aUVwD+H84LM7O/p JL7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743211363; x=1743816163; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Dhhn3aNjp0snNS97Exf4V7W+lKmJsHxnUYDuZJVjLvg=; b=dnerqqXLgaQoFNQ7s/+cyB6bqDDM3loS5R554eX0NS7yJfAxzgu/qiHN8vaDWFXk9W h3eZbCRRTmL7MlgNWSDw7gygnrtxJso+42mPYP0i2t9tihVazmH5g7XHg/8crPTTZ/kt GlM3Xr9ZAxjzK70vefJjA/yp9XS5PZW3UtweFJAjeBJlI8jNW9Bf2pp/K1gLPG8RAwq5 0veqEsACE0nkl6W+tvuybE7qEaRxL9k6opMAcXWkhNAQg2X//ldr5mv3cXq3m+aQSAJq 4s1zEYoI3SuyJAOoUQaMsqoTEVbORYImwpXTchEumCA0iD5pwFApsZH5mq4v3ZkBVpG7 q6Lw== X-Gm-Message-State: AOJu0YymKFl3+Ukjm0fq6Dp6DiA4Xmlx6ksUvIsCvvi/JK/RaqWD21mS Irv/alhSbdRrsjznN9BPguhapWkgfY9ujLOZ/kr7Rz2PGBYFnTHijxx0JlbPr+ao1T9c1QwAkor Fv4exn/P3Qfm08V9ORzFDzuzrxb+T7MLx X-Gm-Gg: ASbGncv170ieqMm/r4I64Ae0ClJR049+xWXdbypu/Xe+wCDgdbuqz43UpXHGden198l eaZcpzZYJNS0XCptpIkDOEd8Ck5/DMGuQpzWCjnzPSumiSVmdsw3wJntn0v0A0MkY4RHJ6PPMXI 8qUo04IUl7Rs8h25HO1HLrpUqKrKIffj1FoScGbDckPB2IBltwEgrzKbi89KB+ X-Google-Smtp-Source: AGHT+IGTS3m/OOWFbg8+oaaBMgbZaSlTcJTOtP42mlUG6ooURS4jghPleAU3EV8j/kotkpK3mmpt/IqQlDzFIP/C1kU= X-Received: by 2002:a05:651c:3132:b0:308:f75f:435 with SMTP id 38308e7fff4ca-30ddfdc2b9amr1666811fa.0.1743211363289; Fri, 28 Mar 2025 18:22:43 -0700 (PDT) MIME-Version: 1.0 From: Samuel Marks Date: Fri, 28 Mar 2025 19:22:32 -0600 X-Gm-Features: AQ5f1JpSWGhv1O9WnmaVjwW_sRmIfnNtbIOzpsGR_9JM5lbqBNEfZWXNaTwGDSM Message-ID: Subject: Proposal: Official packer Alpine Linux builds for VMware, VirtualBox, hyperv, parallels, qemu, vagrant To: ~alpine/devel@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" 4 years ago there was a proposal https://lists.alpinelinux.org/~alpine/devel/%3C134020455.7nPEQRCJ1u%40nanabozho%3E#%3C10813274.9PHECs272x@nanabozho%3E For my use-case it would be great to have vagrant support for amd64 and arm64 so that I can have a nice test pipeline for my [open-source] 1-click deploy solutions (testing with/without Docker across many Linux [& other] distributions). I've started working on it here, contributing to the Chef folk who have nice predefined scripts for building multiple platforms https://github.com/chef/bento/pull/1608 My one hangup with packer is it's not open-source anymore. Not sure if you've come across an open-source alternative or open-source fork? Anyway it would be great to gain interest from and work to maintain this [officially]. Thanks for your consideration, Samuel Marks github.com/SamuelMarks