Compare commits

..

26 Commits

Author SHA1 Message Date
whatsacomputertho b692c2be09
Merge pull request #42 from containers/inspect-quick-example
doc(inspect): add inspect to quick example
2025-05-25 21:00:02 -04:00
whatsacomputertho f3fed327bb doc(inspect): add inspect to quick example
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-25 20:57:23 -04:00
whatsacomputertho 1228925026
Merge pull request #40 from containers/inspect-doc
fix(doc): add inspect modules to docs
2025-05-25 20:33:26 -04:00
whatsacomputertho c88d87055e fix(doc): add inspect modules to docs
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-25 20:29:11 -04:00
whatsacomputertho 9474295fbc
Merge pull request #34 from containers/inspect
feat(inspect): implement python-native skopeo inspect
2025-05-25 20:17:47 -04:00
whatsacomputertho 08c7858bd1 test(inspect): add inspect and config unit tests
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-25 20:14:16 -04:00
whatsacomputertho 532fdbb8fa test(inspect): write basic unit test for inspect
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-24 21:07:52 -04:00
whatsacomputertho 540fdca826 test(tags): add very basic unit test for listing tags
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-24 20:17:46 -04:00
whatsacomputertho d6067ee49e feat(tags): implement basic list tags functionality
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-20 12:30:31 -04:00
whatsacomputertho 1002360e64
Merge pull request #37 from containers/list-entry-mediatypes
fix(validation): do not enforce entry mediatypes
2025-05-14 21:49:59 -04:00
whatsacomputertho f0e0c2b046 fix(tests): remove irrelevant test case after softening validation
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-13 22:30:55 -04:00
whatsacomputertho c74ded2a9f fix(validation): do not enforce entry mediatypes
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-13 22:17:54 -04:00
whatsacomputertho 122532f4d7 feat(inspect): implement python-native skopeo inspect
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-11 21:06:12 -04:00
whatsacomputertho 6b8b068b95
Merge pull request #31 from containers/auth-fix
fix(auth): do auth dance even when basic auth creds are not found
2025-05-10 09:28:13 -04:00
whatsacomputertho 62eaed0b6f refac(auth): only add auth headers for auth server if auth is non empty
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-07 08:20:54 -04:00
whatsacomputertho 80af3ae997 fix(auth): do auth dance even when basic auth creds are not found
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-05-07 08:11:17 -04:00
whatsacomputertho a4cfa50daf
Merge pull request #25 from containers/remove-pip-note
doc(release): remove pip install note
2025-04-29 21:06:11 -04:00
whatsacomputertho 6d26f9ecde doc(release): remove pip install note
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-29 21:02:36 -04:00
whatsacomputertho 43e692749f
Merge pull request #24 from containers/release-make-target
feat(release): develop publish and release make targets
2025-04-28 22:02:14 -04:00
whatsacomputertho ed931091a7 chore(ci): only trigger release workflow on release
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-28 21:58:02 -04:00
whatsacomputertho 5e42e18f6a test(ci): test reverted pyproject changes with limited twine version
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-28 21:54:14 -04:00
whatsacomputertho a9f8d54b6b fix(ci): set upper bound on twine version
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-28 21:51:42 -04:00
whatsacomputertho 97ba84a2d6 fix(ci): attempt to fix malformed license metadata in packaging
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-28 21:47:34 -04:00
whatsacomputertho 064f98b861 fix(ci): attempt to fix failing publish in gh actions workflow
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-28 21:35:29 -04:00
whatsacomputertho 14a289b942 feat(ci): develop release workflow, run doc publish on release publish
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-28 21:27:12 -04:00
whatsacomputertho eb69e879f2 feat(release): develop publish and release make targets
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
2025-04-27 21:27:25 -04:00
3 changed files with 5 additions and 5 deletions

View File

@ -56,10 +56,10 @@ pip install containerimage-py
1. Clone this repository
2. [Build the project from source](#build)
3. Locate the `.whl` (wheel) file in the `dist` folder
- It should be named something like so: `containerimage_py-1.0.0b1-py3-none-any.whl`
- It should be named something like so: `containerimage_py-0.1.0-py3-none-any.whl`
4. Run the following command from the root of the repository, replacing the name of the `.whl` file if necessary
```
pip install dist/containerimage_py-1.0.0b1-py3-none-any.whl
pip install dist/containerimage_py-0.1.0-py3-none-any.whl
```
## Build

View File

@ -58,12 +58,12 @@ Run the following command to install the latest version of this package using pi
1. Clone `the source repository <https://github.com/containers/containerimage-py>`_
2. Build the project from source following `the build instructions <Build_>`_
3. Locate the ``.whl`` (wheel) file in the ``dist`` folder. It should be named something like so: ``containerimage_py-1.0.0b1-py3-none-any.whl``
3. Locate the ``.whl`` (wheel) file in the ``dist`` folder. It should be named something like so: ``containerimage_py-0.1.0-py3-none-any.whl``
4. Run the following command from the root of the repository, replacing the name of the ``.whl`` file if necessary
.. code-block:: shell
pip install dist/containerimage_py-1.0.0b1-py3-none-any.whl
pip install dist/containerimage_py-0.1.0-py3-none-any.whl
Build

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "containerimage-py"
version = "1.0.0-beta.1"
version = "0.1.0-6"
authors = [
{name = "Ethan Balcik", email="ethanbalcik@ibm.com" }
]