An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Kubico

[![Build Images](https://github.com/Ilyes512/kubico/actions/workflows/build.yml/badge.svg)](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"
```