Skip to content

$GLOBAL_OPTS runlabel is not implemented #12436

@edsantiago

Description

@edsantiago

$GLOBAL_OPTS was added in #2905. Only one month later it got broken, and the test was "temporarily" disabled in #3328:

Completely disable global options test
We need to cut a release. We can investigate further next week.

Obviously nobody has used this feature since June 2019. It might not be important enough to reimplement. If so, it should be removed from the code and documentation.

Possible reproducer:

$ printf "FROM alpine\nLABEL RUN echo \$GLOBAL_OPTS\n" | bin/podman --log-level error --tmpdir /var/tmp build -t foo:bar -
...
$ bin/podman --log-level error container runlabel RUN foo:bar
[expect: something with `--log-level`. Actual output: nil]

(I may have the number of backslashes wrong in the line above. It's impossible to know, because the code doesn't trigger no matter how many backslashes I add).

Metadata

Metadata

Assignees

Labels

In ProgressThis issue is actively being worked by the assignee, please do not work on this at this time.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions