File tree 6 files changed +5
-6
lines changed
6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 31
31
executors :
32
32
operator-build :
33
33
docker :
34
- - image : ghcr.io/konpyutaika/docker-images/nifikop-build:1.20
34
+ - image : ghcr.io/konpyutaika/docker-images/nifikop-build:1.20.5
35
35
# Define jobs list
36
36
jobs :
37
37
# Build job, which build operator docker image (with operator-sdk build)
Original file line number Diff line number Diff line change 8
8
9
9
- [ PR #257 ] ( https://github.com/konpyutaika/nifikop/pull/257 ) - ** [ Operator] ** Updated the operator-sdk to 1.28.0.
10
10
- [ PR #263 ] ( https://github.com/konpyutaika/nifikop/pull/263 ) - ** [ NiGoApi] ** Upgrade nigoapi to v0.0.8.
11
+ - [ PR #263 ] ( https://github.com/konpyutaika/nifikop/pull/268 ) - ** [ Operator] ** Upgrade golang to 1.20.5.
11
12
12
13
### Fixed Bugs
13
14
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20.5 as builder
3
3
4
4
WORKDIR /workspace
5
5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ DOCKER_REGISTRY_BASE ?= ghcr.io/konpyutaika/docker-images
4
4
IMAGE_TAG ?= $(shell git describe --tags --abbrev=0 --match '[0-9].* [0-9].* [0-9]' 2>/dev/null)
5
5
IMAGE_NAME ?= $(SERVICE_NAME )
6
6
BUILD_IMAGE ?= ghcr.io/konpyutaika/docker-images/nifikop-build
7
- GOLANG_VERSION ?= 1.20
7
+ GOLANG_VERSION ?= 1.20.5
8
8
IMAGE_TAG_BASE ?= <registry>/<operator name>
9
9
OS = $(shell go env GOOS)
10
10
ARCH = $(shell go env GOARCH)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN apt-get update \
32
32
&& apt-get install -y \
33
33
git apt \
34
34
locales sudo openssh-client ca-certificates tar gzip \
35
- net-tools netcat unzip zip bzip2 gnupg curl wget
35
+ net-tools netcat-traditional unzip zip bzip2 gnupg curl wget
36
36
37
37
# Set timezone to UTC by default
38
38
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHm
140
140
github.com/kisielk/errcheck v1.2.0 /go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00 =
141
141
github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
142
142
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
143
- github.com/konpyutaika/nigoapi v0.0.6 h1:tyzs05rJ1DVbwb3zhdtV/T4k8tfRkAPaydZOGfQFSL0 =
144
- github.com/konpyutaika/nigoapi v0.0.6 /go.mod h1:ylinFOIwDzQvM+BbiDFWmr6l2Lexs2pg/jb9znIVAv4 =
145
143
github.com/konpyutaika/nigoapi v0.0.8 h1:eOp5Bj7v3PStEqmQrqETncyi5ZRg9k0ooEIZAp71GbU =
146
144
github.com/konpyutaika/nigoapi v0.0.8 /go.mod h1:ylinFOIwDzQvM+BbiDFWmr6l2Lexs2pg/jb9znIVAv4 =
147
145
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
You can’t perform that action at this time.
0 commit comments