Run update-tag-details.sh

This commit is contained in:
Docker Library Bot
2016-06-27 16:16:24 -07:00
parent 502b7e4e01
commit b194fef352
4 changed files with 1471 additions and 1920 deletions
+72 -72
View File
@@ -4,14 +4,14 @@
- [`crate:latest`](#cratelatest)
- [`crate:0.54`](#crate054)
- [`crate:0.54.9`](#crate0549)
- [`crate:0.54.11`](#crate05411)
- [`crate:0.52`](#crate052)
- [`crate:0.52.4`](#crate0524)
## `crate:latest`
```console
$ docker pull crate@sha256:3db871c6d951db08959e8e49cd6d248fce9bbdc640e63ca96191c4c6ef6d9016
$ docker pull crate@sha256:c6661da08f21f747e87a6a949388bd7bad83e9fbccad2c7ebda986c79cca9f5f
```
- Platforms:
@@ -21,9 +21,9 @@ $ docker pull crate@sha256:3db871c6d951db08959e8e49cd6d248fce9bbdc640e63ca96191c
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **148.1 MB (148113292 bytes)**
- Total Size: **148.1 MB (148143066 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:91673af9bbe9140ed38c5d598d20f3ac96e3da24ac4c0f7cf0c7cc55ace3217a`
- Image ID: `sha256:051359a8141afd6abfd0d4bf641a68a83e9749be3bece80d5940ca90ca1a93a1`
- Default Command: `["crate"]`
```dockerfile
@@ -41,23 +41,23 @@ RUN addgroup crate && adduser -G crate -H crate -D
ADD file:ca9d36a1caad530dcca5f621f863c300f4e790c04d027524dd7c6a46665b46b2 in /var/tmp/
# Thu, 23 Jun 2016 20:04:34 GMT
RUN set -ex && apk add --no-cache --virtual .build-deps tar git gcc cmake libc-dev libtirpc-dev pax-utils openjdk8 gnupg perl && BUILD_DIR=$(mktemp -d) && cd $BUILD_DIR && curl -fSL https://www.apache.org/dist/ant/KEYS -o KEYS && curl -fSL -O https://www.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz.asc && curl -fSL -O https://www-us.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz && export GNUPGHOME="$(mktemp -d)" && gpg --import KEYS && gpg --batch --verify apache-ant-$ANT_VERSION-bin.tar.gz.asc apache-ant-$ANT_VERSION-bin.tar.gz && rm -r "$GNUPGHOME" apache-ant-$ANT_VERSION-bin.tar.gz.asc && tar -zxf apache-ant-$ANT_VERSION-bin.tar.gz && git clone https://github.com/hyperic/sigar.git --single-branch --branch sigar-$SIGAR_VERSION sigar && cd sigar && git apply /var/tmp/sigar_build.patch && cd bindings/java && $BUILD_DIR/apache-ant-$ANT_VERSION/bin/ant && find build -name '*.so*' | xargs install -t /usr/local/lib && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .libsigar-rundeps $runDeps && apk del .build-deps && rm -rf $BUILD_DIR
# Thu, 23 Jun 2016 20:04:35 GMT
ENV CRATE_VERSION=0.54.9
# Thu, 23 Jun 2016 20:05:13 GMT
# Mon, 27 Jun 2016 22:57:20 GMT
ENV CRATE_VERSION=0.54.11
# Mon, 27 Jun 2016 22:57:57 GMT
RUN apk add --no-cache --virtual .crate-rundeps openjdk8-jre-base python3 openssl && apk add --no-cache --virtual .build-deps curl gnupg tar && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB && gpg --batch --verify crate-$CRATE_VERSION.tar.gz.asc crate-$CRATE_VERSION.tar.gz && rm -r "$GNUPGHOME" crate-$CRATE_VERSION.tar.gz.asc && mkdir /crate && tar -xf crate-$CRATE_VERSION.tar.gz -C /crate --strip-components=1 && ln -s /usr/bin/python3 /usr/bin/python && cp -f /usr/local/lib/*.so /crate/lib/sigar/ && chown -R crate /crate && apk del .build-deps
# Thu, 23 Jun 2016 20:05:14 GMT
# Mon, 27 Jun 2016 22:57:58 GMT
ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Thu, 23 Jun 2016 20:05:14 GMT
# Mon, 27 Jun 2016 22:57:59 GMT
VOLUME [/data]
# Thu, 23 Jun 2016 20:05:15 GMT
# Mon, 27 Jun 2016 22:58:00 GMT
ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
# Thu, 23 Jun 2016 20:05:16 GMT
# Mon, 27 Jun 2016 22:58:01 GMT
ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
# Thu, 23 Jun 2016 20:05:17 GMT
# Mon, 27 Jun 2016 22:58:01 GMT
WORKDIR /data
# Thu, 23 Jun 2016 20:05:18 GMT
# Mon, 27 Jun 2016 22:58:06 GMT
EXPOSE 4200/tcp 4300/tcp
# Thu, 23 Jun 2016 20:05:18 GMT
# Mon, 27 Jun 2016 22:58:06 GMT
CMD ["crate"]
```
@@ -74,23 +74,23 @@ CMD ["crate"]
- `sha256:6b0389d91d646d4ff29433351ec68b780fc1876a2b846f1dd7c2e54fa52dad73`
Last Modified: Thu, 23 Jun 2016 20:05:27 GMT
Size: 1.1 MB (1071956 bytes)
- `sha256:d99580ba0720792079f8cc32647bf0febf2de498371bb3cb93d5dc1b6543458e`
Last Modified: Thu, 23 Jun 2016 20:05:54 GMT
Size: 144.7 MB (144697522 bytes)
- `sha256:4e6aec62770f5c472a9a7f48401fd5e17f81d079b2eac567dbb9d8ad525d5147`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
- `sha256:a8c270d741b485a9a1ade69545c438113fe25d9648789f31b9046c0d495fc327`
Last Modified: Mon, 27 Jun 2016 22:58:38 GMT
Size: 144.7 MB (144727294 bytes)
- `sha256:8e877ffe2af91b29b8c1a9c817c31b0b5d350e6b32282b70e78db5640cd87d21`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 235.0 B
- `sha256:ef6639050433a80110d8796fcb7f7a834bc103d8d68563df4c255f5bc5878da7`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
- `sha256:b4cf72fef5b307dcd9df0e346a188534aae42dda7064448cf701b833c40b1632`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 400.0 B
- `sha256:b31326b55405547cbc37fc262b033d5a137d5818d85775cc29ddcf893b06bf96`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
Size: 90.0 B
- `sha256:406f0193f4c2caee97013f846c5a21a84674054ba9b6ac2de9ab006ffb56309e`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 92.0 B
## `crate:0.54`
```console
$ docker pull crate@sha256:3db871c6d951db08959e8e49cd6d248fce9bbdc640e63ca96191c4c6ef6d9016
$ docker pull crate@sha256:c6661da08f21f747e87a6a949388bd7bad83e9fbccad2c7ebda986c79cca9f5f
```
- Platforms:
@@ -100,9 +100,9 @@ $ docker pull crate@sha256:3db871c6d951db08959e8e49cd6d248fce9bbdc640e63ca96191c
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **148.1 MB (148113292 bytes)**
- Total Size: **148.1 MB (148143066 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:91673af9bbe9140ed38c5d598d20f3ac96e3da24ac4c0f7cf0c7cc55ace3217a`
- Image ID: `sha256:051359a8141afd6abfd0d4bf641a68a83e9749be3bece80d5940ca90ca1a93a1`
- Default Command: `["crate"]`
```dockerfile
@@ -120,23 +120,23 @@ RUN addgroup crate && adduser -G crate -H crate -D
ADD file:ca9d36a1caad530dcca5f621f863c300f4e790c04d027524dd7c6a46665b46b2 in /var/tmp/
# Thu, 23 Jun 2016 20:04:34 GMT
RUN set -ex && apk add --no-cache --virtual .build-deps tar git gcc cmake libc-dev libtirpc-dev pax-utils openjdk8 gnupg perl && BUILD_DIR=$(mktemp -d) && cd $BUILD_DIR && curl -fSL https://www.apache.org/dist/ant/KEYS -o KEYS && curl -fSL -O https://www.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz.asc && curl -fSL -O https://www-us.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz && export GNUPGHOME="$(mktemp -d)" && gpg --import KEYS && gpg --batch --verify apache-ant-$ANT_VERSION-bin.tar.gz.asc apache-ant-$ANT_VERSION-bin.tar.gz && rm -r "$GNUPGHOME" apache-ant-$ANT_VERSION-bin.tar.gz.asc && tar -zxf apache-ant-$ANT_VERSION-bin.tar.gz && git clone https://github.com/hyperic/sigar.git --single-branch --branch sigar-$SIGAR_VERSION sigar && cd sigar && git apply /var/tmp/sigar_build.patch && cd bindings/java && $BUILD_DIR/apache-ant-$ANT_VERSION/bin/ant && find build -name '*.so*' | xargs install -t /usr/local/lib && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .libsigar-rundeps $runDeps && apk del .build-deps && rm -rf $BUILD_DIR
# Thu, 23 Jun 2016 20:04:35 GMT
ENV CRATE_VERSION=0.54.9
# Thu, 23 Jun 2016 20:05:13 GMT
# Mon, 27 Jun 2016 22:57:20 GMT
ENV CRATE_VERSION=0.54.11
# Mon, 27 Jun 2016 22:57:57 GMT
RUN apk add --no-cache --virtual .crate-rundeps openjdk8-jre-base python3 openssl && apk add --no-cache --virtual .build-deps curl gnupg tar && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB && gpg --batch --verify crate-$CRATE_VERSION.tar.gz.asc crate-$CRATE_VERSION.tar.gz && rm -r "$GNUPGHOME" crate-$CRATE_VERSION.tar.gz.asc && mkdir /crate && tar -xf crate-$CRATE_VERSION.tar.gz -C /crate --strip-components=1 && ln -s /usr/bin/python3 /usr/bin/python && cp -f /usr/local/lib/*.so /crate/lib/sigar/ && chown -R crate /crate && apk del .build-deps
# Thu, 23 Jun 2016 20:05:14 GMT
# Mon, 27 Jun 2016 22:57:58 GMT
ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Thu, 23 Jun 2016 20:05:14 GMT
# Mon, 27 Jun 2016 22:57:59 GMT
VOLUME [/data]
# Thu, 23 Jun 2016 20:05:15 GMT
# Mon, 27 Jun 2016 22:58:00 GMT
ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
# Thu, 23 Jun 2016 20:05:16 GMT
# Mon, 27 Jun 2016 22:58:01 GMT
ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
# Thu, 23 Jun 2016 20:05:17 GMT
# Mon, 27 Jun 2016 22:58:01 GMT
WORKDIR /data
# Thu, 23 Jun 2016 20:05:18 GMT
# Mon, 27 Jun 2016 22:58:06 GMT
EXPOSE 4200/tcp 4300/tcp
# Thu, 23 Jun 2016 20:05:18 GMT
# Mon, 27 Jun 2016 22:58:06 GMT
CMD ["crate"]
```
@@ -153,35 +153,35 @@ CMD ["crate"]
- `sha256:6b0389d91d646d4ff29433351ec68b780fc1876a2b846f1dd7c2e54fa52dad73`
Last Modified: Thu, 23 Jun 2016 20:05:27 GMT
Size: 1.1 MB (1071956 bytes)
- `sha256:d99580ba0720792079f8cc32647bf0febf2de498371bb3cb93d5dc1b6543458e`
Last Modified: Thu, 23 Jun 2016 20:05:54 GMT
Size: 144.7 MB (144697522 bytes)
- `sha256:4e6aec62770f5c472a9a7f48401fd5e17f81d079b2eac567dbb9d8ad525d5147`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
- `sha256:a8c270d741b485a9a1ade69545c438113fe25d9648789f31b9046c0d495fc327`
Last Modified: Mon, 27 Jun 2016 22:58:38 GMT
Size: 144.7 MB (144727294 bytes)
- `sha256:8e877ffe2af91b29b8c1a9c817c31b0b5d350e6b32282b70e78db5640cd87d21`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 235.0 B
- `sha256:ef6639050433a80110d8796fcb7f7a834bc103d8d68563df4c255f5bc5878da7`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
- `sha256:b4cf72fef5b307dcd9df0e346a188534aae42dda7064448cf701b833c40b1632`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 400.0 B
- `sha256:b31326b55405547cbc37fc262b033d5a137d5818d85775cc29ddcf893b06bf96`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
Size: 90.0 B
- `sha256:406f0193f4c2caee97013f846c5a21a84674054ba9b6ac2de9ab006ffb56309e`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 92.0 B
## `crate:0.54.9`
## `crate:0.54.11`
```console
$ docker pull crate@sha256:3db871c6d951db08959e8e49cd6d248fce9bbdc640e63ca96191c4c6ef6d9016
$ docker pull crate@sha256:c6661da08f21f747e87a6a949388bd7bad83e9fbccad2c7ebda986c79cca9f5f
```
- Platforms:
- linux; amd64
### `crate:0.54.9` - linux; amd64
### `crate:0.54.11` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **148.1 MB (148113292 bytes)**
- Total Size: **148.1 MB (148143066 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:91673af9bbe9140ed38c5d598d20f3ac96e3da24ac4c0f7cf0c7cc55ace3217a`
- Image ID: `sha256:051359a8141afd6abfd0d4bf641a68a83e9749be3bece80d5940ca90ca1a93a1`
- Default Command: `["crate"]`
```dockerfile
@@ -199,23 +199,23 @@ RUN addgroup crate && adduser -G crate -H crate -D
ADD file:ca9d36a1caad530dcca5f621f863c300f4e790c04d027524dd7c6a46665b46b2 in /var/tmp/
# Thu, 23 Jun 2016 20:04:34 GMT
RUN set -ex && apk add --no-cache --virtual .build-deps tar git gcc cmake libc-dev libtirpc-dev pax-utils openjdk8 gnupg perl && BUILD_DIR=$(mktemp -d) && cd $BUILD_DIR && curl -fSL https://www.apache.org/dist/ant/KEYS -o KEYS && curl -fSL -O https://www.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz.asc && curl -fSL -O https://www-us.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz && export GNUPGHOME="$(mktemp -d)" && gpg --import KEYS && gpg --batch --verify apache-ant-$ANT_VERSION-bin.tar.gz.asc apache-ant-$ANT_VERSION-bin.tar.gz && rm -r "$GNUPGHOME" apache-ant-$ANT_VERSION-bin.tar.gz.asc && tar -zxf apache-ant-$ANT_VERSION-bin.tar.gz && git clone https://github.com/hyperic/sigar.git --single-branch --branch sigar-$SIGAR_VERSION sigar && cd sigar && git apply /var/tmp/sigar_build.patch && cd bindings/java && $BUILD_DIR/apache-ant-$ANT_VERSION/bin/ant && find build -name '*.so*' | xargs install -t /usr/local/lib && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .libsigar-rundeps $runDeps && apk del .build-deps && rm -rf $BUILD_DIR
# Thu, 23 Jun 2016 20:04:35 GMT
ENV CRATE_VERSION=0.54.9
# Thu, 23 Jun 2016 20:05:13 GMT
# Mon, 27 Jun 2016 22:57:20 GMT
ENV CRATE_VERSION=0.54.11
# Mon, 27 Jun 2016 22:57:57 GMT
RUN apk add --no-cache --virtual .crate-rundeps openjdk8-jre-base python3 openssl && apk add --no-cache --virtual .build-deps curl gnupg tar && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB && gpg --batch --verify crate-$CRATE_VERSION.tar.gz.asc crate-$CRATE_VERSION.tar.gz && rm -r "$GNUPGHOME" crate-$CRATE_VERSION.tar.gz.asc && mkdir /crate && tar -xf crate-$CRATE_VERSION.tar.gz -C /crate --strip-components=1 && ln -s /usr/bin/python3 /usr/bin/python && cp -f /usr/local/lib/*.so /crate/lib/sigar/ && chown -R crate /crate && apk del .build-deps
# Thu, 23 Jun 2016 20:05:14 GMT
# Mon, 27 Jun 2016 22:57:58 GMT
ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Thu, 23 Jun 2016 20:05:14 GMT
# Mon, 27 Jun 2016 22:57:59 GMT
VOLUME [/data]
# Thu, 23 Jun 2016 20:05:15 GMT
# Mon, 27 Jun 2016 22:58:00 GMT
ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
# Thu, 23 Jun 2016 20:05:16 GMT
# Mon, 27 Jun 2016 22:58:01 GMT
ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
# Thu, 23 Jun 2016 20:05:17 GMT
# Mon, 27 Jun 2016 22:58:01 GMT
WORKDIR /data
# Thu, 23 Jun 2016 20:05:18 GMT
# Mon, 27 Jun 2016 22:58:06 GMT
EXPOSE 4200/tcp 4300/tcp
# Thu, 23 Jun 2016 20:05:18 GMT
# Mon, 27 Jun 2016 22:58:06 GMT
CMD ["crate"]
```
@@ -232,18 +232,18 @@ CMD ["crate"]
- `sha256:6b0389d91d646d4ff29433351ec68b780fc1876a2b846f1dd7c2e54fa52dad73`
Last Modified: Thu, 23 Jun 2016 20:05:27 GMT
Size: 1.1 MB (1071956 bytes)
- `sha256:d99580ba0720792079f8cc32647bf0febf2de498371bb3cb93d5dc1b6543458e`
Last Modified: Thu, 23 Jun 2016 20:05:54 GMT
Size: 144.7 MB (144697522 bytes)
- `sha256:4e6aec62770f5c472a9a7f48401fd5e17f81d079b2eac567dbb9d8ad525d5147`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
- `sha256:a8c270d741b485a9a1ade69545c438113fe25d9648789f31b9046c0d495fc327`
Last Modified: Mon, 27 Jun 2016 22:58:38 GMT
Size: 144.7 MB (144727294 bytes)
- `sha256:8e877ffe2af91b29b8c1a9c817c31b0b5d350e6b32282b70e78db5640cd87d21`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 235.0 B
- `sha256:ef6639050433a80110d8796fcb7f7a834bc103d8d68563df4c255f5bc5878da7`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
- `sha256:b4cf72fef5b307dcd9df0e346a188534aae42dda7064448cf701b833c40b1632`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 400.0 B
- `sha256:b31326b55405547cbc37fc262b033d5a137d5818d85775cc29ddcf893b06bf96`
Last Modified: Thu, 23 Jun 2016 20:05:26 GMT
Size: 90.0 B
- `sha256:406f0193f4c2caee97013f846c5a21a84674054ba9b6ac2de9ab006ffb56309e`
Last Modified: Mon, 27 Jun 2016 22:58:14 GMT
Size: 92.0 B
## `crate:0.52`
+245 -196
View File
@@ -2,32 +2,33 @@
# Tags of `elixir`
- [`elixir:1.2.5`](#elixir125)
- [`elixir:1.2`](#elixir12)
- [`elixir:1.3.0`](#elixir130)
- [`elixir:1.3`](#elixir13)
- [`elixir:latest`](#elixirlatest)
- [`elixir:1.2-slim`](#elixir12-slim)
- [`elixir:1.3.0-slim`](#elixir130-slim)
- [`elixir:1.3-slim`](#elixir13-slim)
- [`elixir:slim`](#elixirslim)
- [`elixir:1.2-onbuild`](#elixir12-onbuild)
- [`elixir:onbuild`](#elixironbuild)
- [`elixir:1.2.4`](#elixir124)
- [`elixir:1.2.3`](#elixir123)
- [`elixir:1.2.6`](#elixir126)
- [`elixir:1.2`](#elixir12)
- [`elixir:1.2.6-slim`](#elixir126-slim)
- [`elixir:1.2-slim`](#elixir12-slim)
## `elixir:1.2.5`
## `elixir:1.3.0`
```console
$ docker pull elixir@sha256:1a9bcde4897f90594627a13ace6f45b980ee51894768df67db8baba01034517d
$ docker pull elixir@sha256:d4b31290288fd187dda507e2bf02049e6d5860e0148c19718c4d372bc5474ccd
```
- Platforms:
- linux; amd64
### `elixir:1.2.5` - linux; amd64
### `elixir:1.3.0` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **304.8 MB (304758834 bytes)**
- Total Size: **305.2 MB (305173132 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:5165c41f0185672595753c1f242a50b38002c4fd5e249a65ef763132e5101396`
- Image ID: `sha256:72710342e7c07ccbd50359898280fc0cfd9a21b1be4249f8bef481fa0fb983e5`
- Default Command: `["iex"]`
```dockerfile
@@ -41,25 +42,25 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificat
RUN apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
# Thu, 09 Jun 2016 21:39:19 GMT
RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgeoip-dev libglib2.0-dev libjpeg-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmysqlclient-dev libncurses-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:58:34 GMT
ENV OTP_VERSION=18.3.4
# Thu, 23 Jun 2016 20:10:30 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps='libodbc1' && buildDeps='unixodbc-dev' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:10:30 GMT
# Thu, 23 Jun 2016 19:23:15 GMT
ENV OTP_VERSION=19.0
# Thu, 23 Jun 2016 19:40:33 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" && OTP_DOWNLOAD_SHA256="107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7" && runtimeDeps='libodbc1' && buildDeps='unixodbc-dev' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:40:33 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 20:10:31 GMT
# Thu, 23 Jun 2016 19:40:33 GMT
ENV REBAR_VERSION=2.6.1
# Thu, 23 Jun 2016 20:10:39 GMT
RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" && REBAR_DOWNLOAD_SHA256="aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" && mkdir -p /usr/src/rebar-src && curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" && echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - && tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 && rm rebar-src.tar.gz && cd /usr/src/rebar-src && ./bootstrap && install -v ./rebar /usr/local/bin/ && rm -rf /usr/src/rebar-src
# Thu, 23 Jun 2016 20:10:40 GMT
# Thu, 23 Jun 2016 19:40:38 GMT
RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" && REBAR_DOWNLOAD_SHA256="aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" && mkdir -p /usr/src/rebar-src && curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" && echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - && tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 && rm rebar-src.tar.gz && cd /usr/src/rebar-src && ./bootstrap && install -v ./rebar /usr/local/bin/ && rm -rf /usr/src/rebar-src
# Thu, 23 Jun 2016 19:40:39 GMT
ENV REBAR3_VERSION=3.2.0
# Thu, 23 Jun 2016 20:11:55 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Thu, 23 Jun 2016 21:14:17 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:15:38 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:15:39 GMT
# Thu, 23 Jun 2016 19:41:09 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Mon, 27 Jun 2016 22:54:57 GMT
ENV ELIXIR_VERSION=v1.3.0 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:56:10 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="cdca6cf6355ee993cf7e220cccb553c284e6c30e187251b9dae0f5e5d5207839" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:56:10 GMT
CMD ["iex"]
```
@@ -76,35 +77,35 @@ CMD ["iex"]
- `sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`
Last Modified: Thu, 09 Jun 2016 21:47:38 GMT
Size: 129.7 MB (129704383 bytes)
- `sha256:7eb07e5ada99e12d7a10ef4d91b28139d9e4b8e9270668024b70a0b6b4b83375`
Last Modified: Thu, 23 Jun 2016 20:55:27 GMT
Size: 57.7 MB (57683952 bytes)
- `sha256:01033c7125982f44a3a5ad8da2c37d7aab6662683086c1570f14f00d8b7f16d3`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 196.0 KB (196022 bytes)
- `sha256:47504a42819bc746b999b82e5abdf3d39735e88b327e3877f28c4b8bb59742a9`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 1.5 MB (1474982 bytes)
- `sha256:c8d45f26dab3c7bdb665a369a644f7c6a634abb451025e3aa63b082b15724193`
Last Modified: Thu, 23 Jun 2016 21:21:31 GMT
Size: 3.3 MB (3274370 bytes)
- `sha256:9a6ad7482eba63327e05ced8ddc83f6ee6bb9fbeeaa3dfd2dbf40c66c048c9c6`
Last Modified: Thu, 23 Jun 2016 20:53:21 GMT
Size: 57.8 MB (57845109 bytes)
- `sha256:c0e328b5b940aa06b4aee5f115422427c679332de63b6ea554b1cdc3f6de84ac`
Last Modified: Thu, 23 Jun 2016 20:53:04 GMT
Size: 194.8 KB (194830 bytes)
- `sha256:5dd821fc977bf3fbed72731273be379cbadedcf6e5b5a89ef8b57ba1e37aaece`
Last Modified: Thu, 23 Jun 2016 20:53:04 GMT
Size: 1.5 MB (1470900 bytes)
- `sha256:c8bb67370c1be5a4ba81398599fd5d631ed4981047dff759ce837413d0ab8f0b`
Last Modified: Mon, 27 Jun 2016 23:00:34 GMT
Size: 3.5 MB (3532785 bytes)
## `elixir:1.2`
## `elixir:1.3`
```console
$ docker pull elixir@sha256:1a9bcde4897f90594627a13ace6f45b980ee51894768df67db8baba01034517d
$ docker pull elixir@sha256:d4b31290288fd187dda507e2bf02049e6d5860e0148c19718c4d372bc5474ccd
```
- Platforms:
- linux; amd64
### `elixir:1.2` - linux; amd64
### `elixir:1.3` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **304.8 MB (304758834 bytes)**
- Total Size: **305.2 MB (305173132 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:5165c41f0185672595753c1f242a50b38002c4fd5e249a65ef763132e5101396`
- Image ID: `sha256:72710342e7c07ccbd50359898280fc0cfd9a21b1be4249f8bef481fa0fb983e5`
- Default Command: `["iex"]`
```dockerfile
@@ -118,25 +119,25 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificat
RUN apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
# Thu, 09 Jun 2016 21:39:19 GMT
RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgeoip-dev libglib2.0-dev libjpeg-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmysqlclient-dev libncurses-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:58:34 GMT
ENV OTP_VERSION=18.3.4
# Thu, 23 Jun 2016 20:10:30 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps='libodbc1' && buildDeps='unixodbc-dev' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:10:30 GMT
# Thu, 23 Jun 2016 19:23:15 GMT
ENV OTP_VERSION=19.0
# Thu, 23 Jun 2016 19:40:33 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" && OTP_DOWNLOAD_SHA256="107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7" && runtimeDeps='libodbc1' && buildDeps='unixodbc-dev' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:40:33 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 20:10:31 GMT
# Thu, 23 Jun 2016 19:40:33 GMT
ENV REBAR_VERSION=2.6.1
# Thu, 23 Jun 2016 20:10:39 GMT
RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" && REBAR_DOWNLOAD_SHA256="aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" && mkdir -p /usr/src/rebar-src && curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" && echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - && tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 && rm rebar-src.tar.gz && cd /usr/src/rebar-src && ./bootstrap && install -v ./rebar /usr/local/bin/ && rm -rf /usr/src/rebar-src
# Thu, 23 Jun 2016 20:10:40 GMT
# Thu, 23 Jun 2016 19:40:38 GMT
RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" && REBAR_DOWNLOAD_SHA256="aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" && mkdir -p /usr/src/rebar-src && curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" && echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - && tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 && rm rebar-src.tar.gz && cd /usr/src/rebar-src && ./bootstrap && install -v ./rebar /usr/local/bin/ && rm -rf /usr/src/rebar-src
# Thu, 23 Jun 2016 19:40:39 GMT
ENV REBAR3_VERSION=3.2.0
# Thu, 23 Jun 2016 20:11:55 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Thu, 23 Jun 2016 21:14:17 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:15:38 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:15:39 GMT
# Thu, 23 Jun 2016 19:41:09 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Mon, 27 Jun 2016 22:54:57 GMT
ENV ELIXIR_VERSION=v1.3.0 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:56:10 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="cdca6cf6355ee993cf7e220cccb553c284e6c30e187251b9dae0f5e5d5207839" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:56:10 GMT
CMD ["iex"]
```
@@ -153,23 +154,23 @@ CMD ["iex"]
- `sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`
Last Modified: Thu, 09 Jun 2016 21:47:38 GMT
Size: 129.7 MB (129704383 bytes)
- `sha256:7eb07e5ada99e12d7a10ef4d91b28139d9e4b8e9270668024b70a0b6b4b83375`
Last Modified: Thu, 23 Jun 2016 20:55:27 GMT
Size: 57.7 MB (57683952 bytes)
- `sha256:01033c7125982f44a3a5ad8da2c37d7aab6662683086c1570f14f00d8b7f16d3`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 196.0 KB (196022 bytes)
- `sha256:47504a42819bc746b999b82e5abdf3d39735e88b327e3877f28c4b8bb59742a9`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 1.5 MB (1474982 bytes)
- `sha256:c8d45f26dab3c7bdb665a369a644f7c6a634abb451025e3aa63b082b15724193`
Last Modified: Thu, 23 Jun 2016 21:21:31 GMT
Size: 3.3 MB (3274370 bytes)
- `sha256:9a6ad7482eba63327e05ced8ddc83f6ee6bb9fbeeaa3dfd2dbf40c66c048c9c6`
Last Modified: Thu, 23 Jun 2016 20:53:21 GMT
Size: 57.8 MB (57845109 bytes)
- `sha256:c0e328b5b940aa06b4aee5f115422427c679332de63b6ea554b1cdc3f6de84ac`
Last Modified: Thu, 23 Jun 2016 20:53:04 GMT
Size: 194.8 KB (194830 bytes)
- `sha256:5dd821fc977bf3fbed72731273be379cbadedcf6e5b5a89ef8b57ba1e37aaece`
Last Modified: Thu, 23 Jun 2016 20:53:04 GMT
Size: 1.5 MB (1470900 bytes)
- `sha256:c8bb67370c1be5a4ba81398599fd5d631ed4981047dff759ce837413d0ab8f0b`
Last Modified: Mon, 27 Jun 2016 23:00:34 GMT
Size: 3.5 MB (3532785 bytes)
## `elixir:latest`
```console
$ docker pull elixir@sha256:1a9bcde4897f90594627a13ace6f45b980ee51894768df67db8baba01034517d
$ docker pull elixir@sha256:d4b31290288fd187dda507e2bf02049e6d5860e0148c19718c4d372bc5474ccd
```
- Platforms:
@@ -179,9 +180,9 @@ $ docker pull elixir@sha256:1a9bcde4897f90594627a13ace6f45b980ee51894768df67db8b
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **304.8 MB (304758834 bytes)**
- Total Size: **305.2 MB (305173132 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:5165c41f0185672595753c1f242a50b38002c4fd5e249a65ef763132e5101396`
- Image ID: `sha256:72710342e7c07ccbd50359898280fc0cfd9a21b1be4249f8bef481fa0fb983e5`
- Default Command: `["iex"]`
```dockerfile
@@ -195,25 +196,25 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificat
RUN apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
# Thu, 09 Jun 2016 21:39:19 GMT
RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgeoip-dev libglib2.0-dev libjpeg-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmysqlclient-dev libncurses-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:58:34 GMT
ENV OTP_VERSION=18.3.4
# Thu, 23 Jun 2016 20:10:30 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps='libodbc1' && buildDeps='unixodbc-dev' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:10:30 GMT
# Thu, 23 Jun 2016 19:23:15 GMT
ENV OTP_VERSION=19.0
# Thu, 23 Jun 2016 19:40:33 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" && OTP_DOWNLOAD_SHA256="107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7" && runtimeDeps='libodbc1' && buildDeps='unixodbc-dev' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:40:33 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 20:10:31 GMT
# Thu, 23 Jun 2016 19:40:33 GMT
ENV REBAR_VERSION=2.6.1
# Thu, 23 Jun 2016 20:10:39 GMT
RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" && REBAR_DOWNLOAD_SHA256="aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" && mkdir -p /usr/src/rebar-src && curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" && echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - && tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 && rm rebar-src.tar.gz && cd /usr/src/rebar-src && ./bootstrap && install -v ./rebar /usr/local/bin/ && rm -rf /usr/src/rebar-src
# Thu, 23 Jun 2016 20:10:40 GMT
# Thu, 23 Jun 2016 19:40:38 GMT
RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" && REBAR_DOWNLOAD_SHA256="aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60" && mkdir -p /usr/src/rebar-src && curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" && echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - && tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 && rm rebar-src.tar.gz && cd /usr/src/rebar-src && ./bootstrap && install -v ./rebar /usr/local/bin/ && rm -rf /usr/src/rebar-src
# Thu, 23 Jun 2016 19:40:39 GMT
ENV REBAR3_VERSION=3.2.0
# Thu, 23 Jun 2016 20:11:55 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Thu, 23 Jun 2016 21:14:17 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:15:38 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:15:39 GMT
# Thu, 23 Jun 2016 19:41:09 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Mon, 27 Jun 2016 22:54:57 GMT
ENV ELIXIR_VERSION=v1.3.0 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:56:10 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="cdca6cf6355ee993cf7e220cccb553c284e6c30e187251b9dae0f5e5d5207839" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:56:10 GMT
CMD ["iex"]
```
@@ -230,35 +231,35 @@ CMD ["iex"]
- `sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`
Last Modified: Thu, 09 Jun 2016 21:47:38 GMT
Size: 129.7 MB (129704383 bytes)
- `sha256:7eb07e5ada99e12d7a10ef4d91b28139d9e4b8e9270668024b70a0b6b4b83375`
Last Modified: Thu, 23 Jun 2016 20:55:27 GMT
Size: 57.7 MB (57683952 bytes)
- `sha256:01033c7125982f44a3a5ad8da2c37d7aab6662683086c1570f14f00d8b7f16d3`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 196.0 KB (196022 bytes)
- `sha256:47504a42819bc746b999b82e5abdf3d39735e88b327e3877f28c4b8bb59742a9`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 1.5 MB (1474982 bytes)
- `sha256:c8d45f26dab3c7bdb665a369a644f7c6a634abb451025e3aa63b082b15724193`
Last Modified: Thu, 23 Jun 2016 21:21:31 GMT
Size: 3.3 MB (3274370 bytes)
- `sha256:9a6ad7482eba63327e05ced8ddc83f6ee6bb9fbeeaa3dfd2dbf40c66c048c9c6`
Last Modified: Thu, 23 Jun 2016 20:53:21 GMT
Size: 57.8 MB (57845109 bytes)
- `sha256:c0e328b5b940aa06b4aee5f115422427c679332de63b6ea554b1cdc3f6de84ac`
Last Modified: Thu, 23 Jun 2016 20:53:04 GMT
Size: 194.8 KB (194830 bytes)
- `sha256:5dd821fc977bf3fbed72731273be379cbadedcf6e5b5a89ef8b57ba1e37aaece`
Last Modified: Thu, 23 Jun 2016 20:53:04 GMT
Size: 1.5 MB (1470900 bytes)
- `sha256:c8bb67370c1be5a4ba81398599fd5d631ed4981047dff759ce837413d0ab8f0b`
Last Modified: Mon, 27 Jun 2016 23:00:34 GMT
Size: 3.5 MB (3532785 bytes)
## `elixir:1.2-slim`
## `elixir:1.3.0-slim`
```console
$ docker pull elixir@sha256:f69ef8390e59e2e67079b79a0da0f7a90d1d06416a5ef9ea05c65f8330ecd293
$ docker pull elixir@sha256:cad9d3e4a745a28b1498b1173469c0f91d90c23a7db4f65ea5dc41818a681b2d
```
- Platforms:
- linux; amd64
### `elixir:1.2-slim` - linux; amd64
### `elixir:1.3.0-slim` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **120.0 MB (120034170 bytes)**
- Total Size: **120.5 MB (120464167 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:4849d4477ae78636746ae01d2992bdcde0d6043fd6ed456a95f6bf0184b31f98`
- Image ID: `sha256:67723d7642024684b48fe9cdd8778c0e919eaacd3f18c90dc51d9b48cae1cfb0`
- Default Command: `["iex"]`
```dockerfile
@@ -266,17 +267,17 @@ $ docker pull elixir@sha256:f69ef8390e59e2e67079b79a0da0f7a90d1d06416a5ef9ea05c6
ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
# Thu, 09 Jun 2016 21:28:43 GMT
CMD ["/bin/bash"]
# Thu, 23 Jun 2016 20:11:57 GMT
ENV OTP_VERSION=18.3.4
# Thu, 23 Jun 2016 20:25:24 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:25:25 GMT
# Thu, 23 Jun 2016 19:41:10 GMT
ENV OTP_VERSION=19.0
# Thu, 23 Jun 2016 19:58:28 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" && OTP_DOWNLOAD_SHA256="107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:58:29 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 21:15:40 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:17:40 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:17:41 GMT
# Mon, 27 Jun 2016 22:56:11 GMT
ENV ELIXIR_VERSION=v1.3.0 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:57:33 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="cdca6cf6355ee993cf7e220cccb553c284e6c30e187251b9dae0f5e5d5207839" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:57:37 GMT
CMD ["iex"]
```
@@ -284,17 +285,65 @@ CMD ["iex"]
- `sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`
Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
Size: 51.4 MB (51352535 bytes)
- `sha256:2f30ea70778a49fd3082c4290a56a14eb4e25af66a3b023f2f96f81aae96b38a`
Last Modified: Thu, 23 Jun 2016 20:56:23 GMT
Size: 65.2 MB (65182762 bytes)
- `sha256:1ec899c9cd51a5c693b1f0646ea7335e836048522c4e174418c213b6c1136338`
Last Modified: Thu, 23 Jun 2016 21:21:58 GMT
Size: 3.5 MB (3498873 bytes)
- `sha256:69004eb7db78851f7fe16faccaf04812c50ae04fab7d7e8326afe97eec2ca3a4`
Last Modified: Thu, 23 Jun 2016 20:54:07 GMT
Size: 65.4 MB (65353356 bytes)
- `sha256:231773b8a79703ac64cf46223de972b49598fbf014c531e11ecb156f63726376`
Last Modified: Mon, 27 Jun 2016 23:01:09 GMT
Size: 3.8 MB (3758276 bytes)
## `elixir:1.3-slim`
```console
$ docker pull elixir@sha256:cad9d3e4a745a28b1498b1173469c0f91d90c23a7db4f65ea5dc41818a681b2d
```
- Platforms:
- linux; amd64
### `elixir:1.3-slim` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **120.5 MB (120464167 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:67723d7642024684b48fe9cdd8778c0e919eaacd3f18c90dc51d9b48cae1cfb0`
- Default Command: `["iex"]`
```dockerfile
# Thu, 09 Jun 2016 21:28:42 GMT
ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
# Thu, 09 Jun 2016 21:28:43 GMT
CMD ["/bin/bash"]
# Thu, 23 Jun 2016 19:41:10 GMT
ENV OTP_VERSION=19.0
# Thu, 23 Jun 2016 19:58:28 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" && OTP_DOWNLOAD_SHA256="107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:58:29 GMT
CMD ["erl"]
# Mon, 27 Jun 2016 22:56:11 GMT
ENV ELIXIR_VERSION=v1.3.0 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:57:33 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="cdca6cf6355ee993cf7e220cccb553c284e6c30e187251b9dae0f5e5d5207839" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:57:37 GMT
CMD ["iex"]
```
- Layers:
- `sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`
Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
Size: 51.4 MB (51352535 bytes)
- `sha256:69004eb7db78851f7fe16faccaf04812c50ae04fab7d7e8326afe97eec2ca3a4`
Last Modified: Thu, 23 Jun 2016 20:54:07 GMT
Size: 65.4 MB (65353356 bytes)
- `sha256:231773b8a79703ac64cf46223de972b49598fbf014c531e11ecb156f63726376`
Last Modified: Mon, 27 Jun 2016 23:01:09 GMT
Size: 3.8 MB (3758276 bytes)
## `elixir:slim`
```console
$ docker pull elixir@sha256:f69ef8390e59e2e67079b79a0da0f7a90d1d06416a5ef9ea05c65f8330ecd293
$ docker pull elixir@sha256:cad9d3e4a745a28b1498b1173469c0f91d90c23a7db4f65ea5dc41818a681b2d
```
- Platforms:
@@ -304,9 +353,9 @@ $ docker pull elixir@sha256:f69ef8390e59e2e67079b79a0da0f7a90d1d06416a5ef9ea05c6
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **120.0 MB (120034170 bytes)**
- Total Size: **120.5 MB (120464167 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:4849d4477ae78636746ae01d2992bdcde0d6043fd6ed456a95f6bf0184b31f98`
- Image ID: `sha256:67723d7642024684b48fe9cdd8778c0e919eaacd3f18c90dc51d9b48cae1cfb0`
- Default Command: `["iex"]`
```dockerfile
@@ -314,17 +363,17 @@ $ docker pull elixir@sha256:f69ef8390e59e2e67079b79a0da0f7a90d1d06416a5ef9ea05c6
ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
# Thu, 09 Jun 2016 21:28:43 GMT
CMD ["/bin/bash"]
# Thu, 23 Jun 2016 20:11:57 GMT
ENV OTP_VERSION=18.3.4
# Thu, 23 Jun 2016 20:25:24 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:25:25 GMT
# Thu, 23 Jun 2016 19:41:10 GMT
ENV OTP_VERSION=19.0
# Thu, 23 Jun 2016 19:58:28 GMT
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" && OTP_DOWNLOAD_SHA256="107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 19:58:29 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 21:15:40 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:17:40 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:17:41 GMT
# Mon, 27 Jun 2016 22:56:11 GMT
ENV ELIXIR_VERSION=v1.3.0 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:57:33 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="cdca6cf6355ee993cf7e220cccb553c284e6c30e187251b9dae0f5e5d5207839" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:57:37 GMT
CMD ["iex"]
```
@@ -332,29 +381,29 @@ CMD ["iex"]
- `sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`
Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
Size: 51.4 MB (51352535 bytes)
- `sha256:2f30ea70778a49fd3082c4290a56a14eb4e25af66a3b023f2f96f81aae96b38a`
Last Modified: Thu, 23 Jun 2016 20:56:23 GMT
Size: 65.2 MB (65182762 bytes)
- `sha256:1ec899c9cd51a5c693b1f0646ea7335e836048522c4e174418c213b6c1136338`
Last Modified: Thu, 23 Jun 2016 21:21:58 GMT
Size: 3.5 MB (3498873 bytes)
- `sha256:69004eb7db78851f7fe16faccaf04812c50ae04fab7d7e8326afe97eec2ca3a4`
Last Modified: Thu, 23 Jun 2016 20:54:07 GMT
Size: 65.4 MB (65353356 bytes)
- `sha256:231773b8a79703ac64cf46223de972b49598fbf014c531e11ecb156f63726376`
Last Modified: Mon, 27 Jun 2016 23:01:09 GMT
Size: 3.8 MB (3758276 bytes)
## `elixir:1.2-onbuild`
## `elixir:1.2.6`
```console
$ docker pull elixir@sha256:1a9bcde4897f90594627a13ace6f45b980ee51894768df67db8baba01034517d
$ docker pull elixir@sha256:077709d049b23bf5fc2af198c065df19c511489071edd690b113210919d15596
```
- Platforms:
- linux; amd64
### `elixir:1.2-onbuild` - linux; amd64
### `elixir:1.2.6` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **304.8 MB (304758834 bytes)**
- Total Size: **304.8 MB (304762866 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:5165c41f0185672595753c1f242a50b38002c4fd5e249a65ef763132e5101396`
- Image ID: `sha256:5ec63df50f90a6a87dfb0783d1cf4d71a3a9ed787335ea48abf0404b24a9fb13`
- Default Command: `["iex"]`
```dockerfile
@@ -382,11 +431,11 @@ RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REB
ENV REBAR3_VERSION=3.2.0
# Thu, 23 Jun 2016 20:11:55 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Thu, 23 Jun 2016 21:14:17 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:15:38 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:15:39 GMT
# Mon, 27 Jun 2016 22:57:38 GMT
ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:58:56 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:58:57 GMT
CMD ["iex"]
```
@@ -412,26 +461,26 @@ CMD ["iex"]
- `sha256:47504a42819bc746b999b82e5abdf3d39735e88b327e3877f28c4b8bb59742a9`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 1.5 MB (1474982 bytes)
- `sha256:c8d45f26dab3c7bdb665a369a644f7c6a634abb451025e3aa63b082b15724193`
Last Modified: Thu, 23 Jun 2016 21:21:31 GMT
Size: 3.3 MB (3274370 bytes)
- `sha256:33d12703775b92d2d39114645e0b0184271fec302edbee1a21257b4a24af4735`
Last Modified: Mon, 27 Jun 2016 23:01:40 GMT
Size: 3.3 MB (3278402 bytes)
## `elixir:onbuild`
## `elixir:1.2`
```console
$ docker pull elixir@sha256:1a9bcde4897f90594627a13ace6f45b980ee51894768df67db8baba01034517d
$ docker pull elixir@sha256:077709d049b23bf5fc2af198c065df19c511489071edd690b113210919d15596
```
- Platforms:
- linux; amd64
### `elixir:onbuild` - linux; amd64
### `elixir:1.2` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **304.8 MB (304758834 bytes)**
- Total Size: **304.8 MB (304762866 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:5165c41f0185672595753c1f242a50b38002c4fd5e249a65ef763132e5101396`
- Image ID: `sha256:5ec63df50f90a6a87dfb0783d1cf4d71a3a9ed787335ea48abf0404b24a9fb13`
- Default Command: `["iex"]`
```dockerfile
@@ -459,11 +508,11 @@ RUN set -xe && REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REB
ENV REBAR3_VERSION=3.2.0
# Thu, 23 Jun 2016 20:11:55 GMT
RUN set -xe && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" && REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src
# Thu, 23 Jun 2016 21:14:17 GMT
ENV ELIXIR_VERSION=v1.2.5 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:15:38 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && ELIXIR_DOWNLOAD_SHA256="4ab860707040e2dde4024cc8c0f74f1adc48aaae8d48293bf2b98fda3921a99c" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:15:39 GMT
# Mon, 27 Jun 2016 22:57:38 GMT
ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
# Mon, 27 Jun 2016 22:58:56 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" && buildDeps=' unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 22:58:57 GMT
CMD ["iex"]
```
@@ -489,26 +538,26 @@ CMD ["iex"]
- `sha256:47504a42819bc746b999b82e5abdf3d39735e88b327e3877f28c4b8bb59742a9`
Last Modified: Thu, 23 Jun 2016 20:55:04 GMT
Size: 1.5 MB (1474982 bytes)
- `sha256:c8d45f26dab3c7bdb665a369a644f7c6a634abb451025e3aa63b082b15724193`
Last Modified: Thu, 23 Jun 2016 21:21:31 GMT
Size: 3.3 MB (3274370 bytes)
- `sha256:33d12703775b92d2d39114645e0b0184271fec302edbee1a21257b4a24af4735`
Last Modified: Mon, 27 Jun 2016 23:01:40 GMT
Size: 3.3 MB (3278402 bytes)
## `elixir:1.2.4`
## `elixir:1.2.6-slim`
```console
$ docker pull elixir@sha256:5b2e343f08d39642e5bf1c920a906ceb5b5e38db32e40b952a053c62bf70bc83
$ docker pull elixir@sha256:16c02a5a28f3cc33e24cc9dc622131545a0993ab3542c604b2317597aa9d62fe
```
- Platforms:
- linux; amd64
### `elixir:1.2.4` - linux; amd64
### `elixir:1.2.6-slim` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **120.0 MB (120040331 bytes)**
- Total Size: **120.0 MB (120039106 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:347f06a6ef559aa4b5764072e222fe37fe47a797b6e8eef20ad00aacbe1cde30`
- Image ID: `sha256:a7fbb9af739818ac5f2ef922f9480c71d4afa3ffb648071ac94b71dedafbca86`
- Default Command: `["iex"]`
```dockerfile
@@ -522,11 +571,11 @@ ENV OTP_VERSION=18.3.4
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:25:25 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 21:17:43 GMT
ENV ELIXIR_VERSION=v1.2.4 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:19:41 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="998776f97d775a71ebf7784feb2f99121f24c5917ccc9794dfd8e7cea5879081" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:19:42 GMT
# Mon, 27 Jun 2016 22:58:58 GMT
ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
# Mon, 27 Jun 2016 23:00:25 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 23:00:25 GMT
CMD ["iex"]
```
@@ -537,26 +586,26 @@ CMD ["iex"]
- `sha256:2f30ea70778a49fd3082c4290a56a14eb4e25af66a3b023f2f96f81aae96b38a`
Last Modified: Thu, 23 Jun 2016 20:56:23 GMT
Size: 65.2 MB (65182762 bytes)
- `sha256:25983a2deb6a369ac428d25e0e696e513076848e13f00a00edbbfab3345a7d4b`
Last Modified: Thu, 23 Jun 2016 21:22:33 GMT
Size: 3.5 MB (3505034 bytes)
- `sha256:450b6f43ab939351b5c326a3cfbcb321b503f6e787d91f6d4c5c8a3a0841d072`
Last Modified: Mon, 27 Jun 2016 23:02:13 GMT
Size: 3.5 MB (3503809 bytes)
## `elixir:1.2.3`
## `elixir:1.2-slim`
```console
$ docker pull elixir@sha256:5731d5a01a85c24628ebc2523462c9ad0d36982fc95591283c26faa1d639d364
$ docker pull elixir@sha256:16c02a5a28f3cc33e24cc9dc622131545a0993ab3542c604b2317597aa9d62fe
```
- Platforms:
- linux; amd64
### `elixir:1.2.3` - linux; amd64
### `elixir:1.2-slim` - linux; amd64
- Docker Version: 1.10.3
- Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
- Total Size: **120.0 MB (120014877 bytes)**
- Total Size: **120.0 MB (120039106 bytes)**
(compressed transfer size, not on-disk size)
- Image ID: `sha256:bac3a516242eeb234148ff5c33c783d6ab3d43e3294a3d1f8dd5462a2f269ebb`
- Image ID: `sha256:a7fbb9af739818ac5f2ef922f9480c71d4afa3ffb648071ac94b71dedafbca86`
- Default Command: `["iex"]`
```dockerfile
@@ -570,11 +619,11 @@ ENV OTP_VERSION=18.3.4
RUN set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" && OTP_DOWNLOAD_SHA256="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" && runtimeDeps=' libodbc1 libssl1.0.0 ' && buildDeps=' curl ca-certificates autoconf gcc make libncurses-dev unixodbc-dev libssl-dev ' && apt-get update && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && mkdir -p /usr/src/otp-src && tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 && rm otp-src.tar.gz && cd /usr/src/otp-src && ./otp_build autoconf && ./configure && make -j$(nproc) && make install && find /usr/local -name examples | xargs rm -rf && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/otp-src /var/lib/apt/lists/*
# Thu, 23 Jun 2016 20:25:25 GMT
CMD ["erl"]
# Thu, 23 Jun 2016 21:19:43 GMT
ENV ELIXIR_VERSION=v1.2.3 LANG=C.UTF-8
# Thu, 23 Jun 2016 21:21:20 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="948483f0b14630851b9cee3332fdb3467943ed4881672ac41dc562e77cd3c785" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Thu, 23 Jun 2016 21:21:20 GMT
# Mon, 27 Jun 2016 22:58:58 GMT
ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
# Mon, 27 Jun 2016 23:00:25 GMT
RUN set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" && ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" && buildDeps=' ca-certificates curl unzip ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - && unzip -d /usr/local elixir-precompiled.zip && rm elixir-precompiled.zip && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/*
# Mon, 27 Jun 2016 23:00:25 GMT
CMD ["iex"]
```
@@ -585,6 +634,6 @@ CMD ["iex"]
- `sha256:2f30ea70778a49fd3082c4290a56a14eb4e25af66a3b023f2f96f81aae96b38a`
Last Modified: Thu, 23 Jun 2016 20:56:23 GMT
Size: 65.2 MB (65182762 bytes)
- `sha256:a4114a8d7eb1549f508bb1cf625066ddeaa6f90527937940ab97949e7ccffd6b`
Last Modified: Thu, 23 Jun 2016 21:22:47 GMT
Size: 3.5 MB (3479580 bytes)
- `sha256:450b6f43ab939351b5c326a3cfbcb321b503f6e787d91f6d4c5c8a3a0841d072`
Last Modified: Mon, 27 Jun 2016 23:02:13 GMT
Size: 3.5 MB (3503809 bytes)
+918 -662
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff