- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11
 
Feature/create library project #38
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
Conversation
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.
Good!
        
          
                ...er-api-library/src/main/java/com/iexec/blockchain/api/BlockchainAdapterApiClientBuilder.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | @@ -1,23 +1,10 @@ | |||
| ARG HOME=/home | |||
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 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.
Looks great, thanks!
| group 'Build' | ||
| description 'Builds an OCI image from a Dockerfile.' | ||
| commandLine("sh", "-c", "docker build -f docker/Dockerfile-local --build-arg spring_boot_jar=$bootJarPath -t $ociImageName:$gitShortCommit ." | ||
| commandLine("sh", "-c", "docker build -f docker/Dockerfile --build-arg spring_boot_jar=$bootJarPath -t $ociImageName:$gitShortCommit ." | 
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.
No palantir docker extension anymore?
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.
It was removed to converge between all repositories and to be able to quickly copy/paste the docker build command if needed.
No description provided.