Namespace
factoriotools
Image / Tag
factorio:1.1.3
Content Digest
sha256:5ed8c9bd2b9ef54ceb867c859881e998c32a9200769c36ca85fdb73fca0adaee
Details
Created

2020-11-30 23:25:45 UTC

Size

86.1 MB

Content Digest
Labels
  • maintainer
    https://github.com/factoriotools/factorio-docker

Environment
CONFIG

/factorio/config

LANG

C.UTF-8

MODS

/factorio/mods

PATH

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

PGID

845

PORT

34197

PUID

845

RCON_PORT

27015

SAVES

/factorio/saves

SCENARIOS

/factorio/scenarios

SCRIPTOUTPUT

/factorio/script-output

SHA1

ea68fef8f60cebfeccb1effdca9ce349c6b4719f

VERSION

1.1.3


Layers

[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 3.1% (2.67 MB)

[#001] sha256:484d889d761496aa9e89e40455c8f0a5efdf0b15a36f450ac9ef1ffbd42bdab3 - 6.34% (5.45 MB)

[#002] sha256:f5dc509d791e629c02e86559fdd6fb3d73fdf8b6d69b107436edf6d17cf08ee7 - 90.56% (77.9 MB)

[#003] sha256:820c43f5afe18b898772d29ac09e1486371ca3e87984e79a356e92228c863a48 - 0.0% (2.38 KB)

[#004] sha256:eef27d576ceaa49691bc3dc4bf20cb2b92ac73286dfaf78a2010a50f86448a78 - 0.0% (3.85 KB)


History
2020-05-29 21:19:46 UTC

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

2020-05-29 21:19:46 UTC

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

2020-08-10 20:12:37 UTC

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

2020-08-10 20:12:42 UTC

/bin/sh -c ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && ALPINE_GLIBC_PACKAGE_VERSION="2.32-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 && echo "-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApZ2u1KJKUu/fW4A25y9m y70AGEa/J3Wi5ibNVGNn1gT1r0VfgeWd0pUybS4UmcHdiNzxJPgoWQhV2SSW1JYu tOqKZF5QSN6X937PTUpNBjUvLtTQ1ve1fp39uf/lEXPpFpOPL88LKnDBgbh7wkCp m2KzLVGChf83MS0ShL6G9EQIAUxLm99VpgRjwqTQ/KfzGtpke1wqws4au0Ab4qPY KXvMLSPLUp7cfulWvhmZSegr5AdhNw5KNizPqCJT8ZrGvgHypXyiFvvAH5YRtSsc Zvo9GI2e2MaZyo9/lvb+LbLEJZKEQckqRj4P26gmASrZEPStwc+yqy1ShHLA0j6m 1QIDAQAB -----END PUBLIC KEY-----" | sed 's/ */\n/g' > "/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"

2020-11-30 23:25:30 UTC

/bin/sh -c #(nop) LABEL maintainer=https://github.com/factoriotools/factorio-docker

2020-11-30 23:25:30 UTC

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

2020-11-30 23:25:30 UTC

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

2020-11-30 23:25:31 UTC

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

2020-11-30 23:25:31 UTC

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

2020-11-30 23:25:31 UTC

/bin/sh -c #(nop) ENV PORT=34197 RCON_PORT=27015 VERSION=1.1.3 SHA1=ea68fef8f60cebfeccb1effdca9ce349c6b4719f SAVES=/factorio/saves CONFIG=/factorio/config MODS=/factorio/mods SCENARIOS=/factorio/scenarios SCRIPTOUTPUT=/factorio/script-output PUID=845 PGID=845

2020-11-30 23:25:31 UTC

/bin/ash -eo pipefail -c #(nop) SHELL [/bin/ash -eo pipefail -c]

2020-11-30 23:25:43 UTC

|2 GROUP=factorio USER=factorio /bin/ash -eo pipefail -c set -ox pipefail && archive="/tmp/factorio_headless_x64_$VERSION.tar.xz" && mkdir -p /opt /factorio && apk add --update --no-cache --no-progress bash binutils curl file gettext jq libintl pwgen shadow su-exec && curl -sSL "https://www.factorio.com/get-download/$VERSION/headless/linux64" -o "$archive" && echo "$SHA1 $archive" | sha1sum -c || (sha1sum "$archive" && file "$archive" && exit 1) && tar xf "$archive" --directory /opt && chmod ugo=rwx /opt/factorio && rm "$archive" && ln -s "$SCENARIOS" /opt/factorio/scenarios && ln -s "$SAVES" /opt/factorio/saves && mkdir -p /opt/factorio/config/ && addgroup -g "$PGID" -S "$GROUP" && adduser -u "$PUID" -G "$GROUP" -s /bin/sh -SDH "$USER" && chown -R "$USER":"$GROUP" /opt/factorio /factorio

2020-11-30 23:25:44 UTC

/bin/ash -eo pipefail -c #(nop) COPY multi:de353f451ec41ce24e87980e605c9419ae59a2b19d70015b89f9a60e6d0cabe6 in /

2020-11-30 23:25:44 UTC

/bin/ash -eo pipefail -c #(nop) COPY file:549f39b20fa0bc35fcb40dc14ab7a3d7901764a001d3a58be2ac675cfdf2f389 in /opt/factorio/config/config.ini

2020-11-30 23:25:44 UTC

/bin/ash -eo pipefail -c #(nop) VOLUME [/factorio]

2020-11-30 23:25:45 UTC

/bin/ash -eo pipefail -c #(nop) EXPOSE 34197/udp 27015/tcp

2020-11-30 23:25:45 UTC

/bin/ash -eo pipefail -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