GithubHelp home page GithubHelp logo

Comments (39)

bean5 avatar bean5 commented on August 17, 2024 2

Can this be closed, @progrium? Yes, it is used...

from docker-alpine.

jumanjiman avatar jumanjiman commented on August 17, 2024

several repos at:

there may be a couple open-source repos at:

from docker-alpine.

msaraiva avatar msaraiva commented on August 17, 2024

All Erlang/Elixir images at:
https://github.com/msaraiva/alpine-erlang

from docker-alpine.

gigablah avatar gigablah commented on August 17, 2024

Pie.co uses Alpine in our Docker images.

They're not public, but I use basically the same workflow in my personal images:

from docker-alpine.

veggiemonk avatar veggiemonk commented on August 17, 2024

Used it to build node.js app meant to be used internally and just for web developer. I don't know if that counts ❓

from docker-alpine.

ticosax avatar ticosax commented on August 17, 2024

At lock8 we use it to serve nginx
https://github.com/lock8/nginx-in-docker

from docker-alpine.

fermayo avatar fermayo commented on August 17, 2024

At Tutum we use it for our hello-world (https://registry.hub.docker.com/u/tutum/hello-world/) and for some small tools, but cannot use it in more images (even if we wanted to) due to the issues with "DNS search" (which breaks our service discovery system).

from docker-alpine.

pires avatar pires commented on August 17, 2024

All my updated docker-* repos use it. Started using since busybox moved too.

from docker-alpine.

neilellis avatar neilellis commented on August 17, 2024

We use it for https://github.com/Sillelien/base-alpine which in turn we use for https://github.com/Sillelien/s3-conf https://github.com/Sillelien/base-java https://github.com/Sillelien/docktor https://github.com/Sillelien/tutum-cron https://github.com/Sillelien/rsync-store

Although I'm starting to use a stripped down jessie image more and more for ease of compatability: https://registry.hub.docker.com/u/sillelien/jessy/ and https://registry.hub.docker.com/u/sillelien/jess/

from docker-alpine.

KyleJamesWalker avatar KyleJamesWalker commented on August 17, 2024

I'm using it for my personal dev (if that counts):

from docker-alpine.

LoicMahieu avatar LoicMahieu commented on August 17, 2024

I am using alpine-node from https://github.com/mhart/alpine-node
Depends on gliderlabs/alpine

from docker-alpine.

ozbillwang avatar ozbillwang commented on August 17, 2024

I play docker-2048, only 8M with Alpine linux.

https://github.com/alexwhen/docker-2048

from docker-alpine.

ozbillwang avatar ozbillwang commented on August 17, 2024

Recently I re-write the Dockerfile for seagull (a friendly Web UI to manage docker)

I change Dockerfile with Alpine Linux, and update in my fork. New image is only 171MB.

$ docker images |grep seagull
sydops/seagull                  latest      d24ca67818e9        37 seconds ago       171.6 MB
tobegit3hub/seagull             latest      38bfd833ae80        6 weeks ago          548.5 MB

Updated Dockerfile is here:
https://github.com/SydOps/seagull/blob/master/Dockerfile

original Dockerfile is here:
https://github.com/tobegit3hub/seagull/blob/master/Dockerfile

from docker-alpine.

squeaky-pl avatar squeaky-pl commented on August 17, 2024

https://upclose.me/ is running haproxy, nginx, python api and background services, redis dockerized on top of these images

from docker-alpine.

techgaun avatar techgaun commented on August 17, 2024

We've several internal microservices where we're using the images based on docker-alpine. Little bit of customization but still smaller base image (~30MB max).

from docker-alpine.

cameronmalek avatar cameronmalek commented on August 17, 2024

redbarradio.net and all the rest of my clients are on alpine-based images (for the most part)

from docker-alpine.

mboersma avatar mboersma commented on August 17, 2024

The Deis open source PaaS uses Alpine as the basis of (nearly) all its components. Smaller, faster, better.

from docker-alpine.

GottZ avatar GottZ commented on August 17, 2024

i'm using it for wrapping docker around my private applications and i'm doing emberjs development inside one of theese containers.

i love the fact how lightweight this container is. everyone should know about it!

from docker-alpine.

kenXengineering avatar kenXengineering commented on August 17, 2024

I'm looking into using it to trim a private node.js app image from 827.7 mb to 154.5 mb. Can prob get it smaller yet!

from docker-alpine.

garywiz avatar garywiz commented on August 17, 2024

We are using the following alpine-based images, which include a very lean process manager we've standardised on among about 20 clients. We use the official alpine image as the starting point to build...

  • alpinebase (55MB) - A base image used for other builds which includes Python3. Based upon official alpine.
  • alpinejava (215MB) - An Oracle 8 Java image derived from alpinebase that is used as the base image for many Java applications our clients are writing.

Though most images we deploy for clients are stored in their private repos, we have a couple public images we've given clients as samples of how to build configurable images based upon the above:

We've taken a bit of criticism for our approach to using Docker (we violate some of the sacred rules), but our clients have had excellent experiences, so we're pretty happy with them.

We do like alpine A LOT as a foundation. We have an entire family of images which are all compatible built on Ubuntu, CentOS, and Alpine, and the small size and agility of the Alpine distro has been fantastic.

You asked! lol

from docker-alpine.

paulrutter avatar paulrutter commented on August 17, 2024

We use the docker-alpine image as a base to run Node.js and PhantomJS in a as small as possible image, so our clients can run their own javascript code in a sandboxed environment (the docker container).

from docker-alpine.

BrianHicks avatar BrianHicks commented on August 17, 2024

We're using alpine for most of our work on Mantl (https://github.com/ciscocloud and https://github.com/asteris-llc) We're finding it ideal for dynamically scheduled workloads since it's so small. :)

from docker-alpine.

repeatedly avatar repeatedly commented on August 17, 2024

Fluentd, a.k.a. one of Docker's logging driver, now uses Alpine Linux for official image.

https://hub.docker.com/r/fluent/fluentd/

from docker-alpine.

jumanjiman avatar jumanjiman commented on August 17, 2024

Fluentd, a.k.a. one of Docker's logging driver, now uses Alpine Linux for official image.

🚀 ⭐

from docker-alpine.

kabudu avatar kabudu commented on August 17, 2024

An nginx PHP-FPM image based on the gliderlabs/alpine image:

https://hub.docker.com/r/boxedcode/nginx-php-fpm/

from docker-alpine.

Toilal avatar Toilal commented on August 17, 2024

Alpine based images for many languages:

https://github.com/iron-io/dockers

from docker-alpine.

tboerger avatar tboerger commented on August 17, 2024

Nearly all containers at https://github.com/dockhippie use https://github.com/dockhippie/alpine as a base image which is based on the official alpine edge image.

from docker-alpine.

PHLAK avatar PHLAK commented on August 17, 2024

Been building all my recent images on Alpine. Check them out: https://hub.docker.com/u/phlak/

from docker-alpine.

olliefreeman avatar olliefreeman commented on August 17, 2024

Oxford BRC Informatics, just discovered you for our build. Fantastic. Although using @frol alpine jdk8 releases on top have discovered Gradle won't work due to Failed to load native library 'libnative-platform.so' for Linux amd64.

Edit: seems to be a gradle 2.11 issue...gradle 2.9 works

from docker-alpine.

JurrianFahner avatar JurrianFahner commented on August 17, 2024

I'm using it for my personal project: https://github.com/JurrianFahner/gitserver/blob/master/Dockerfile
It would be nice, if there would be support for Java in alpine.

from docker-alpine.

frol avatar frol commented on August 17, 2024

Salford Systems is using Alpine for internal processes (testing and helpers).

http://dots.org.ua/ is a local Ukrainian non-profit platform for programming contests (IOI, ACM, and training), and it is using Alpine as a base image for almost all included compilers (GCC, FreePascal, OpenJDK, OracleJDK, Mono, Ruby, Python, Scala, Kotlin, Go, Bash, PHP, Nim) to run solutions in sandbox containers. This is why I have all those images in my profile and maintain them.

from docker-alpine.

deviantony avatar deviantony commented on August 17, 2024

The Skynet project uses Alpine image for all it's Python components.

https://github.com/cyberdyne-corp/skynet

from docker-alpine.

MaerF0x0 avatar MaerF0x0 commented on August 17, 2024

Leftronic uses gliderlabs/alpine:latest to build golang binaries. Then we put the binary in an alpine:latest container for running in dev/prod .

Check us out: https://www.leftronic.com

from docker-alpine.

jessegreathouse avatar jessegreathouse commented on August 17, 2024

Sparefoot is using it on our partnership platform here: http://partners.sparefoot.com/amex/

from docker-alpine.

kabudu avatar kabudu commented on August 17, 2024

An Alpine 3.4 / Nginx 1.10.1 / PHP 7.0.7 (with FPM) image based on the offical alpine image

Docker hub:

https://hub.docker.com/r/boxedcode/alpine-nginx-php-fpm/

Git repo:

https://gitlab.com/boxedcode/alpine-nginx-php-fpm

from docker-alpine.

bboreham avatar bboreham commented on August 17, 2024

Used by Weave tools for container visualisation and networking:

https://github.com/weaveworks/scope
https://github.com/weaveworks/weave

from docker-alpine.

webRat avatar webRat commented on August 17, 2024

http://getwrecked.com/ is using it for 2 clients projects.

from docker-alpine.

pierreozoux avatar pierreozoux commented on August 17, 2024

I think now, it is broadly used :) Is this topic still relevant?

from docker-alpine.

Alkarex avatar Alkarex commented on August 17, 2024

FreshRSS (an open-source, self-hosted RSS feed aggregator) is using Alpine Linux for its official image, with a great size reduction compared to previous versions using another base image 👍

from docker-alpine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.