diff --git a/dockerfiles/centos/centos-7/centos-7-builder/Dockerfile b/dockerfiles/centos/centos-7/centos-7-builder/Dockerfile deleted file mode 100644 index 9866b48..0000000 --- a/dockerfiles/centos/centos-7/centos-7-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# centos-7-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:centos-7-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/centos/centos-7/centos-7-builder/README b/dockerfiles/centos/centos-7/centos-7-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/centos/centos-7/centos-7-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/debian/debian-8/debian-8-builder/Dockerfile b/dockerfiles/debian/debian-8/debian-8-builder/Dockerfile deleted file mode 100644 index e518ce3..0000000 --- a/dockerfiles/debian/debian-8/debian-8-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# debian-8-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:debian-8-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/debian/debian-8/debian-8-builder/README b/dockerfiles/debian/debian-8/debian-8-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/debian/debian-8/debian-8-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/fedora/fedora-22/fedora-22-builder/Dockerfile b/dockerfiles/fedora/fedora-22/fedora-22-builder/Dockerfile deleted file mode 100644 index 197eb6d..0000000 --- a/dockerfiles/fedora/fedora-22/fedora-22-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# fedora-22-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:fedora-22-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/fedora/fedora-22/fedora-22-builder/README b/dockerfiles/fedora/fedora-22/fedora-22-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/fedora/fedora-22/fedora-22-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/fedora/fedora-23/fedora-23-builder/Dockerfile b/dockerfiles/fedora/fedora-23/fedora-23-builder/Dockerfile deleted file mode 100644 index ec67d4b..0000000 --- a/dockerfiles/fedora/fedora-23/fedora-23-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# fedora-23-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:fedora-23-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/fedora/fedora-23/fedora-23-builder/README b/dockerfiles/fedora/fedora-23/fedora-23-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/fedora/fedora-23/fedora-23-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/fedora/fedora-24/fedora-24-builder/Dockerfile b/dockerfiles/fedora/fedora-24/fedora-24-builder/Dockerfile deleted file mode 100644 index 8a415e1..0000000 --- a/dockerfiles/fedora/fedora-24/fedora-24-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# fedora-24-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:fedora-24-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/fedora/fedora-24/fedora-24-builder/README b/dockerfiles/fedora/fedora-24/fedora-24-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/fedora/fedora-24/fedora-24-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/fedora/fedora-25/fedora-25-builder/Dockerfile b/dockerfiles/fedora/fedora-25/fedora-25-builder/Dockerfile deleted file mode 100644 index f20ce02..0000000 --- a/dockerfiles/fedora/fedora-25/fedora-25-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# fedora-25-builder -# Copyright (C) 2015-2017 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:fedora-25-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/fedora/fedora-25/fedora-25-builder/README b/dockerfiles/fedora/fedora-25/fedora-25-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/fedora/fedora-25/fedora-25-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/opensuse/opensuse-13.2/opensuse-13.2-builder/Dockerfile b/dockerfiles/opensuse/opensuse-13.2/opensuse-13.2-builder/Dockerfile deleted file mode 100644 index e015064..0000000 --- a/dockerfiles/opensuse/opensuse-13.2/opensuse-13.2-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# opensuse-13.2-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:opensuse-13.2-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/opensuse/opensuse-13.2/opensuse-13.2-builder/README b/dockerfiles/opensuse/opensuse-13.2/opensuse-13.2-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/opensuse/opensuse-13.2/opensuse-13.2-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/opensuse/opensuse-42.1/opensuse-42.1-builder/Dockerfile b/dockerfiles/opensuse/opensuse-42.1/opensuse-42.1-builder/Dockerfile deleted file mode 100644 index be7d478..0000000 --- a/dockerfiles/opensuse/opensuse-42.1/opensuse-42.1-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# opensuse-42.1-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:opensuse-42.1-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/opensuse/opensuse-42.1/opensuse-42.1-builder/README b/dockerfiles/opensuse/opensuse-42.1/opensuse-42.1-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/opensuse/opensuse-42.1/opensuse-42.1-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/opensuse/opensuse-42.2/opensuse-42.2-builder/Dockerfile b/dockerfiles/opensuse/opensuse-42.2/opensuse-42.2-builder/Dockerfile deleted file mode 100644 index 3c6adbb..0000000 --- a/dockerfiles/opensuse/opensuse-42.2/opensuse-42.2-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# opensuse-42.2-builder -# Copyright (C) 2015-2017 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:opensuse-42.2-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/opensuse/opensuse-42.2/opensuse-42.2-builder/README b/dockerfiles/opensuse/opensuse-42.2/opensuse-42.2-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/opensuse/opensuse-42.2/opensuse-42.2-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/ubuntu/ubuntu-14.04/ubuntu-14.04-builder/Dockerfile b/dockerfiles/ubuntu/ubuntu-14.04/ubuntu-14.04-builder/Dockerfile deleted file mode 100644 index 9a4fbf3..0000000 --- a/dockerfiles/ubuntu/ubuntu-14.04/ubuntu-14.04-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# ubuntu-14.04-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:ubuntu-14.04-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/ubuntu/ubuntu-14.04/ubuntu-14.04-builder/README b/dockerfiles/ubuntu/ubuntu-14.04/ubuntu-14.04-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/ubuntu/ubuntu-14.04/ubuntu-14.04-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/ubuntu/ubuntu-16.04/ubuntu-16.04-builder/Dockerfile b/dockerfiles/ubuntu/ubuntu-16.04/ubuntu-16.04-builder/Dockerfile deleted file mode 100644 index 8f86588..0000000 --- a/dockerfiles/ubuntu/ubuntu-16.04/ubuntu-16.04-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# ubuntu-16.04-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:ubuntu-16.04-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/ubuntu/ubuntu-16.04/ubuntu-16.04-builder/README b/dockerfiles/ubuntu/ubuntu-16.04/ubuntu-16.04-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/ubuntu/ubuntu-16.04/ubuntu-16.04-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/ubuntu/ubuntu-16.10/ubuntu-16.10-builder/Dockerfile b/dockerfiles/ubuntu/ubuntu-16.10/ubuntu-16.10-builder/Dockerfile deleted file mode 100644 index 7798d12..0000000 --- a/dockerfiles/ubuntu/ubuntu-16.10/ubuntu-16.10-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# ubuntu-16.10-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:ubuntu-16.10-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/ubuntu/ubuntu-16.10/ubuntu-16.10-builder/README b/dockerfiles/ubuntu/ubuntu-16.10/ubuntu-16.10-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/ubuntu/ubuntu-16.10/ubuntu-16.10-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file diff --git a/dockerfiles/ubuntu/ubuntu-17.04/ubuntu-17.04-builder/Dockerfile b/dockerfiles/ubuntu/ubuntu-17.04/ubuntu-17.04-builder/Dockerfile deleted file mode 100644 index bd549ed..0000000 --- a/dockerfiles/ubuntu/ubuntu-17.04/ubuntu-17.04-builder/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -# ubuntu-17.04-builder -# Copyright (C) 2015-2016 Intel Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -FROM crops/yocto:ubuntu-17.04-base - -USER root -COPY runbitbake.py /home/yoctouser/ -RUN chown -R yoctouser /home/yoctouser/ && \ - chmod +x /home/yoctouser/runbitbake.py - -USER yoctouser - -WORKDIR /home/yoctouser -ENTRYPOINT ["/home/yoctouser/runbitbake.py"] diff --git a/dockerfiles/ubuntu/ubuntu-17.04/ubuntu-17.04-builder/README b/dockerfiles/ubuntu/ubuntu-17.04/ubuntu-17.04-builder/README new file mode 100644 index 0000000..57780c3 --- /dev/null +++ b/dockerfiles/ubuntu/ubuntu-17.04/ubuntu-17.04-builder/README @@ -0,0 +1,2 @@ +The Dockerfile for this directory is autogenerated based on dockerfiles/templates/Dockerfile.builder +Do not place an actual Dockerfile here. \ No newline at end of file