Skip to content

Commit 22dff10

Browse files
Bump guestbook-go image to v4 updating golang to 1.22.3 and now builds a Go module
1 parent 574ea58 commit 22dff10

File tree

4 files changed

+47
-7
lines changed

4 files changed

+47
-7
lines changed

guestbook-go/Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1916
WORKDIR /app
20-
ADD ./main.go .
17+
COPY go.mod go.sum ./main.go ./
18+
RUN go mod download
2119
RUN CGO_ENABLED=0 GOOS=linux go build -o main .
2220

2321
FROM scratch

guestbook-go/Makefile

+10-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@
1616

1717
# Usage:
1818
# [VERSION=v3] [REGISTRY="staging-k8s.gcr.io"] make build
19-
VERSION?=v3
19+
VERSION?=v4
2020
REGISTRY?=staging-k8s.gcr.io
2121

2222
release: clean build push clean
2323

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+
2432
# builds a docker image that builds the app and packages it into a minimal docker image
25-
build:
33+
build: go.sum
2634
docker buildx build --load -t ${REGISTRY}/guestbook:${VERSION} .
2735

2836
# push the image to an registry

guestbook-go/go.mod

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
)

guestbook-go/go.sum

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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=

0 commit comments

Comments
 (0)