All Projects → discolix → discolix

discolix / discolix

Licence: Apache-2.0 license
distroless arm docker images

Programming Languages

Starlark
911 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to discolix

tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+240.91%)
Mutual labels:  arm, armv7, arm64, armv8
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-45.45%)
Mutual labels:  arm, armv7, arm64, armv8
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+945.45%)
Mutual labels:  arm, armv7, arm64, armv8
Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+622.73%)
Mutual labels:  arm, armv7, arm64, armv8
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+577.27%)
Mutual labels:  armv7, arm64, armv8
docker-elasticsearch
Multi-architecture (arm, x86) Docker image for Elasticsearch
Stars: ✭ 14 (-36.36%)
Mutual labels:  arm, armv7, multi-arch-images
tensorflow-aarch64
Compiled tensorflow for aarch64 architecture
Stars: ✭ 20 (-9.09%)
Mutual labels:  arm, arm64, armv8
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+9550%)
Mutual labels:  arm, armv7, armv8
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+3618.18%)
Mutual labels:  armv7, arm64, armv8
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+140.91%)
Mutual labels:  arm, armv7, arm64
Arm Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
Stars: ✭ 159 (+622.73%)
Mutual labels:  arm, armv7, armv8
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+390.91%)
Mutual labels:  arm, arm64, armv8
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+2059.09%)
Mutual labels:  arm, armv7, arm64
Sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
Stars: ✭ 316 (+1336.36%)
Mutual labels:  arm, arm64, armv8
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+3345.45%)
Mutual labels:  arm, arm64, armv8
arm64-pgtable-tool
Tool for automatically generating MMU and translation table setup code, whether to drag and drop into your own bare metal arm64 projects or to assist you in your own learning.
Stars: ✭ 41 (+86.36%)
Mutual labels:  arm, arm64, armv8
novix
kris nóva userspace and kernel tools for the Novix operating system
Stars: ✭ 33 (+50%)
Mutual labels:  armv7, arm64, armv8
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (+50%)
Mutual labels:  arm, armv7, arm64
Grafana On Raspberry
Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
Stars: ✭ 318 (+1345.45%)
Mutual labels:  arm, armv7, arm64
Element Web
element.io docker image generator
Stars: ✭ 21 (-4.55%)
Mutual labels:  arm, armv7, arm64

Discolix

Distroless docker images for popular ARM platforms based on the GoogleContainerTools/distroless project.

Overview

Discolix is a "distroless" language focused docker image project supporting image bundles for the linux_arm, linux_arm64 and linux_amd64 platforms, where the linux_amd64 image is capable of serving as a drop-in replacement for its upstream variant (if one exists), and with the additional goal of providing a foundation for "multi-arch" development using docker.

A Quick Note on System Dependencies

Image system dependencies are not compiled from source as part of this project's build. Instead, images are constructed using Debian 10 system binary packages (from the official repos) wherever possible. These packages are sometimes modified at build-time to remove unused components or to assemble required components normally generated by install-time scripts. Refer to the source of individual image types for more information on utilized packages.

Docker Images

Hosted on DockerHub: https://hub.docker.com/u/discolix

Image Types

  • static
  • base
  • cc
  • python

Manifest Lists

discolix/[image_type]:latest

The main root user image

Image OS Arch
discolix/[image_type]:latest-linux_arm linux arm
discolix/[image_type]:latest-linux_arm64 linux arm64
discolix/[image_type]:latest-linux_amd64 linux amd64

discolix/[image_type]:debug

Same as latest, but with busybox installed at /busybox (example: /busybox/sh). Also /busybox added to $PATH

Image OS Arch
discolix/[image_type]:debug-linux_arm linux arm
discolix/[image_type]:debug-linux_arm64 linux arm64
discolix/[image_type]:debug-linux_amd64 linux amd64

discolix/[image_type]:nonroot

Includes /etc/password entry for nonroot user

Image OS Arch
discolix/[image_type]:debug-linux_arm linux arm
discolix/[image_type]:debug-linux_arm64 linux arm64
discolix/[image_type]:debug-linux_amd64 linux amd64

discolix/[image_type]:debug-nonroot

like debug, but with the addition of the nonroot user

Image OS Arch
discolix/[image_type]:debug-nonroot-linux_arm linux arm
discolix/[image_type]:debug-nonroot-linux_arm64 linux arm64
discolix/[image_type]:debug-nonroot-linux_amd64 linux amd64

Bazel Example

This project came about, in part, to support another open source project I maintain which can serve as an example on how to use these images with the bazel docker toolchain: emacski/tensorflow-serving-arm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].