File tree 9 files changed +24
-16
lines changed
nym-credential-proxy/nym-credential-proxy
9 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nym-api
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nym-credential-proxy/nym-credential-proxy
@@ -24,7 +25,7 @@ RUN cargo build --release
24
25
# see https://github.com/nymtech/nym/blob/develop/nym-credential-proxy/nym-credential-proxy/src/cli.rs for details
25
26
# -------------------------------------------------------------------
26
27
27
- FROM ubuntu:24.04
28
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:24.04
28
29
29
30
RUN apt update && apt install -yy curl ca-certificates
30
31
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nym-network-monitor
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
ARG GIT_REF=main
4
5
@@ -27,7 +28,7 @@ RUN cargo build --release
27
28
# see https://github.com/nymtech/nym/blob/develop/nym-node-status-agent/src/cli.rs for details
28
29
# -------------------------------------------------------------------
29
30
30
- FROM ubuntu:24.04
31
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:24.04
31
32
32
33
RUN apt-get update && apt-get install -y ca-certificates
33
34
@@ -37,4 +38,4 @@ COPY --from=builder /usr/src/nym/target/release/nym-node-status-agent ./
37
38
COPY --from=builder /usr/src/nym-vpn-client/nym-vpn-core/target/release/nym-gateway-probe ./
38
39
39
40
ENV NODE_STATUS_AGENT_PROBE_PATH=/nym/nym-gateway-probe
40
- ENTRYPOINT [ "/nym/nym-node-status-agent" , "run-probe" ]
41
+ ENTRYPOINT [ "/nym/nym-node-status-agent" , "run-probe" ]
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nym-node-status-api
@@ -26,7 +27,7 @@ RUN cargo build --release
26
27
# see https://github.com/nymtech/nym/blob/develop/nym-node-status-api/src/cli.rs for details
27
28
# -------------------------------------------------------------------
28
29
29
- FROM ubuntu:24.04
30
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:24.04
30
31
31
32
RUN apt-get update && apt-get install -y ca-certificates
32
33
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22.04
1
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:22.04
2
2
3
3
RUN apt-get update && apt-get install -y ca-certificates
4
4
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nym-node
@@ -65,7 +66,7 @@ RUN cargo build --release
65
66
# see https://github.com/nymtech/nym/blob/develop/nym-node/src/env.rs for details
66
67
# -------------------------------------------------------------------
67
68
68
- FROM ubuntu:24.04
69
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:24.04
69
70
70
71
WORKDIR /nym
71
72
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nym-validator-rewarder
@@ -16,7 +17,7 @@ RUN cargo build --release
16
17
# see https://github.com/nymtech/nym/blob/develop/nym-validator-rewarder/src/cli/mod.rs for details
17
18
# -------------------------------------------------------------------
18
19
19
- FROM ubuntu:24.04
20
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:24.04
20
21
21
22
RUN apt-get update && apt-get install -y ca-certificates
22
23
Original file line number Diff line number Diff line change 1
- FROM rust:latest AS builder
1
+ # this will only work with VPN, otherwise remove the harbor part
2
+ FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
2
3
3
4
COPY ./ /usr/src/nym
4
5
WORKDIR /usr/src/nym/nyx-chain-watcher
@@ -21,7 +22,7 @@ RUN cargo build --release
21
22
# and https://github.com/nymtech/nym/blob/develop/nyx-chain-watcher/src/env.rs for env vars
22
23
# -------------------------------------------------------------------
23
24
24
- FROM ubuntu:24.04
25
+ FROM harbor.nymte.ch/dockerhub/ ubuntu:24.04
25
26
26
27
RUN apt update && apt install -yy curl ca-certificates
27
28
You can’t perform that action at this time.
0 commit comments