#491 waiverdb Dockerfile FROM line is invalid (f28 branch)
Closed: Invalid 3 years ago by cverna. Opened 5 years ago by cverna.

The f28 branch Dockerfile must use a f28 base image. Please update the Dockerfile.
https://src.fedoraproject.org/container/waiverdb/blob/f28/f/Dockerfile


I guess this would have happened to every single container image, when it was branched from rawhide, unless the maintainer remembered to go in and fix up the FROM...

Actually there is not an f28 branch at all (nor even f27) so it is kind of worse than that...

Also not sure why Pagure silently shows the contents of the master branch even when the URL is referring to an "f28" branch that doesn't actually exist...!

I updated master to match the latest changes in f26 (master had fallen behind a bit).

However that failed to build:

26970733 buildContainer (noarch): free -> FAILED: BuildError: package (container) waiverdb not in list for tag f29-container

I also created f27 and f28 branches (with appropriate FROM) and tried pushing them. The f27 branch was successfully pushed but gitolite didn't allow me to create f28:

remote: FATAL: C refs/heads/f28 container/waiverdb dcallagh DENIED by refs/heads/f[0-9][0-9]
remote: error: hook declined to update refs/heads/f28

And the build for the new f27 branch failed inside OSBS with this error:

Traceback (most recent call last):
  File "/usr/bin/atomic-reactor", line 11, in <module>
    load_entry_point('atomic-reactor==1.6.29', 'console_scripts', 'atomic-reactor')()
  File "/usr/lib/python2.7/site-packages/atomic_reactor/cli/main.py", line 311, in run
    cli.run()
  File "/usr/lib/python2.7/site-packages/atomic_reactor/cli/main.py", line 294, in run
    args.func(args)
  File "/usr/lib/python2.7/site-packages/atomic_reactor/cli/main.py", line 95, in cli_inside_build
    substitutions=args.substitute)
  File "/usr/lib/python2.7/site-packages/atomic_reactor/inner.py", line 497, in build_inside
    build_result = dbw.build_docker_image()
  File "/usr/lib/python2.7/site-packages/atomic_reactor/inner.py", line 436, in build_docker_image
    postbuild_runner.run()
  File "/usr/lib/python2.7/site-packages/atomic_reactor/plugin.py", line 278, in run
    raise PluginFailedException(msg)
atomic_reactor.plugin.PluginFailedException: plugin 'import_image' raised an exception: OsbsException: IOError(2, 'No such file or directory') (from IOError(2, 'No such file or directory'))

... so it seems like we have quite a mess here. :grimacing:

Metadata Update from @cverna:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata