docker tags change

This commit is contained in:
Grant Limberg 2023-07-06 10:12:29 -07:00
parent 0962af5e72
commit 2fbd5dc828
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
4 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Dockerfile for ZeroTier Central Controllers
FROM us-central1-docker.pkg.dev/zerotier-central/zerotier/ctlbuild:latest as builder
FROM registry.zerotier.com/zerotier/ctlbuild:latest as builder
MAINTAINER Adam Ierymekno <adam.ierymenko@zerotier.com>, Grant Limberg <grant.limberg@zerotier.com>
ADD . /ZeroTierOne
RUN export PATH=$PATH:~/.cargo/bin && cd ZeroTierOne && make clean && make central-controller -j8
FROM us-central1-docker.pkg.dev/zerotier-central/zerotier/ctlrun:latest
FROM registry.zerotier.com/zerotier/ctlrun:latest
COPY --from=builder /ZeroTierOne/zerotier-one /usr/local/bin/zerotier-one
RUN chmod a+x /usr/local/bin/zerotier-one
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/usr-local-lib64.conf && ldconfig

View file

@ -1,4 +1,4 @@
registry = us-central1-docker.pkg.dev/zerotier-central/zerotier
registry = registry.zerotier.com/zerotier
all: controller-builder controller-runbase