-
Notifications
You must be signed in to change notification settings - Fork 283
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
build(corda-all-in-one-obligation): fix image build error - unable to select packages #2621
Labels
bug
Something isn't working
Corda
Flaky-Test-Automation
Issues related to test stability (which is a long running issue that can never fully be solved)
good-first-issue
Good for newcomers
good-first-issue-400-expert
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
P1
Priority 1: Highest
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
Milestone
Comments
petermetz
added
good-first-issue
Good for newcomers
Corda
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
good-first-issue-400-expert
Flaky-Test-Automation
Issues related to test stability (which is a long running issue that can never fully be solved)
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
P1
Priority 1: Highest
labels
Aug 17, 2023
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Aug 17, 2023
…ages WORK IN PROGRESS - Image build is broken still Fixes hyperledger-cacti#2621 Signed-off-by: Peter Somogyvari <[email protected]>
Hello @petermetz [error 2] has now been fixed by this commit https://github.com/hyperledger/cacti/commit/01c52652098405673e2b0bbb72852f7ba35f5816 and we have encountered a new error when building the corda v4-8 image. [error 3]
|
@aldousalvarez Gotcha, I'll look into it! |
petermetz
changed the title
bug(cactus-corda-all-in-one-obligation): ERROR "unable to select packages" & Error: "Invalid or corrupt jarfile /corda-tools-shell-cli-all.jar"
build(corda-all-in-one-obligation): fix image build error - unable to select packages
Aug 29, 2023
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Sep 7, 2023
1. Fixed the OpenSSH related problems by wiping the default installation of it that ships with the distro (Alpine Linux images) 2. Updated the kotlin samples repository's code manually so that it specifies the platform version as 11 instead of 12 for the basic contracts which is what we need for Corda v4.8 and v4.9 as well (I'm guessing that platform version 12 will stand for v5 when it becomes GA but not sure) The manual update is done via sed-ing at image build time right after the kotlin samples repository has been cloned. Fixes hyperledger-cacti#2621 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Sep 7, 2023
1. Fixed the OpenSSH related problems by wiping the default installation of it that ships with the distro (Alpine Linux images) 2. Updated the kotlin samples repository's code manually so that it specifies the platform version as 11 instead of 12 for the basic contracts which is what we need for Corda v4.8 and v4.9 as well (I'm guessing that platform version 12 will stand for v5 when it becomes GA but not sure) The manual update is done via sed-ing at image build time right after the kotlin samples repository has been cloned. Fixes hyperledger-cacti#2621 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Sep 7, 2023
1. Fixed the OpenSSH related problems by wiping the default installation of it that ships with the distro (Alpine Linux images) 2. Updated the kotlin samples repository's code manually so that it specifies the platform version as 11 instead of 12 for the basic contracts which is what we need for Corda v4.8 and v4.9 as well (I'm guessing that platform version 12 will stand for v5 when it becomes GA but not sure) The manual update is done via sed-ing at image build time right after the kotlin samples repository has been cloned. Fixes hyperledger-cacti#2621 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
that referenced
this issue
Sep 7, 2023
1. Fixed the OpenSSH related problems by wiping the default installation of it that ships with the distro (Alpine Linux images) 2. Updated the kotlin samples repository's code manually so that it specifies the platform version as 11 instead of 12 for the basic contracts which is what we need for Corda v4.8 and v4.9 as well (I'm guessing that platform version 12 will stand for v5 when it becomes GA but not sure) The manual update is done via sed-ing at image build time right after the kotlin samples repository has been cloned. Fixes #2621 Signed-off-by: Peter Somogyvari <[email protected]>
sandeepnRES
pushed a commit
to sandeepnRES/cacti
that referenced
this issue
Dec 21, 2023
1. Fixed the OpenSSH related problems by wiping the default installation of it that ships with the distro (Alpine Linux images) 2. Updated the kotlin samples repository's code manually so that it specifies the platform version as 11 instead of 12 for the basic contracts which is what we need for Corda v4.8 and v4.9 as well (I'm guessing that platform version 12 will stand for v5 when it becomes GA but not sure) The manual update is done via sed-ing at image build time right after the kotlin samples repository has been cloned. Fixes hyperledger-cacti#2621 Signed-off-by: Peter Somogyvari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
Corda
Flaky-Test-Automation
Issues related to test stability (which is a long running issue that can never fully be solved)
good-first-issue
Good for newcomers
good-first-issue-400-expert
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
P1
Priority 1: Highest
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
Describe the bug
In the process of the container building of corda-all-in-one-obligation, there are the following errors and the container cannot be built.
To Reproduce
[error 1]
[error 2]
With
The text was updated successfully, but these errors were encountered: