Is it possible to add environment variables in automated builds in docker hub?
问题 I want to automate my build process and need to pass an environment variable to run some of the commands in the Dockerfile . I was wondering if there was any way to do this in Dockerhub. I know docker cloud has something like this, but I was wondering whether the functionality was there in Dockerhub since there is the --build-args argument in the cli for normal building. 回答1: Set up Automated builds Docker Hub (https://hub.docker.com) can automatically build images from source code in an