diff --git a/Dockerfile b/Dockerfile index 1676b36..0d37e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM golang:1.8.1-alpine as builder -COPY ./ /go/src/github.com/infinityworksltd/docker-hub-exporter/ +COPY ./ /go/src/github.com/infinityworks/docker-hub-exporter/ -WORKDIR /go/src/github.com/infinityworksltd/docker-hub-exporter/cmd/exporter/ +WORKDIR /go/src/github.com/infinityworks/docker-hub-exporter/cmd/exporter/ RUN apk --update add ca-certificates \ && apk --update add --virtual build-deps git @@ -19,7 +19,7 @@ RUN addgroup exporter \ && adduser -S -G exporter exporter \ && apk --update --no-cache add ca-certificates -COPY --from=builder /go/src/github.com/infinityworksltd/docker-hub-exporter/cmd/exporter/exporter . +COPY --from=builder /go/src/github.com/infinityworks/docker-hub-exporter/cmd/exporter/exporter . USER exporter diff --git a/cmd/exporter/main.go b/cmd/exporter/main.go index f365023..09a3c5e 100644 --- a/cmd/exporter/main.go +++ b/cmd/exporter/main.go @@ -10,7 +10,7 @@ import ( "fmt" - exporter "github.com/infinityworksltd/docker-hub-exporter" + exporter "github.com/infinityworks/docker-hub-exporter" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) @@ -76,7 +76,7 @@ func main() {
For more information, visit GitHub
+For more information, visit GitHub