Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert bootstrap image to multi-arch image #31274

Closed
wants to merge 1 commit into from

Conversation

upodroid
Copy link
Member

Part of #31273

/cc @dims @BenTheElder

I built this image successfully in the ii-sandbox project.

https://console.cloud.google.com/cloud-build/builds;region=global/4579d4ed-c523-4f3b-8344-1d60b82c482b;step=1?project=k8s-infra-ii-sandbox

Took 45 minutes to build :(

 mahamed  REDACTED  ~  $  gcrane manifest gcr.io/k8s-infra-ii-sandbox/bootstrap:v20231120-ad4f76d838-dirty
{
  "schemaVersion": 2,
  "mediaType": "application/vnd.oci.image.index.v1+json",
  "manifests": [
    {
      "mediaType": "application/vnd.oci.image.manifest.v1+json",
      "digest": "sha256:72eee01f4d5bdd5464aac0346cc70c4a76fc13f0b83aa49b288d92f11a4b498a",
      "size": 2956,
      "platform": {
        "architecture": "amd64",
        "os": "linux"
      }
    },
    {
      "mediaType": "application/vnd.oci.image.manifest.v1+json",
      "digest": "sha256:167cdc138e1cb3c90f5d25a12faaedbce39b176410326b83f507d7fb38e71cd0",
      "size": 2956,
      "platform": {
        "architecture": "arm64",
        "os": "linux"
      }
    },
    {
      "mediaType": "application/vnd.oci.image.manifest.v1+json",
      "digest": "sha256:de1782cd1effda6c2386573b103ccd52bd0b22adfe6e7a3084e37047ce275ef3",
      "size": 566,
      "annotations": {
        "vnd.docker.reference.digest": "sha256:72eee01f4d5bdd5464aac0346cc70c4a76fc13f0b83aa49b288d92f11a4b498a",
        "vnd.docker.reference.type": "attestation-manifest"
      },
      "platform": {
        "architecture": "unknown",
        "os": "unknown"
      }
    },
    {
      "mediaType": "application/vnd.oci.image.manifest.v1+json",
      "digest": "sha256:e3d02f5dc6794c7cae3b72e248fe4fdbf554a4324621a91a16e896477b11871e",
      "size": 566,
      "annotations": {
        "vnd.docker.reference.digest": "sha256:167cdc138e1cb3c90f5d25a12faaedbce39b176410326b83f507d7fb38e71cd0",
        "vnd.docker.reference.type": "attestation-manifest"
      },
      "platform": {
        "architecture": "unknown",
        "os": "unknown"
      }
    }
  ]
}

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. area/images sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Nov 20, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: upodroid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 20, 2023
@upodroid
Copy link
Member Author

Replaced with kubekins-e2e v2 image instead

@upodroid upodroid closed this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/images cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants