-
Notifications
You must be signed in to change notification settings - Fork 0
Add build data for v0.35.0 #16
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: oracle/release/0.35.0
Are you sure you want to change the base?
Conversation
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
Generated from template at a1f30ff
(cherry picked from commit bbf71d3) remove mistakenly added words (cherry picked from commit 6f5bbaf) backend: Update headlamp charts for serviceproxy and release namespace (cherry picked from commit fd2cc31) backend: Remove backend-arch-build in Makefile (cherry picked from commit 2dfe613) backend: add k8s.io/client-go for Kubernetes API interactions (cherry picked from commit d09c5f3) backend: avoid the conflict with adding serviceproxy dir (cherry picked from commit a207143) backend: fix the serviceproxy dir path to match the kubernetes-sigs format of path dir (cherry picked from commit a743121) Address review comments from copilot Signed-off-by: Murali Annamneni <[email protected]> (cherry picked from commit 067168f) Updated imports with kubernetes-sigs Signed-off-by: Murali Annamneni <[email protected]> (cherry picked from commit 076f54b)
(cherry picked from commit 33d8c19) backend: Add test to test headlamp server with TLS (cherry picked from commit 523ceab) Signed-off-by: Murali Annamneni <[email protected]>
Signed-off-by: Murali Annamneni <[email protected]>
Signed-off-by: Murali Annamneni <[email protected]>
olm/jenkins/ci/Jenkinsfile
Outdated
ol8ModulesToDisable: ['go-toolset:ol8'], | ||
ol8ModulesToEnable: ['nodejs:20'], | ||
preBuildCommands: [ | ||
'podman pull container-registry.oracle.com/olcne/base:latest', |
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.
you can replace this with:
container-registry.oracle.com/olcne/ock:base-image
in your Dockerfile
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.
Done
Signed-off-by: Murali Annamneni <[email protected]>
Add build data for v0.35.0
closes #15