[Tools-discuss] Docker image w/the latest kramdown-rfc2629

Lars Eggert <lars@eggert.org> Mon, 08 February 2021 11:40 UTC

Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E549C3A167C for <tools-discuss@ietfa.amsl.com>; Mon, 8 Feb 2021 03:40:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wa9uCi5v6QRt for <tools-discuss@ietfa.amsl.com>; Mon, 8 Feb 2021 03:40:38 -0800 (PST)
Received: from mail.eggert.org (mail.eggert.org [91.190.195.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 88EB23A1664 for <tools-discuss@ietf.org>; Mon, 8 Feb 2021 03:40:38 -0800 (PST)
Received: from [IPv6:2a00:ac00:4000:400:3432:1075:bc23:fd00] (unknown [IPv6:2a00:ac00:4000:400:3432:1075:bc23:fd00]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id 7BA7C60027B for <tools-discuss@ietf.org>; Mon, 8 Feb 2021 13:40:29 +0200 (EET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1612784429; bh=7O6VFpjz7EkfWFqQpVfQ3ojbmCQb1CedXJ5H7LwCPtc=; h=From:Subject:Date:To; b=wAbf16FH8vByIF6uzMxKnuJk0H2d5iQgzb0ElTtuez+9gSxASvf8LWfDiHUzukb/Z 0G/Pcz/iLTtagh1W5asX5iLXQ+nlwsxEtaNx7ltqZJxy6Jrwhp1RLJwc9VSfqZoFIS qk+EUCITuxmL0Ks4KSZ2kz9mG7Gz8hulX/QDYQF0=
From: Lars Eggert <lars@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_1AF545EF-B757-428E-8F47-9999D2556B72"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\))
Message-Id: <B9B95AC1-7A5B-47B0-AC36-6133AF291E24@eggert.org>
Date: Mon, 08 Feb 2021 13:40:27 +0200
To: tools-discuss <tools-discuss@ietf.org>
X-MailScanner-ID: 7BA7C60027B.A4C5C
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/t42q48eLBGdPEqSd9nKVqo-06vE>
Subject: [Tools-discuss] Docker image w/the latest kramdown-rfc2629
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Feb 2021 11:40:47 -0000

Hi,

in case folks would like to experiment, https://github.com/larseggert/i-d-toolchain is a repo auto-building a docker image with the latest kramdown-rfc2629 and all dependencies installed.

Images are at https://github.com/larseggert/i-d-toolchain/packages/608841

There's an example on how to use it in the README at the repo above.

(This is similar in spirit to https://github.com/paulej/rfctools, but that only seems to have xml2rfc installed, uses a base image that has a bigger footprint, and hasn;t been updated in some years. Oh, and it has mmark which mine doesn't yet.)

I intend to add other tools such as idnits at some point. Maybe someone beats me to it by sending PRs...

Lars