Namespace
library
Image / Tag
haproxy:2.5-dev2-alpine
Content Digest
sha256:92d0a9d6569cf654e68d2e5871b065984bb8945e1af34c9981cc8037dacbd32d
Details
Created

2021-07-19 20:40:49 UTC

Size

9.64 MB

Content Digest
Environment
HAPROXY_SHA256

34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

HAPROXY_URL

https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

HAPROXY_VERSION

2.5-dev2

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:be21df321efb39c5daf3151073ebff7688e15ea6cd5158878bc9559a5db76ac6 - 27.92% (2.69 MB)

[#001] sha256:bcc6fe536c8e50a97873c166db7d3b669842dec91d85ce73433028b3b198a1c4 - 0.01% (1.17 KB)

[#002] sha256:796ca18efd1209b0147e4fffea36abda4cd7b4773541f996ab699d77c61b86c0 - 72.06% (6.94 MB)

[#003] sha256:b7e2759026673ac7b4c18d0e5e7aa4dd1e85392b04cdbc8bdc29af8ad9775753 - 0.0% (448 Bytes)


History
2021-06-15 21:38:30 UTC

/bin/sh -c #(nop) ADD file:3b0fe1454491bb05e218b090fd461f2fd39546aa4a53eb3f953ee8eae149ac57 in /

2021-06-15 21:38:30 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-06-26 01:39:05 UTC

/bin/sh -c set -eux; addgroup --gid 99 --system haproxy; adduser --disabled-password --home /var/lib/haproxy --ingroup haproxy --no-create-home --system --uid 99 haproxy

2021-07-19 20:39:39 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=2.5-dev2

2021-07-19 20:39:39 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

2021-07-19 20:39:39 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

2021-07-19 20:40:48 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre2-dev readline-dev tar ; wget -O haproxy.tar.gz "$HAPROXY_URL"; echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; mkdir -p /usr/src/haproxy; tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; rm haproxy.tar.gz; makeOpts=' TARGET=linux-musl USE_GETADDRINFO=1 USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 EXTRA_OBJS=" " '; nproc="$(getconf _NPROCESSORS_ONLN)"; eval "make -C /usr/src/haproxy -j '$nproc' all $makeOpts"; eval "make -C /usr/src/haproxy install-bin $makeOpts"; mkdir -p /usr/local/etc/haproxy; cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors; rm -rf /usr/src/haproxy; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .haproxy-rundeps $runDeps; apk del --no-network .build-deps; haproxy -v

2021-07-19 20:40:48 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGUSR1

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /usr/local/bin/

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) USER haproxy

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2021-07-19 20:22:00 UTC

Size

9.77 MB

Content Digest
Environment
HAPROXY_SHA256

34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

HAPROXY_URL

https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

HAPROXY_VERSION

2.5-dev2

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b - 27.44% (2.68 MB)

[#001] sha256:a7834d945b9e597e693f56fb0f9847718c1732b738a2f4956ab2c1b66c289d90 - 0.01% (1.17 KB)

[#002] sha256:9748714368d19c518c7cea20a72f82aef224e9a83a35c47b9a30703ff07338e8 - 72.55% (7.09 MB)

[#003] sha256:1e3d039a8ccce39b26a30411867661c2ba7fafce288b2fc89b8cecbbf9fc2fc0 - 0.0% (448 Bytes)


History
2021-06-15 22:19:37 UTC

/bin/sh -c #(nop) ADD file:f278386b0cef68136129f5f58c52445590a417b624d62bca158d4dc926c340df in /

2021-06-15 22:19:37 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-06-26 02:48:50 UTC

/bin/sh -c set -eux; addgroup --gid 99 --system haproxy; adduser --disabled-password --home /var/lib/haproxy --ingroup haproxy --no-create-home --system --uid 99 haproxy

2021-07-19 20:20:58 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=2.5-dev2

2021-07-19 20:20:58 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

2021-07-19 20:20:58 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

2021-07-19 20:21:59 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre2-dev readline-dev tar ; wget -O haproxy.tar.gz "$HAPROXY_URL"; echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; mkdir -p /usr/src/haproxy; tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; rm haproxy.tar.gz; makeOpts=' TARGET=linux-musl USE_GETADDRINFO=1 USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 EXTRA_OBJS=" " '; nproc="$(getconf _NPROCESSORS_ONLN)"; eval "make -C /usr/src/haproxy -j '$nproc' all $makeOpts"; eval "make -C /usr/src/haproxy install-bin $makeOpts"; mkdir -p /usr/local/etc/haproxy; cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors; rm -rf /usr/src/haproxy; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .haproxy-rundeps $runDeps; apk del --no-network .build-deps; haproxy -v

2021-07-19 20:21:59 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGUSR1

2021-07-19 20:21:59 UTC

/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /usr/local/bin/

2021-07-19 20:21:59 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-07-19 20:22:00 UTC

/bin/sh -c #(nop) USER haproxy

2021-07-19 20:22:00 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2021-07-31 00:26:30 UTC

Size

9.55 MB

Content Digest
Environment
HAPROXY_SHA256

34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

HAPROXY_URL

https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

HAPROXY_VERSION

2.5-dev2

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b4c9a0924271af3466de27804af26420eb58da1466e7eaaba127d178b380fea3 - 26.2% (2.5 MB)

[#001] sha256:71f166b16f061bcccd8bcd1d482049029cea3875761232ca025c1319068b76e0 - 0.01% (1.17 KB)

[#002] sha256:53453071e0d35d440edcc7c036082ee9a76b1ce345a2fa65cce613894c9104d2 - 73.78% (7.05 MB)

[#003] sha256:4d483aa9d9638c51dfb5dded5916d2ecd4e57db2d350b9f9705bc8d685d721ae - 0.0% (448 Bytes)


History
2021-07-30 17:49:42 UTC

/bin/sh -c #(nop) ADD file:c80bc2b093cbc0fc466582ef21cbed377de9fa874aedbf320079525ddacd1200 in /

2021-07-30 17:49:42 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-07-31 00:25:58 UTC

/bin/sh -c set -eux; addgroup --gid 99 --system haproxy; adduser --disabled-password --home /var/lib/haproxy --ingroup haproxy --no-create-home --system --uid 99 haproxy

2021-07-31 00:25:58 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=2.5-dev2

2021-07-31 00:25:59 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

2021-07-31 00:25:59 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

2021-07-31 00:26:28 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre2-dev readline-dev tar ; wget -O haproxy.tar.gz "$HAPROXY_URL"; echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; mkdir -p /usr/src/haproxy; tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; rm haproxy.tar.gz; makeOpts=' TARGET=linux-musl USE_GETADDRINFO=1 USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 EXTRA_OBJS=" " '; nproc="$(getconf _NPROCESSORS_ONLN)"; eval "make -C /usr/src/haproxy -j '$nproc' all $makeOpts"; eval "make -C /usr/src/haproxy install-bin $makeOpts"; mkdir -p /usr/local/etc/haproxy; cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors; rm -rf /usr/src/haproxy; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .haproxy-rundeps $runDeps; apk del --no-network .build-deps; haproxy -v

2021-07-31 00:26:28 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGUSR1

2021-07-31 00:26:29 UTC

/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /usr/local/bin/

2021-07-31 00:26:29 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-07-31 00:26:30 UTC

/bin/sh -c #(nop) USER haproxy

2021-07-31 00:26:30 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2021-07-31 03:00:16 UTC

Size

9.3 MB

Content Digest
Environment
HAPROXY_SHA256

34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

HAPROXY_URL

https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

HAPROXY_VERSION

2.5-dev2

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:136482bf81d1fa351b424ebb8c7e34d15f2c5ed3fc0b66b544b8312bda3d52d9 - 24.9% (2.32 MB)

[#001] sha256:d865ee2648ca8cb0c227d4bf99933ec0ecc7ebbf4286c77c081f5a619f944e9c - 0.01% (1.17 KB)

[#002] sha256:8032047afcf26f22442b2f4fbf18ca0616153247e87c57c7c7ff1e2b5533cf76 - 75.08% (6.98 MB)

[#003] sha256:377f215a180741f2b524dbb58cf206e03a393e94741c11885f351765b2c83b4d - 0.0% (451 Bytes)


History
2021-07-30 18:36:19 UTC

/bin/sh -c #(nop) ADD file:416a8b507abdc6bdcb22997a4be0a4170796c3f9f77e315b2dbff2b0a212bc68 in /

2021-07-30 18:36:20 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-07-31 02:59:46 UTC

/bin/sh -c set -eux; addgroup --gid 99 --system haproxy; adduser --disabled-password --home /var/lib/haproxy --ingroup haproxy --no-create-home --system --uid 99 haproxy

2021-07-31 02:59:46 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=2.5-dev2

2021-07-31 02:59:47 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

2021-07-31 02:59:47 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

2021-07-31 03:00:14 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre2-dev readline-dev tar ; wget -O haproxy.tar.gz "$HAPROXY_URL"; echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; mkdir -p /usr/src/haproxy; tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; rm haproxy.tar.gz; makeOpts=' TARGET=linux-musl USE_GETADDRINFO=1 USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 EXTRA_OBJS=" " '; nproc="$(getconf _NPROCESSORS_ONLN)"; eval "make -C /usr/src/haproxy -j '$nproc' all $makeOpts"; eval "make -C /usr/src/haproxy install-bin $makeOpts"; mkdir -p /usr/local/etc/haproxy; cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors; rm -rf /usr/src/haproxy; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .haproxy-rundeps $runDeps; apk del --no-network .build-deps; haproxy -v

2021-07-31 03:00:15 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGUSR1

2021-07-31 03:00:15 UTC

/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /usr/local/bin/

2021-07-31 03:00:16 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-07-31 03:00:16 UTC

/bin/sh -c #(nop) USER haproxy

2021-07-31 03:00:16 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2021-07-19 20:41:50 UTC

Size

9.78 MB

Content Digest
Environment
HAPROXY_SHA256

34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

HAPROXY_URL

https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

HAPROXY_VERSION

2.5-dev2

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:58ab47519297212468320b23b8100fc1b2b96e8d342040806ae509a778a0a07a - 26.43% (2.58 MB)

[#001] sha256:cb8dc96e2a4b7f90ae2dbfca981fe199966b64e3426ca1f742499d46ad1aa357 - 0.01% (1.17 KB)

[#002] sha256:067b9aa25fba74d6c9e77ed1a9c3d3157ba07893b06e5f97cf0b91afe570585c - 73.56% (7.19 MB)

[#003] sha256:052aefb4611ad99c43a5abd99e6a593db80fed0ff3f12e5fe57f2f659ac76fca - 0.0% (445 Bytes)


History
2021-06-15 21:44:56 UTC

/bin/sh -c #(nop) ADD file:6797caacbfe41bfe44000b39ed017016c6fcc492b3d6557cdaba88536df6c876 in /

2021-06-15 21:44:56 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-06-26 02:13:15 UTC

/bin/sh -c set -eux; addgroup --gid 99 --system haproxy; adduser --disabled-password --home /var/lib/haproxy --ingroup haproxy --no-create-home --system --uid 99 haproxy

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=2.5-dev2

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

2021-07-19 20:40:49 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

2021-07-19 20:41:49 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre2-dev readline-dev tar ; wget -O haproxy.tar.gz "$HAPROXY_URL"; echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; mkdir -p /usr/src/haproxy; tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; rm haproxy.tar.gz; makeOpts=' TARGET=linux-musl USE_GETADDRINFO=1 USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 EXTRA_OBJS=" " '; nproc="$(getconf _NPROCESSORS_ONLN)"; eval "make -C /usr/src/haproxy -j '$nproc' all $makeOpts"; eval "make -C /usr/src/haproxy install-bin $makeOpts"; mkdir -p /usr/local/etc/haproxy; cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors; rm -rf /usr/src/haproxy; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .haproxy-rundeps $runDeps; apk del --no-network .build-deps; haproxy -v

2021-07-19 20:41:49 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGUSR1

2021-07-19 20:41:50 UTC

/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /usr/local/bin/

2021-07-19 20:41:50 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-07-19 20:41:50 UTC

/bin/sh -c #(nop) USER haproxy

2021-07-19 20:41:50 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2021-07-31 01:41:46 UTC

Size

10.2 MB

Content Digest
Environment
HAPROXY_SHA256

34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

HAPROXY_URL

https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

HAPROXY_VERSION

2.5-dev2

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:baf144cfb66ebe9df1969f3b90f1c448beff98edc84de1ccb5d6346195a070d4 - 26.32% (2.68 MB)

[#001] sha256:18a421c874083d7d3979a896b3c3eb72aa45e9bc86dc2dc9b25f1a40c458f8e0 - 0.01% (1.17 KB)

[#002] sha256:37d694a555cb96ea4b3b636ceb027b64ecf3103822d8cd4bf2167a70cfa686be - 73.66% (7.5 MB)

[#003] sha256:b3ec9871047688cb9fb517005a29a041f2f6738b3bcb8252415ce7b9c2c60103 - 0.0% (449 Bytes)


History
2021-07-30 17:24:32 UTC

/bin/sh -c #(nop) ADD file:0075aad7a94f0496483442bb2d9fdaa13e9c23087b90638d014b4bc263aa3861 in /

2021-07-30 17:24:37 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-07-31 01:40:38 UTC

/bin/sh -c set -eux; addgroup --gid 99 --system haproxy; adduser --disabled-password --home /var/lib/haproxy --ingroup haproxy --no-create-home --system --uid 99 haproxy

2021-07-31 01:40:40 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=2.5-dev2

2021-07-31 01:40:44 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev2.tar.gz

2021-07-31 01:40:47 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=34c2eee806f68bc892888c32477d9732e4610faf250d09aee6bea2d4f9fa5777

2021-07-31 01:41:35 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre2-dev readline-dev tar ; wget -O haproxy.tar.gz "$HAPROXY_URL"; echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; mkdir -p /usr/src/haproxy; tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; rm haproxy.tar.gz; makeOpts=' TARGET=linux-musl USE_GETADDRINFO=1 USE_LUA=1 LUA_INC=/usr/include/lua5.3 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 EXTRA_OBJS=" " '; nproc="$(getconf _NPROCESSORS_ONLN)"; eval "make -C /usr/src/haproxy -j '$nproc' all $makeOpts"; eval "make -C /usr/src/haproxy install-bin $makeOpts"; mkdir -p /usr/local/etc/haproxy; cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors; rm -rf /usr/src/haproxy; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .haproxy-rundeps $runDeps; apk del --no-network .build-deps; haproxy -v

2021-07-31 01:41:38 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGUSR1

2021-07-31 01:41:39 UTC

/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /usr/local/bin/

2021-07-31 01:41:41 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-07-31 01:41:43 UTC

/bin/sh -c #(nop) USER haproxy

2021-07-31 01:41:46 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete