本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

build-image Docker 镜像下载 - 轩辕镜像

build-image 镜像详细信息和使用指南

build-image 镜像标签列表和版本信息

build-image 镜像拉取命令和加速下载

build-image 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

build-image
debd/build-image

build-image 镜像详细信息

build-image 镜像标签列表

build-image 镜像使用说明

build-image 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

0 次下载activedebd镜像

build-image 镜像详细说明

build-image 使用指南

build-image 配置说明

build-image 官方文档

build-image

Based on [] and []

We're using it to build our projects on our own GitLab CI Docker runners.

Can be built (and used) locally with: docker build --no-cache -t debd/build-image .

AWS' ElasticBeanstalk CLI can be used like this in a gitlab-ci.yml file:

yml
test:
  stage: test
  script:
    - rm -rf /opt/runnerhome/.aws && mkdir -p /opt/runnerhome/.aws && touch /opt/runnerhome/.aws/config && chmod 600 /opt/runnerhome/.aws/config
    - echo "[profile eb-cli]" >> /opt/runnerhome/.aws/config
    - echo "aws_access_key_id=$AWS_ACCESS_KEY_ID" >> /opt/runnerhome/.aws/config
    - echo "aws_secret_access_key=$AWS_SECRET_ACCESS_KEY" >> /opt/runnerhome/.aws/config

Additionally, you have to set the following environment vars:

  • AWS_ACCESS_KEY_ID=xxx
  • AWS_SECRET_ACCESS_KEY=xxx

Just a note for me (because I always forget this): to push, run ...

  • docker tag debd/build-image debd/build-image:x.x.x
  • docker push debd/build-image:x.x.x

To SSH into the container, run docker run -it debd/build-image bash

Included software

Languages

  • PHP
    • 7.2
  • Ruby
    • 2.7.1
    • 2.6.6 (default)
    • 2.3.8
  • Node
    • 14.12.0
  • Python
    • 2.7 (via python && pip)
    • 3.6 (via python3 && pip3)

Tools

  • Browsers
    • Chrome 80
    • Firefox 74
  • PHP
    • Composer
  • Ruby
    • RVM (source $HOME/.rvm/scripts/rvm must be included in your CI config)
    • Bundler 1 (2 also available if RVM is sourced)
  • Node
    • Yarn 1.22.5
    • NPM (version corresponding with Node version)
    • bower
    • grunt-cli
  • Python
    • pip (version corresponding with Python version)
  • General
    • AWS ElasticBeanstalk CLI
    • Netlify CLI
    • Heroku CLI
    • Vercel CLI
    • Serverless CLI
    • ImageMagick
    • OptiPNG
    • Jpegoptim
    • mkcert
    • ... anything inside Dockerfile :smile:

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"