Namespace
factoriotools
Image / Tag
factorio:0.16.50
Content Digest
sha256:63ce858549d81a3aff3a9581286e120d8718f6f69a1355b9e6a11878e4edfe0b
Details
Created

2018-06-11 22:23:57 UTC

Size

42.2 MB

Content Digest
Environment
CONFIG

/factorio/config

LANG

C.UTF-8

MODS

/factorio/mods

PATH

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

PORT

34197

RCON_PORT

27015

SAVES

/factorio/saves

SCENARIOS

/factorio/scenarios

SCRIPTOUTPUT

/factorio/script-output

SHA1

8984f1f3fe33a72d1b3a9dffcc45b399b365254b

VERSION

0.16.50


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 4.67% (1.97 MB)

[#001] sha256:c4f576d46465ce040d04f07be7974b05e39aa5290fc1c620653fb769d4d7b863 - 7.72% (3.26 MB)

[#002] sha256:959c7d3b17f4709344079d923d14c8803b5478b79541e7fe3bb85ebc59c01c9a - 87.61% (37 MB)

[#003] sha256:ba064be6910f9f1e228e0bbf7378f275f9ff8f5ae36cbf7f30a26a5e2cd5dd63 - 0.0% (688 Bytes)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-03-29 17:23:40 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2018-03-29 17:23:47 UTC

/bin/sh -c ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && ALPINE_GLIBC_PACKAGE_VERSION="2.27-r0" && ALPINE_GLIBC_BASE_PACKAGE_FILENAME="glibc-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && ALPINE_GLIBC_BIN_PACKAGE_FILENAME="glibc-bin-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && apk add --no-cache --virtual=.build-dependencies wget ca-certificates && wget "https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub" -O "/etc/apk/keys/sgerrand.rsa.pub" && wget "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && apk add --no-cache "$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && rm "/etc/apk/keys/sgerrand.rsa.pub" && /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "$LANG" || true && echo "export LANG=$LANG" > /etc/profile.d/locale.sh && apk del glibc-i18n && rm "/root/.wget-hsts" && apk del .build-dependencies && rm "$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME"

2018-06-11 22:23:16 UTC

/bin/sh -c #(nop) MAINTAINER https://github.com/dtandersen/docker_factorio_server

2018-06-11 22:23:17 UTC

/bin/sh -c #(nop) ARG USER=factorio

2018-06-11 22:23:17 UTC

/bin/sh -c #(nop) ARG GROUP=factorio

2018-06-11 22:23:17 UTC

/bin/sh -c #(nop) ARG PUID=845

2018-06-11 22:23:17 UTC

/bin/sh -c #(nop) ARG PGID=845

2018-06-11 22:23:18 UTC

/bin/sh -c #(nop) ENV PORT=34197 RCON_PORT=27015 VERSION=0.16.50 SHA1=8984f1f3fe33a72d1b3a9dffcc45b399b365254b SAVES=/factorio/saves CONFIG=/factorio/config MODS=/factorio/mods SCENARIOS=/factorio/scenarios SCRIPTOUTPUT=/factorio/script-output

2018-06-11 22:23:55 UTC

|4 GROUP=factorio PGID=845 PUID=845 USER=factorio /bin/sh -c mkdir -p /opt /factorio && apk add --update --no-cache pwgen && apk add --update --no-cache --virtual .build-deps curl && curl -sSL https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.xz && echo "$SHA1 /tmp/factorio_headless_x64_$VERSION.tar.xz" | sha1sum -c && tar xf /tmp/factorio_headless_x64_$VERSION.tar.xz --directory /opt && chmod ugo=rwx /opt/factorio && rm /tmp/factorio_headless_x64_$VERSION.tar.xz && ln -s $SAVES /opt/factorio/saves && ln -s $MODS /opt/factorio/mods && ln -s $SCENARIOS /opt/factorio/scenarios && ln -s $SCRIPTOUTPUT /opt/factorio/script-output && apk del .build-deps && addgroup -g $PGID -S $GROUP && adduser -u $PUID -G $GROUP -s /bin/sh -SDH $USER && chown -R $USER:$GROUP /opt/factorio /factorio

2018-06-11 22:23:56 UTC

/bin/sh -c #(nop) VOLUME [/factorio]

2018-06-11 22:23:56 UTC

/bin/sh -c #(nop) EXPOSE 27015/tcp 34197/udp

2018-06-11 22:23:57 UTC

/bin/sh -c #(nop) COPY dir:0b03a0dd1e08eaa7296d5bee6b485634231dbe50d903edb73671a4e03255610c in /

2018-06-11 22:23:57 UTC

/bin/sh -c #(nop) USER [factorio]

2018-06-11 22:23:57 UTC

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

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