Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD-RAN Engineering Team Week3 Assignment #136

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/onos-kpimon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ARG ONOS_BUILD_VERSION=undefined

FROM onosproject/golang-build:v1.3.0 as build
FROM onosproject/golang-build:v1.3.1 as build

ENV GO111MODULE=on
ARG ONOS_MAKE_TARGET=build
Expand All @@ -18,7 +18,7 @@ COPY build/build-tools /go/src/github.com/onosproject/onos-kpimon/build/build-to

RUN cd /go/src/github.com/onosproject/onos-kpimon && GOFLAGS=-mod=vendor make ${ONOS_MAKE_TARGET}

FROM frolvlad/alpine-glibc:alpine-3.12
FROM frolvlad/alpine-glibc:alpine-3.19

USER nobody

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/onosproject/helmit v0.6.19
github.com/onosproject/onos-api/go v0.10.31
github.com/onosproject/onos-api/go v0.10.32
github.com/onosproject/onos-e2-sm/servicemodels/e2sm_kpm_v2_go v0.8.43
github.com/onosproject/onos-lib-go v0.10.24
github.com/onosproject/onos-ric-sdk-go v0.8.12
github.com/onosproject/onos-test v0.6.5
github.com/stretchr/testify v1.8.2
github.com/onosproject/onos-test v0.6.6
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.34.1
)

require (
Expand Down
Loading