From 1155a9906b3324617d3e491f2f01b0175e43b522 Mon Sep 17 00:00:00 2001 From: Richard Höchenberger Date: Wed, 18 Oct 2023 01:45:04 +0200 Subject: Try connecting to Ubuntu keyserver on port 80 if default HKP port fails (#722) * Try Ubuntu keyserver on port 80 if default HKP port fails Closes #719 Closes #717 * Bump feature versions --------- Co-authored-by: Samruddhi Khandale --- src/git-lfs/devcontainer-feature.json | 2 +- src/git-lfs/install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/git-lfs') diff --git a/src/git-lfs/devcontainer-feature.json b/src/git-lfs/devcontainer-feature.json index dc61dea..998b0b5 100644 --- a/src/git-lfs/devcontainer-feature.json +++ b/src/git-lfs/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "git-lfs", - "version": "1.1.0", + "version": "1.1.1", "name": "Git Large File Support (LFS)", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git-lfs", "description": "Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.", diff --git a/src/git-lfs/install.sh b/src/git-lfs/install.sh index 3931099..3f9aa2f 100755 --- a/src/git-lfs/install.sh +++ b/src/git-lfs/install.sh @@ -15,6 +15,7 @@ GIT_LFS_ARCHIVE_ARCHITECTURES="amd64 arm64" GIT_LFS_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy" GIT_LFS_CHECKSUM_GPG_KEYS="0x88ace9b29196305ba9947552f1ba225c0223b187 0x86cd3297749375bcf8206715f54fe648088335a9 0xaa3b3450295830d2de6db90caba67be5a5795889" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com +keyserver hkp://keyserver.ubuntu.com:80 keyserver hkps://keys.openpgp.org keyserver hkp://keyserver.pgp.com" -- cgit v1.2.3