https://github.com/vimpostor/containers
Various container images
https://github.com/vimpostor/containers
containers docker podman
Last synced: about 1 year ago
JSON representation
Various container images
- Host: GitHub
- URL: https://github.com/vimpostor/containers
- Owner: vimpostor
- License: gpl-3.0
- Created: 2022-10-30T20:34:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T17:30:31.000Z (over 1 year ago)
- Last Synced: 2025-01-05T01:12:09.738Z (over 1 year ago)
- Topics: containers, docker, podman
- Language: Dockerfile
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Containers
This repository contains various miscellaneous container images. Prebuilt images are available at [Docker Hub](https://hub.docker.com/u/vimpostor) in the `vimpostor` namespace.
Instructions to push a new image:
```bash
podman build -t imagename .
podman login docker.io
podman push imagename:latest vimpostor/imagename:latest
```
Or alternatively use the [provided script](scripts/podman-push.sh) from the respective directory.