Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Tag the latest 1.8.0-rc0 to unblock osbuilder CI #1855

@saschagrunert

Description

@saschagrunert

Description of problem

There is a script running for detecting the latest go version here:
https://github.com/kata-containers/osbuilder/blob/c74f9a2bfb1fff53ef3a8937680d5747d73df43f/rootfs-builder/rootfs.sh#L264

Since it tries to access the latest RC tag, the whole function fails:

INFO: Detecting agent go version
INFO: Detecting runtime version using https://raw.githubusercontent.com/kata-containers/agent/master/VERSION
INFO: Getting golang version from https://raw.githubusercontent.com/kata-containers/runtime/1.8.0-rc0/versions.yaml
curl: (22) The requested URL returned error: 404 Not Found
10:17:51 main [ERRO] asked to process document index 0 but there are only 0 document(s)

Expected result

To detect the correct go version.

Actual result

A 404 since 1.8.0-rc0 does not exist within this repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behaviourneeds-reviewNeeds to be assessed by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions