1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00

13 Commits

Author SHA1 Message Date
Ian Eaves
22ada76f41 add RLCR container registry and docker simulation of oci image mounts
Signed-off-by: Ian Eaves <ian.k.eaves@gmail.com>
2025-09-18 17:28:50 -05:00
Michael Kesper
536efce9ea Remove --version flag
`version` is already a subcommand.

Signed-off-by: Michael Kesper <mkesper@web.de>
2025-02-18 00:33:23 +01:00
Daniel J Walsh
68974a60d8 Fix up man page help verifacation
Also don't codespell *.7 and *.patch files

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-02-17 07:19:24 -05:00
Eric Curtin
a07a7d34cc Attempt a pipx uninstall if pipx is available
So we can remove ramalama via various install techniques

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2024-10-07 17:19:06 +01:00
Eric Curtin
3a27d68e32 Creating a hack/rm.sh script
Want to try and install via pipx and wrote a script to remove old
install. Also converted python install script back to shell, the
python experience in a new mac is just not nice in comparison to
bash.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2024-10-04 15:26:34 +01:00
Daniel J Walsh
7ff26ec1ce Convert to fully use setup.py for PyPi installation
Add pyproject.toml, setup.cfg
Add new target make pypi.
fix up requirements.txt

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Update

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-10-01 08:37:18 -04:00
Eric Curtin
c55a96ea01 Rename project to RamaLama
There was a mix of Ramalama and RamaLama. ramalama is the executable name.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2024-09-26 14:02:44 +01:00
Daniel J Walsh
a0a061b257 Add new options to ramalama rm
ramalama rm --all
ramalama rm --ignore
ramalama list --quiet

Also:

Capitilize all help messages

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-09-14 06:58:57 -04:00
Daniel J Walsh
7d480a7182 Verify tree status
Verfy that there is no left over or modified files within the git tree
after running the tests.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-09-05 14:47:17 -04:00
Daniel J Walsh
c89df3e8c3 Add codespell support
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-09-05 09:14:11 -04:00
Eric Curtin
d58e9120dc Bug fixes and aliases
It should be self.pull(args).

Also added 'ls' alias for 'list'.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2024-09-03 16:13:01 +01:00
Daniel J Walsh
be64cd3306 Add support for hack/xref-helpmsges-manpages
Modified version from Podman

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-08-29 08:07:10 -04:00
Daniel J Walsh
a9257e01b0 Add man-page-checker test to verify man pages.
This will make sure that the destription of commands
in ramalama.1 matches the ramalaman-COMMAND.1 man pages.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-08-28 14:44:54 -04:00