-
Notifications
You must be signed in to change notification settings - Fork 125
build: update to use multi-arch images and unpin 3rd version #504
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
base: main
Are you sure you want to change the base?
Conversation
dev: Generates a API gateway access token using local dev built docker image | ||
'make docker' creates local docker images tagged with '0.0.0-dev' | ||
get-token | ||
Generates a API gateway access token as specified by: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the dev option still available?
compose-builder/.env
Outdated
BAO_VERSION=2.1.1 | ||
BAO_VERSION=2.1 | ||
POSTGRES_VERSION=16.3-alpine3.20 | ||
KUIPER_VERSION=v2.1.0-beta.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KUIPER_VERSION=v2.1.0-beta.4 | |
KUIPER_VERSION=v2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no v2.1 docker tag, use v2.1.0 instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use v2.1-alpine?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1c86c44
to
ff01f85
Compare
Since EdgeX Images now support multiple architectures, remove the ARM64-specific compose files. Also update docs for pre-release Signed-off-by: Ginny Guan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Since EdgeX Images now support multiple architectures, remove the ARM64-specific compose files.
Also update docs for pre-release
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-compose/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions