Pointing on last issue#4 commit to use oc-lib env var fix, removing useless log in Dockerfile building phase
This commit is contained in:
parent
2ce3a380f0
commit
f10615888c
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ clean:
|
|||||||
rm -rf oc-auth oc-auth.tar.gz
|
rm -rf oc-auth oc-auth.tar.gz
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
DOCKER_BUILDKIT=1 docker build --progress=plain -t oc/oc-auth:0.0.1 -f Dockerfile .
|
DOCKER_BUILDKIT=1 docker build -t oc/oc-auth:0.0.1 -f Dockerfile .
|
||||||
docker tag oc/oc-auth:0.0.1 oc/oc-auth:latest
|
docker tag oc/oc-auth:0.0.1 oc/oc-auth:latest
|
||||||
|
|
||||||
publish-kind:
|
publish-kind:
|
||||||
|
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module oc-auth
|
|||||||
go 1.22.0
|
go 1.22.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.o-forge.io/core/oc-lib v0.0.0-20241210130147-1de488859957
|
cloud.o-forge.io/core/oc-lib v0.0.0-20241216081754-21d08204b5ba
|
||||||
github.com/beego/beego/v2 v2.3.1
|
github.com/beego/beego/v2 v2.3.1
|
||||||
github.com/smartystreets/goconvey v1.7.2
|
github.com/smartystreets/goconvey v1.7.2
|
||||||
go.uber.org/zap v1.27.0
|
go.uber.org/zap v1.27.0
|
||||||
|
Loading…
Reference in New Issue
Block a user