Deprecate bzr as it is unmaintained. (#1742)

Alpine moved bzr to unmaintained status. See
https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10000
This commit is contained in:
Manu Gupta
2021-12-04 19:46:27 -08:00
committed by GitHub
parent 38a3039a21
commit 898673c600
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
# See project Makefile if using make. # See project Makefile if using make.
# See docker --build-arg if building directly. # See docker --build-arg if building directly.
ARG GOLANG_VERSION=1.17 ARG GOLANG_VERSION=1.17
ARG ALPINE_VERSION=3.14.2 ARG ALPINE_VERSION=3.15
FROM golang:${GOLANG_VERSION}-alpine AS builder 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 RUN chmod 644 /config/config.toml
# Add tini, see https://github.com/gomods/athens/issues/1155 for details. # 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 mkdir -p /usr/local/go
EXPOSE 3000 EXPOSE 3000
@@ -55,6 +55,8 @@ weight: 2
## Bazaar(bzr) private repositories ## 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 1. Bazaaar config files are located in
- Unix - Unix