mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user