Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

* Add arbitrary build param support#174

Open
DylanSchell wants to merge 1 commit into
spotify:masterfrom
DylanSchell:add-arbitrary-build-param-support
Open

* Add arbitrary build param support#174
DylanSchell wants to merge 1 commit into
spotify:masterfrom
DylanSchell:add-arbitrary-build-param-support

Conversation

@DylanSchell

Copy link
Copy Markdown

For some builds, we need shm-size support. by implementing arbitrary build parameter support, it should be possible to just configure

1000000000

@cagdascirit

Copy link
Copy Markdown

Any update on this PR?

@steven-sheehy

Copy link
Copy Markdown

Merging this PR should solve #202 as well.

@Parameter(property = "dockerfile.buildArgs")
private Map<String,String> buildArgs;

@Parameter(property = "dockerfile.builParams")

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Spelling is wrong. "dockerfile.buildParams"

@DylanSchell DylanSchell force-pushed the add-arbitrary-build-param-support branch from bcd3100 to 21f2206 Compare August 1, 2018 08:37
@DylanSchell DylanSchell force-pushed the add-arbitrary-build-param-support branch from 21f2206 to a390ec0 Compare August 1, 2018 08:39
@DylanSchell

Copy link
Copy Markdown
Author

fixed the typo

@fabballe

fabballe commented Dec 19, 2018

Copy link
Copy Markdown

Hi @DylanSchell, @steven-sheehy
I have actually an issue where I need to add build param to docker CLI to fix it.
Can I help on this PR in order to release this new feature quickly ?

@realn0whereman

Copy link
Copy Markdown

Any chance this can get the conflict fixed and merged? I am really needing this to set build arguments like network=host

@ktor

ktor commented Jun 3, 2020

Copy link
Copy Markdown

We use intermediate containers to save space. This option would help a lot for CI builds. I could use --force-rm without having to support my own version of the plugin.

@sergiowww

Copy link
Copy Markdown

I could really do with this PR... I need to add some options to docker build command...

@windows10hater

windows10hater commented Mar 22, 2022 via email

Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants