forked from m3db/m3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
188 changed files
with
760 additions
and
690 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM golang:1.16-stretch | ||
FROM golang:1.18-stretch | ||
|
||
RUN apt-get update && apt-get install -y lsof |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# stage 1: build | ||
FROM golang:1.16.5-alpine3.13 AS builder | ||
FROM golang:1.18-alpine3.15 AS builder | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
# Install deps | ||
|
@@ -15,7 +15,7 @@ RUN cd /go/src/github.com/m3db/m3/ && \ | |
make m3aggregator-linux-amd64 | ||
|
||
# stage 2: lightweight "release" | ||
FROM alpine:3.11 | ||
FROM alpine:3.15 | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
EXPOSE 5000/tcp 6000/tcp 6001/tcp | ||
|
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,5 +1,5 @@ | ||
# stage 1: build | ||
FROM golang:1.16.5-alpine3.13 AS builder | ||
FROM golang:1.18-alpine3.15 AS builder | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
# Install deps | ||
|
@@ -15,7 +15,7 @@ RUN cd /go/src/github.com/m3db/m3/ && \ | |
make m3coordinator-linux-amd64 | ||
|
||
# stage 2: lightweight "release" | ||
FROM alpine:3.11 | ||
FROM alpine:3.14 | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
# Provide timezone data to allow TZ environment variable to be set | ||
|
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,5 +1,5 @@ | ||
# stage 1: build | ||
FROM golang:1.16.5-alpine3.13 AS builder | ||
FROM golang:1.18-alpine3.15 AS builder | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
# Install deps | ||
|
@@ -15,7 +15,7 @@ RUN cd /go/src/github.com/m3db/m3/ && \ | |
make m3dbnode-linux-amd64 | ||
|
||
# Stage 2: lightweight "release" | ||
FROM alpine:3.11 | ||
FROM alpine:3.15 | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
ENV GODEBUG madvdontneed=1 | ||
|
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,5 +1,5 @@ | ||
# stage 1: build | ||
FROM golang:1.16.5-alpine3.13 AS builder | ||
FROM golang:1.18-alpine3.15 AS builder | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
# Install deps | ||
|
@@ -15,7 +15,7 @@ RUN cd /go/src/github.com/m3db/m3/ && \ | |
make m3dbnode-linux-amd64 | ||
|
||
# Stage 2: lightweight "release" | ||
FROM alpine:3.11 | ||
FROM alpine:3.15 | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
ENV GODEBUG madvdontneed=1 | ||
|
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,5 +1,5 @@ | ||
# stage 1: build | ||
FROM golang:1.16.5-alpine3.13 AS builder | ||
FROM golang:1.18-alpine3.15 AS builder | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
# Install deps | ||
|
@@ -15,7 +15,7 @@ RUN cd /go/src/github.com/m3db/m3/ && \ | |
make m3query-linux-amd64 | ||
|
||
# stage 2: lightweight "release" | ||
FROM alpine:3.11 | ||
FROM alpine:3.15 | ||
LABEL maintainer="The M3DB Authors <[email protected]>" | ||
|
||
EXPOSE 7201/tcp 7203/tcp | ||
|
Oops, something went wrong.