File tree 4 files changed +47
-7
lines changed
4 files changed +47
-7
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.10.0
16
- RUN go get github.com/codegangsta/negroni \
17
- github.com/gorilla/mux \
18
- github.com/xyproto/simpleredis/v2
15
+ FROM golang:1.22.3
19
16
WORKDIR /app
20
- ADD ./main.go .
17
+ COPY go.mod go.sum ./main.go ./
18
+ RUN go mod download
21
19
RUN CGO_ENABLED=0 GOOS=linux go build -o main .
22
20
23
21
FROM scratch
Original file line number Diff line number Diff line change 16
16
17
17
# Usage:
18
18
# [VERSION=v3] [REGISTRY="staging-k8s.gcr.io"] make build
19
- VERSION? =v3
19
+ VERSION? =v4
20
20
REGISTRY? =staging-k8s.gcr.io
21
21
22
22
release : clean build push clean
23
23
24
+ # validates changes in go.mod and resolves Go module's dependency details
25
+ go.sum : go.mod
26
+ go mod tidy
27
+
28
+ # creates a go module in the directory
29
+ go.mod :
30
+ go mod init example.com/k8s-examples/guestbook
31
+
24
32
# builds a docker image that builds the app and packages it into a minimal docker image
25
- build :
33
+ build : go.sum
26
34
docker buildx build --load -t ${REGISTRY} /guestbook:${VERSION} .
27
35
28
36
# push the image to an registry
Original file line number Diff line number Diff line change
1
+ module example.com/k8s-examples/guestbook
2
+
3
+ go 1.22.3
4
+
5
+ require (
6
+ github.com/codegangsta/negroni v1.0.0
7
+ github.com/gorilla/mux v1.8.1
8
+ github.com/xyproto/simpleredis/v2 v2.6.5
9
+ )
10
+
11
+ require (
12
+ github.com/gomodule/redigo v1.8.9 // indirect
13
+ github.com/xyproto/pinterface v1.5.3 // indirect
14
+ )
Original file line number Diff line number Diff line change
1
+ github.com/codegangsta/negroni v1.0.0 h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY =
2
+ github.com/codegangsta/negroni v1.0.0 /go.mod h1:v0y3T5G7Y1UlFfyxFn/QLRU4a2EuNau2iZY63YTKWo0 =
3
+ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
4
+ github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
+ github.com/gomodule/redigo v1.8.9 h1:Sl3u+2BI/kk+VEatbj0scLdrFhjPmbxOc1myhDP41ws =
6
+ github.com/gomodule/redigo v1.8.9 /go.mod h1:7ArFNvsTjH8GMMzB4uy1snslv2BwmginuMs06a1uzZE =
7
+ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
8
+ github.com/gorilla/mux v1.8.1 /go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ =
9
+ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
10
+ github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
11
+ github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
12
+ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
13
+ github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
14
+ github.com/xyproto/pinterface v1.5.3 h1:RKkNT88cwrSqD9hU4cYAO5yeo8srg4TG+74Pcj88iz0 =
15
+ github.com/xyproto/pinterface v1.5.3 /go.mod h1:X5B5pKE49ak7SpyDh5QvJvLH9cC9XuZNDcl5hEyYc34 =
16
+ github.com/xyproto/simpleredis/v2 v2.6.5 h1:PtAz5j2UUACNHx5LetI60dbCsVMhIv1H878bND4VQK4 =
17
+ github.com/xyproto/simpleredis/v2 v2.6.5 /go.mod h1:OrWVubZGr0SbpAjkAQkFn/iiex2AsblBm80uhYxbjQY =
18
+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
19
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
20
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments