https://github.com/beevelop/docker-base
🏡 Base image (Ubuntu 22.04)
https://github.com/beevelop/docker-base
container-image containerization docker docker-image ubuntu
Last synced: 3 months ago
JSON representation
🏡 Base image (Ubuntu 22.04)
- Host: GitHub
- URL: https://github.com/beevelop/docker-base
- Owner: beevelop
- License: mit
- Created: 2015-11-07T17:10:00.000Z (over 9 years ago)
- Default Branch: latest
- Last Pushed: 2024-07-07T14:07:39.000Z (12 months ago)
- Last Synced: 2025-03-28T11:21:15.962Z (3 months ago)
- Topics: container-image, containerization, docker, docker-image, ubuntu
- Language: Dockerfile
- Homepage: https://beevelop.com
- Size: 64.5 KB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://github.com/beevelop/docker-base/releases)


[](https://beevelop.com)
# Beevelop's base image (`Ubuntu 22.04`)
### Pull, build or run this image
```bash
# pull the most recent tag / release
docker pull beevelop/base:v2023.12.1# or run the image interactively
docker run --rm --name beevelop -it beevelop/base:v2023.12.1 bash# or build the image from GitHub
docker build -t beevelop/base github.com/beevelop/docker-base
```### Or use as base image
```Dockerfile
FROM beevelop/base:v2023.12.1
```---
# All Docker images
| Badge | Pulls | Image Size (tag) | Release |
| --- | --- | --- | --- |
|  |  |  |  |
|  |  |  |  |
|  |  |  |  |
|  |  |  |  |
|  |  |  |  |
|  |  |  |  |
|  |  |  |  |---
### Use tags where possible, because
