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

* Add arbitrary build param support #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DylanSchell
Copy link

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

Any update on this PR?

@steven-sheehy
Copy link

Merging this PR should solve #202 as well.

@@ -92,6 +92,9 @@
@Parameter(property = "dockerfile.buildArgs")
private Map<String,String> buildArgs;

@Parameter(property = "dockerfile.builParams")

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
Author

fixed the typo

@fabballe
Copy link

fabballe commented Dec 19, 2018

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

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

@ktor
Copy link

ktor commented Jun 3, 2020

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

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

@windows10hater
Copy link

windows10hater commented Mar 22, 2022 via email

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.

None yet

8 participants