sclorg / container-common-scripts

Apache License 2.0
21 stars 45 forks source link

docker --iidfile unknown flag #314

Closed phracek closed 1 year ago

phracek commented 1 year ago

We have a regression in dist-git repos https://bugzilla.redhat.com/show_bug.cgi?id=2152498

It looks like we have to handle the situation if docker command is used.

[INFO] Build the test application image...

Initialized empty Git repository in /tmp/tmp.IXkftF3Vcq/rh-nginx120/test/test-app/.git/
[master (root-commit) 80ced23] Sample commit
 5 files changed, 118 insertions(+)
 create mode 100644 index.html
 create mode 100644 index2.html
 create mode 100644 nginx-cfg/default.conf
 create mode 100644 nginx-default-cfg/alias.conf
 create mode 100644 nginx.conf
unknown flag: --iidfile
See 'docker build --help'.
zmiklank commented 1 year ago

This was fixed by https://github.com/sclorg/container-common-scripts/pull/315.