See the following Migration guides. - https://docs.edgexfoundry.org/3.0/microservices/configuration/V3MigrationCommonConfig/ - https://docs.edgexfoundry.org/3.0/microservices/application/V3Migration/ Additional - Migrate the service configuration to YAML and remove common config - Update docker file to use `golang:1.21-alpine3.18` as Builder and alpine:3.18 as base image - Remove `gcc libc-dev zeromq-dev` from build stage and `zeromq` from base stage in Dockerfile - Search code for use of the word `toml` and fix appropriately
See the following Migration guides.
Additional
golang:1.21-alpine3.18as Builder and alpine:3.18 as base imagegcc libc-dev zeromq-devfrom build stage andzeromqfrom base stage in Dockerfiletomland fix appropriately