I’m trying to allow for a single server to concurrently do Docker builds and push without interfering with eachother… and so i was thinking I would add some random characters to the end of the build name
dino82 joined the channel
sgrankin has quit
enderandpeter joined the channel
alezandro joined the channel
LennardW has quit
donghao joined the channel
LennardW|afk joined the channel
palinf has quit
palinf joined the channel
HansE has quit
akurniawan has quit
voodoolost joined the channel
akurniawan joined the channel
zfjohnny has quit
Dasuchin has quit
publio has quit
enderandpeter has quit
enderandpeter joined the channel
zfjohnny joined the channel
chili-man joined the channel
I’m not sure if I got an answer so i’ll ask it in a simpler way:
chili-man
hello, I'm running docker 1.13.0 and I'm having issues with very slow builds during the ARG layers; it takes minutes to be able to build the ARG layers and I'm not sure why
I am using the overlay2 storage driver
ljc joined the channel
zfjohnny
I have a docker build server. Lets assume I try to “docker build -t myproject .” and then I tag that and i push it. That works great. However, I will have more than one build happening at the same time. When I tag the build, how can I be sure I’m tagging what I just built?
ah.. nevermind i see build has a “--tag value” option
thats what i was looking for
answered my own question
scottyc joined the channel
ljc
hey i'm trying to set up a dockerfile to git clone a private repo but getting permission errors. here's my dockerfile and docker's error output: http://pastebin.com/fqbexAgK