From 898673c600b0da3617368de412ceacb28b9097d5 Mon Sep 17 00:00:00 2001 From: Manu Gupta Date: Sat, 4 Dec 2021 19:46:27 -0800 Subject: [PATCH] Deprecate bzr as it is unmaintained. (#1742) Alpine moved bzr to unmaintained status. See https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10000 --- cmd/proxy/Dockerfile | 4 ++-- docs/content/configuration/authentication.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/proxy/Dockerfile b/cmd/proxy/Dockerfile index 650b192e..33806911 100644 --- a/cmd/proxy/Dockerfile +++ b/cmd/proxy/Dockerfile @@ -6,7 +6,7 @@ # See project Makefile if using make. # See docker --build-arg if building directly. ARG GOLANG_VERSION=1.17 -ARG ALPINE_VERSION=3.14.2 +ARG ALPINE_VERSION=3.15 FROM golang:${GOLANG_VERSION}-alpine AS builder @@ -29,7 +29,7 @@ COPY --from=builder /usr/local/go/bin/go /bin/go RUN chmod 644 /config/config.toml # Add tini, see https://github.com/gomods/athens/issues/1155 for details. -RUN apk add --update bzr git git-lfs mercurial openssh-client subversion procps fossil tini && \ +RUN apk add --update git git-lfs mercurial openssh-client subversion procps fossil tini && \ mkdir -p /usr/local/go EXPOSE 3000 diff --git a/docs/content/configuration/authentication.md b/docs/content/configuration/authentication.md index 646ad327..584ccf03 100644 --- a/docs/content/configuration/authentication.md +++ b/docs/content/configuration/authentication.md @@ -55,6 +55,8 @@ weight: 2 ## Bazaar(bzr) private repositories +* Bazaar is not supported with the Dockerfile provided by Athens. but the instructions are valid for custom Athens build with bazaar.* + 1. Bazaaar config files are located in - Unix