Skip to content
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 build unable to select packages #2659

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

petermetz
Copy link
Contributor

  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]

Copy link
Contributor

@jagpreetsinghsasan jagpreetsinghsasan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@VRamakrishna
Copy link
Contributor

LGTM

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 petermetz merged commit 5cb7fe0 into hyperledger-cacti:main Sep 7, 2023
121 of 132 checks passed
@petermetz petermetz deleted the petermetz/issue2621 branch September 7, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build(corda-all-in-one-obligation): fix image build error - unable to select packages
3 participants