Skip to content

Instantly share code, notes, and snippets.

@neheb
Created January 5, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neheb/9cec313cc7c8949d712f7a0e3df48637 to your computer and use it in GitHub Desktop.
Save neheb/9cec313cc7c8949d712f7a0e3df48637 to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 361.5kB
Step 1/17 : FROM debian:9
---> 5c43e435cc11
Step 2/17 : MAINTAINER OpenWrt Maintainers
---> Using cache
---> 4fc764f0e8c7
Step 3/17 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> d0a80324278f
Step 4/17 : ENV BUILDMASTER_CONFIG config.ini
---> Using cache
---> 8ed7937b398d
Step 5/17 : ENV BUILDMASTER_PHASE 1
---> Using cache
---> b7a21e9a25d4
Step 6/17 : USER root
---> Using cache
---> 6217ed1d64a7
Step 7/17 : RUN apt-get update && apt-get install -y pwgen locales buildbot build-essential libncurses5-dev gawk git-core pv gosu signify-openbsd wget && apt-get clean && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
---> Using cache
---> 979c5b7d9320
Step 8/17 : ENV LANG=en_US.utf8
---> Using cache
---> 321aa9292294
Step 9/17 : COPY docker/buildmaster/files/entry.sh /entry.sh
---> Using cache
---> 27c9fa3f18b8
Step 10/17 : COPY docker/buildmaster/files/start.sh /start.sh
---> Using cache
---> abefc48b97e2
Step 11/17 : COPY phase1 /phase1
---> Using cache
---> a46de9570dea
Step 12/17 : COPY phase2 /phase2
---> Using cache
---> 9a6b811ac786
Step 13/17 : COPY scripts /scripts
---> Using cache
---> 59c29e293b8a
Step 14/17 : RUN mkdir /master && chown buildbot:buildbot /master && usermod --home /master buildbot && chmod 0755 /entry.sh /start.sh
---> Using cache
---> 8a9191ef4047
Step 15/17 : VOLUME [ "/master" ]
---> Using cache
---> 8ae40da463c1
Step 16/17 : ENTRYPOINT [ "/entry.sh" ]
---> Using cache
---> 3f2c5dc69bf8
Step 17/17 : CMD [ "start" ]
---> Using cache
---> 86e8d2e76ad6
Successfully built 86e8d2e76ad6
Successfully tagged openwrtorg/buildmaster:latest
The push refers to repository [docker.io/openwrtorg/buildmaster]
ea9105606829: Preparing
75dc9ba2cf54: Preparing
bff96cbfc173: Preparing
e7c828e264e9: Preparing
b5fb59132308: Preparing
a562bdf26070: Waiting
993177015e3b: Waiting
e4b20fcc48f4: Waiting
denied: requested access to the resource is denied
Sending build context to Docker daemon 361.5kB
Step 1/15 : FROM debian:9
---> 5c43e435cc11
Step 2/15 : MAINTAINER OpenWrt Maintainers
---> Using cache
---> 4fc764f0e8c7
Step 3/15 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> d0a80324278f
Step 4/15 : ENV BUILDSLAVE_MASTER builds.openwrt.org:9990
---> Using cache
---> 052b2a23a55d
Step 5/15 : ENV BUILDSLAVE_ADMIN contact@openwrt.org
---> Using cache
---> fec44674ad1d
Step 6/15 : ENV BUILDSLAVE_DESCRIPTION Buildslave Docker Instance
---> Using cache
---> f60300355f3c
Step 7/15 : USER root
---> Using cache
---> 234eb6e51402
Step 8/15 : RUN apt-get update && apt-get install -y pwgen locales buildbot-slave build-essential git-core subversion libncurses5-dev gawk unzip pv gosu signify-openbsd python3 wget curl ccache rsync && apt-get clean && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
---> Using cache
---> 38ca3f61eafc
Step 9/15 : ENV LANG=en_US.utf8
---> Using cache
---> 331266293cb6
Step 10/15 : COPY docker/buildslave/files/entry.sh /entry.sh
---> Using cache
---> 72cd325ab6e8
Step 11/15 : COPY docker/buildslave/files/start.sh /start.sh
---> Using cache
---> 281d25315c5f
Step 12/15 : RUN mkdir /builder && chown buildbot:buildbot /builder && usermod --home /builder buildbot && chmod 0755 /entry.sh /start.sh
---> Using cache
---> ff046efbb176
Step 13/15 : VOLUME [ "/builder" ]
---> Using cache
---> 5e3671011036
Step 14/15 : ENTRYPOINT [ "/entry.sh" ]
---> Using cache
---> bf9a3f4db059
Step 15/15 : CMD [ "/start.sh" ]
---> Using cache
---> 34f9e6e4ea26
Successfully built 34f9e6e4ea26
Successfully tagged openwrtorg/buildslave:latest
The push refers to repository [docker.io/openwrtorg/buildslave]
c66f9524fde3: Preparing
2b609a06f04e: Preparing
29f29e5558f9: Preparing
b256ba0b1dc4: Preparing
e4b20fcc48f4: Waiting
denied: requested access to the resource is denied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment