-
Notifications
You must be signed in to change notification settings - Fork 6
Replace EFS with object storage #855
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: master
Are you sure you want to change the base?
Conversation
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
This reverts commit 725124b.
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
Currently, in this PR, layers are uploaded to object store by changing the stream to byte array, I am working on stream the layers to object store wave/src/main/groovy/io/seqera/wave/service/builder/impl/ContainerBuildServiceImpl.groovy Line 287 in 8bb0396
wave/src/main/groovy/io/seqera/wave/service/builder/impl/ContainerBuildServiceImpl.groovy Line 304 in 8bb0396
wave/src/main/groovy/io/seqera/wave/service/builder/impl/ContainerBuildServiceImpl.groovy Line 317 in 8bb0396
|
@munishchouhan is this ready for review? |
Signed-off-by: munishchouhan <hrma017@gmail.com>
I have added InputStreamUploadRequest to pass InputStream to upload method instead of a byte array |
I have added a PR in micronaut to see if it is possible to send inputstream in http request |
@fntlnz yes its ready |
Signed-off-by: munishchouhan <hrma017@gmail.com>
I have also added CustomAwsS3Operations to send inputstream in httprequest |
Signed-off-by: munishchouhan <hrma017@gmail.com>
tested successfully in dev |
this PR will replace efs which wave uses for build, scan and mirror with object storage