Skip to content

ops push from local package to public repo ops #1733

@AngeloRubens

Description

@AngeloRubens

Hi All,

after fixing the nanos scheduling API stub, the OpenJ9 (IBM Semeru Runtime) JVM finally starts up beautifully.

I'm trying to push my local package containing the IBM Semeru Runtime JRE to the ops.city repository,
but something isn't right.

I have these local packages created like this:

ops pkg from-pkg angelorubens/java_semeru_runtime:25.0.1 --local --name javaSemeru25 --version 25.0.1

cloning old pkg to new
ops pkg list --local
+--------------+--------------+---------+----------+----------+-------------+
|  NAMESPACE   | PACKAGENAME  | VERSION | LANGUAGE | CPU ARCH | DESCRIPTION |
+--------------+--------------+---------+----------+----------+-------------+
| AngeloRubens | javaSemeru25 | 25.0.1  |          |          |             |
+--------------+--------------+---------+----------+----------+-------------+

when i try to push wiht or without flag --local:

ops pkg push javaSemeru25 
no local package with the name javaSemeru25 found

or

ops pkg push AngeloRubens/javaSemeru25
no local package with the name javaSemeru25 found

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions