-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1327 from IQTLabs/renovate/github.com-iqtlabs-fau…
…cetconfrpc-0.x Update module github.com/iqtlabs/faucetconfrpc to v0.55.72
- Loading branch information
Showing
1,412 changed files
with
536,886 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
FROM golang:1.23 AS build | ||
FROM ubuntu:24.04 AS builder | ||
LABEL maintainer="Charlie Lewis <[email protected]>" | ||
RUN apt-get update && apt-get install -y --no-install-recommends \ | ||
golang ca-certificates | ||
COPY . /go/src/dovesnap | ||
WORKDIR /go/src/dovesnap | ||
RUN go build -o /out/dovesnap . | ||
RUN go build -o /dovesnap . | ||
|
||
FROM ubuntu:24.04 | ||
COPY --from=build /out/dovesnap / | ||
RUN apt-get update && apt-get install -y --no-install-recommends \ | ||
iptables dbus && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
RUN update-alternatives --set iptables /usr/sbin/iptables-legacy | ||
RUN apt-get update && apt-get install -y --no-install-recommends \ | ||
ethtool iproute2 \ | ||
openvswitch-common \ | ||
openvswitch-switch \ | ||
udhcpc && \ | ||
ethtool iproute2 openvswitch-common openvswitch-switch \ | ||
udhcpc golang && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
WORKDIR / | ||
COPY --from=builder /dovesnap/ . | ||
COPY udhcpclog.sh /udhcpclog.sh | ||
ENTRYPOINT ["/dovesnap"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,51 @@ | ||
module dovesnap | ||
|
||
go 1.21 | ||
|
||
toolchain go1.23.1 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/docker/docker v27.3.1+incompatible | ||
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8 | ||
github.com/docker/libnetwork v0.8.0-dev.2.0.20200219012139-4f65d685bdf9 | ||
github.com/iqtlabs/faucetconfrpc v0.55.71 | ||
github.com/iqtlabs/faucetconfrpc v0.55.72 | ||
github.com/kenshaw/baseconv v0.1.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/vishvananda/netlink v1.3.0 | ||
google.golang.org/grpc v1.67.0 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect | ||
github.com/distribution/reference v0.5.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/distribution/reference v0.6.0 // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/godbus/dbus v4.1.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect | ||
go.opentelemetry.io/otel v1.22.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect | ||
go.opentelemetry.io/otel v1.30.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.22.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.30.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.22.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.22.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.30.0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
golang.org/x/tools v0.25.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gotest.tools/v3 v3.0.3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.