Skip to content

Build, Push Docker Images #512

Build, Push Docker Images

Build, Push Docker Images #512

Triggered via schedule October 31, 2024 00:41
Status Failure
Total duration 3m 19s
Artifacts 20

build-push.yaml

on: schedule
Matrix: build-push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 74 warnings
build-push (xtrabackup, latest, linux/amd64, base, false)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --force-yes apt-transport-https ca-certificates mariadb-client gnupg lsb-release" did not complete successfully: exit code: 100
build-push (xtrabackup, 2.3, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup, false)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --force-yes apt-transport-https ca-certificates mariadb-client gnupg lsb-release" did not complete successfully: exit code: 100
build-push (xtrabackup, 8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80, false)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --force-yes apt-transport-https ca-certificates mariadb-client gnupg lsb-release" did not complete successfully: exit code: 100
build-push (xtrabackup, 2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24, false)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --force-yes apt-transport-https ca-certificates mariadb-client gnupg lsb-release" did not complete successfully: exit code: 100
build-push (python-coveralls, latest, base, false)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip install python-coveralls" did not complete successfully: exit code: 1
build-push (angular-cli, latest, linux/amd64, base, false)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yarn global add @angular/cli@$NG_CLI_VERSION -T && rm -rf $(yarn cache dir)" did not complete successfully: exit code: 1
build-push (xtrabackup, latest, linux/amd64, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (xtrabackup, latest, linux/amd64, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (xtrabackup, latest, linux/amd64, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (xtrabackup, 2.3, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (xtrabackup, 2.3, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (xtrabackup, 2.3, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (xtrabackup, 8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (xtrabackup, 8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (xtrabackup, 8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (create-react-app, latest, latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (create-react-app, latest, latest, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (create-react-app, latest, latest, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Sensitive data should not be used in the ARG or ENV commands: httpie-jwt-auth/base/Dockerfile#L14
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "HTTPIE_JWT_AUTH_VERSION") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: httpie-jwt-auth/base/Dockerfile#L12
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "HTTPIE_JWT_AUTH_VERSION") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push (httpie-jwt-auth, latest, linux/amd64, base, HTTPIE_JWT_AUTH_VERSION=0.3.0, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (httpie-jwt-auth, latest, linux/amd64, base, HTTPIE_JWT_AUTH_VERSION=0.3.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (httpie-jwt-auth, latest, linux/amd64, base, HTTPIE_JWT_AUTH_VERSION=0.3.0, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (xtrabackup, 2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (xtrabackup, 2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (xtrabackup, 2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (python-coveralls, latest, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (python-coveralls, latest, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (python-coveralls, latest, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Sensitive data should not be used in the ARG or ENV commands: httpie-jwt-auth/base-alpine/Dockerfile#L12
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "HTTPIE_JWT_AUTH_VERSION") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: httpie-jwt-auth/base-alpine/Dockerfile#L14
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "HTTPIE_JWT_AUTH_VERSION") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push (httpie-jwt-auth, latest-alpine, linux/amd64, base-alpine, HTTPIE_JWT_AUTH_VERSION=0.3...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (httpie-jwt-auth, latest-alpine, linux/amd64, base-alpine, HTTPIE_JWT_AUTH_VERSION=0.3...
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (httpie-jwt-auth, latest-alpine, linux/amd64, base-alpine, HTTPIE_JWT_AUTH_VERSION=0.3...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (duplicity, latest, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (duplicity, latest, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (duplicity, latest, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (packer, latest, latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (packer, latest, latest, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (packer, latest, latest, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (mongo-connector, latest, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (mongo-connector, latest, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (mongo-connector, latest, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (xtrabackup, buster-8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80 D...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (xtrabackup, buster-8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80 D...
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (xtrabackup, buster-8.0, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-80 D...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (xtrabackup, buster-2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24 D...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (xtrabackup, buster-2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24 D...
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (xtrabackup, buster-2.4, linux/amd64, base, XTRABACKUP_PACKAGE=percona-xtrabackup-24 D...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (aws-cli, latest, linux/amd64, latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (aws-cli, latest, linux/amd64, latest, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (aws-cli, latest, linux/amd64, latest, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (angular-cli, latest, linux/amd64, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (angular-cli, latest, linux/amd64, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (angular-cli, latest, linux/amd64, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Legacy key/value format with whitespace separator should not be used: angular-cli/base/Dockerfile#L46
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: angular-cli/base/Dockerfile#L47
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
build-push (angular-cli, 14.0.6, linux/amd64, base, NG_CLI_VERSION=14.0.6, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (angular-cli, 14.0.6, linux/amd64, base, NG_CLI_VERSION=14.0.6, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (angular-cli, 14.0.6, linux/amd64, base, NG_CLI_VERSION=14.0.6, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (ubuntu, 20.04-dind-latest, linux/amd64, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (ubuntu, 20.04-dind-latest, linux/amd64, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (ubuntu, 20.04-dind-latest, linux/amd64, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (ubuntu, 20.04-dind-20.10.13, linux/amd64, base, DOCKER_VERSION=20.10.13, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (ubuntu, 20.04-dind-20.10.13, linux/amd64, base, DOCKER_VERSION=20.10.13, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (ubuntu, 20.04-dind-20.10.13, linux/amd64, base, DOCKER_VERSION=20.10.13, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-push (ubuntu, 20.04-dind-19.03.15, linux/amd64, base, DOCKER_VERSION=19.03.15, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (ubuntu, 20.04-dind-19.03.15, linux/amd64, base, DOCKER_VERSION=19.03.15, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (ubuntu, 20.04-dind-19.03.15, linux/amd64, base, DOCKER_VERSION=19.03.15, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L31
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L32
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L33
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L86
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L91
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L29
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: node-ruby/base/Dockerfile#L30
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
build-push (node-ruby, latest, linux/amd64, base, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-push (node-ruby, latest, linux/amd64, base, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-push (node-ruby, latest, linux/amd64, base, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
teracyhq~docker-files~1H75V7.dockerbuild Expired
63.1 KB
teracyhq~docker-files~1RVCZW.dockerbuild Expired
46.4 KB
teracyhq~docker-files~229L9Q.dockerbuild Expired
48.3 KB
teracyhq~docker-files~3DTYZE.dockerbuild Expired
14.4 KB
teracyhq~docker-files~6CMHQO.dockerbuild Expired
31 KB
teracyhq~docker-files~6ZFZX0.dockerbuild Expired
127 KB
teracyhq~docker-files~8671GS.dockerbuild Expired
67.3 KB
teracyhq~docker-files~8QLB0C.dockerbuild Expired
14.2 KB
teracyhq~docker-files~AY8X1Z.dockerbuild Expired
46.8 KB
teracyhq~docker-files~H5G8R4.dockerbuild Expired
17.5 KB
teracyhq~docker-files~HO830P.dockerbuild Expired
41.7 KB
teracyhq~docker-files~I25UFC.dockerbuild Expired
35.9 KB
teracyhq~docker-files~J87EY4.dockerbuild Expired
33.5 KB
teracyhq~docker-files~MYTXH5.dockerbuild Expired
102 KB
teracyhq~docker-files~NWK939.dockerbuild Expired
13.9 KB
teracyhq~docker-files~TI51NL.dockerbuild Expired
80.5 KB
teracyhq~docker-files~TL1UA7.dockerbuild Expired
13.9 KB
teracyhq~docker-files~UP71OO.dockerbuild Expired
34.4 KB
teracyhq~docker-files~Y8SJHI.dockerbuild Expired
63.1 KB
teracyhq~docker-files~YER1FN.dockerbuild Expired
54.7 KB