Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

specsnl/utils

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Utils

Build Images

A minimal Alpine based image with:

  • bash (set as default shell for root user)
  • curl
  • wget
  • jq
  • yq
  • sed
  • pcre-tools
  • ssh-keygen
  • gnupg
  • pass
  • git

Pulling image from GitHub Container Registry:

docker pull ghcr.io/specsnl/utils:latest

Interactive shell and mounting the current directory:

docker run -it -v $(pwd):/workspace --rm ghcr.io/specsnl/utils:latest /bin/bash

Default workspace: /workspace

Task

This project uses Task (an task runner / build tool).

Available tasks for this project:

* build:               Build the Utils image
* lint:                Apply a Dockerfile linter (https://github.com/hadolint/hadolint)
* shell:               Interactive shell
* list:packages:       List all installed packages

About

A Docker image with (CLI) utility tools.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.