https://github.com/ilyes512/kubico
A Docker image that shows all environment variables and meta information for testing purposes
https://github.com/ilyes512/kubico
docker kubernetes test-container
Last synced: 18 days ago
JSON representation
A Docker image that shows all environment variables and meta information for testing purposes
- Host: GitHub
- URL: https://github.com/ilyes512/kubico
- Owner: Ilyes512
- Created: 2019-03-11T19:44:00.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T10:18:11.000Z (3 months ago)
- Last Synced: 2025-04-08T20:14:45.964Z (about 1 month ago)
- Topics: docker, kubernetes, test-container
- Language: Go
- Homepage:
- Size: 395 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubico
[](https://github.com/Ilyes512/kubico/actions/workflows/build.yml)
![]()
## Pulling the images
```
docker pull ghcr.io/ilyes512/kubico:latest
docker pull ghcr.io/ilyes512/kubico:debian-latest
```## How to use/build
Requirements:
- [Docker](https://docs.docker.com/install/)
- [Task](https://taskfile.dev/#/installation) (A Task runner)## Task commands
Available [Task](https://taskfile.dev/#/) commands:
```
* build: Build the web app
* cleanup: Cleanup workspace
* run: Build and run the web app
* d:build: Build docker container
* d:lint: Apply a Dockerfile linter (https://github.com/hadolint/hadolint)
* d:run: Run the container
* node:dev: Run "npm run development"
* node:install: Run "npm install"
* node:prd: Run "npm run production"
* node:shell: Opens up "assets"-dir in a container with NodeJS
* node:update: Run "npm update"
```