Browse Source

Add hint to Dockerfile's that they are generated

pull/784/head
Robin Schneider 5 years ago
parent
commit
402c857d17
No known key found for this signature in database GPG Key ID: A81E8006DC95EFE6
  1. 3
      docker/Dockerfile.j2
  2. 3
      docker/aarch64/mysql/Dockerfile
  3. 3
      docker/aarch64/sqlite/Dockerfile
  4. 3
      docker/amd64/mysql/Dockerfile
  5. 3
      docker/amd64/mysql/Dockerfile.alpine
  6. 3
      docker/amd64/postgresql/Dockerfile
  7. 3
      docker/amd64/postgresql/Dockerfile.alpine
  8. 3
      docker/amd64/sqlite/Dockerfile
  9. 3
      docker/amd64/sqlite/Dockerfile.alpine
  10. 3
      docker/armv6/mysql/Dockerfile
  11. 3
      docker/armv6/sqlite/Dockerfile
  12. 3
      docker/armv7/mysql/Dockerfile
  13. 3
      docker/armv7/sqlite/Dockerfile

3
docker/Dockerfile.j2

@ -1,3 +1,6 @@
{{ "# This file was generated using a Jinja2 template." }}
{{ "# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's." }}
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/aarch64/mysql/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/aarch64/sqlite/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/amd64/mysql/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/amd64/mysql/Dockerfile.alpine

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/amd64/postgresql/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/amd64/postgresql/Dockerfile.alpine

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/amd64/sqlite/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/amd64/sqlite/Dockerfile.alpine

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/armv6/mysql/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/armv6/sqlite/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/armv7/mysql/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

3
docker/armv7/sqlite/Dockerfile

@ -1,3 +1,6 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfile's.
# Using multistage build:
# https://docs.docker.com/develop/develop-images/multistage-build/
# https://whitfin.io/speeding-up-rust-docker-builds/

Loading…
Cancel
Save