#7506 Container release - 20180529
Closed: Fixed 5 years ago Opened 5 years ago by cverna.

If we could try to run the container release playbook for f27 and f28 container images.

@mohanboddu This can be done next week, if you do not have the time for it today.

Thanks


Two things I noticed:
1. Fedora Container Base image composes are failing since 05 May 2018, we need to debug them
2. Fedora layered images build are failing for F28 with

fatal: [localhost]: FAILED! => {
"changed": true,
"cmd": "skopeo copy --dest-cert-dir /etc/docker/certs.d/registry.fedoraproject.org/ docker://candidate-registry.fedoraproject.org/f28/docker docker://registry.fedoraproject.org/f28/docker",
"delta": "0:00:00.093055",
"end": "2018-05-22 00:06:32.857815",
"invocation": {
"module_args": {
"_raw_params": "skopeo copy --dest-cert-dir /etc/docker/certs.d/registry.fedoraproject.org/ docker://candidate-registry.fedoraproject.org/f28/docker docker://registry.fedoraproject.org/f28/docker",
"_uses_shell": true,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2018-05-22 00:06:32.764760",
"stderr": "time=\"2018-05-22T00:06:32Z\" level=fatal msg=\"Error determining manifest MIME type for docker://candidate-registry.fedoraproject.org/f28/docker:latest: Error reading manifest latest in candidate-registry.fedoraproject.org/f28/docker: manifest unknown: manifest unknown\" ",
"stderr_lines": [
"time=\"2018-05-22T00:06:32Z\" level=fatal msg=\"Error determining manifest MIME type for docker://candidate-registry.fedoraproject.org/f28/docker:latest: Error reading manifest latest in candidate-registry.fedoraproject.org/f28/docker: manifest unknown: manifest unknown\" "
],
"stdout": "",
"stdout_lines": []
}
to retry, use: --limit @/home/fedora/mohanboddu/releng-automation/ansible/container_rebuild_and_release.retry

I have opened a PR for the docker layered image, that should fix the problem.

https://src.fedoraproject.org/container/docker/pull-request/1

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

5 years ago

Login to comment on this ticket.

Metadata