Commit Graph

20 Commits

Author SHA1 Message Date
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00
CrazyMax 1a0f070e2c
jekyll: fix sitemap lastmod
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 06:25:49 +02:00
CrazyMax 34051706b2
refactor and mutualize netlify and aws clients for deployment
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-18 13:56:58 +02:00
CrazyMax 1e1fdfce1c
ignore .jekyll-cache folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:57 +02:00
CrazyMax 3ce39559b2
update Ruby to 2.6.10, fix Gemfile and push Gemfile.lock
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:57 +02:00
Stefan Scherer 57dcafed31
Add GitHub action to upload S3 website configuration
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-04-09 10:57:56 +02:00
Sebastiaan van Stijn 9a8b866072
remove Jenkinsfile from dockerignore
There's no longer a Jenkinsfile in this repo, so we can remove it

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 13:42:44 +02:00
Sebastiaan van Stijn 8eb6ee6cb8
Add more files to .dockerignore
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-15 18:22:16 +01:00
Stefan Scherer 754bcd08e0
Skip more files in final site
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-13 17:55:19 +01:00
Sebastiaan van Stijn 3bbc3f5a25
Update directories to ignore/cleanup
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 14:01:01 +01:00
John Mulhausen d93ebcd9a1 Update .dockerignore 2017-04-20 05:22:00 -07:00
John Mulhausen 69f622bb70 Move to GHP 112, nginx-based server, docs-base (#1515)
* Moves to GHP 112, nginx-based server

* Import official nginx instructions per @thaJeztah

* Reordering of commands per @thaJeztah

* Reordering of commands per @thaJeztah

* Make sure that at the end of each layer we only keep the one directory

* Forgot to use md_source when resolving conflicts

* Update Dockerfile

* Use base image, clean up cruft from docsarchive folder

* Update docs-base to be self-browseable, conf source of truth
2017-02-09 17:17:07 -08:00
Sebastiaan van Stijn 721f9d2aba
Optimize Dockerfile
This optimizes the Dockerfile a bit by;

- putting the docs archives at the top to
  optimize caching and to prevent having
  to clone the github repository on each
  build. Note that '--no-cache' is needed
  to forcefully break the cache, but the
  archives should not frequently change
- grouping RUN lines to reduce image size.
- using a loop for the archived versions to
  reduce the amount of duplicated code.
- using the local files for the *current*
  version of the docs instead of the git
  clone from GitHub. this makes it also
  use the right source instead of "master"
- adding a .dockerignore to prevent busting
  the cache if not needed, and to prevent
  uploading the '.git' repository, which
  is not used for the "current" docs

Difference in size before/after;

    REPOSITORY     TAG     IMAGE ID      CREATED         SIZE
    docs           latest  36f6ad029e6a  3 minutes ago   1.722 GB
    docs-orig      latest  4f1a3e3fda4f  16 minutes ago  3.344 GB

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-11-22 00:20:02 +01:00
Misty Stanley-Jones 6a54b082a8 Initial import of https://github.com/docker/docker 2016-09-29 11:17:56 -07:00
Alexander Morozov 9c8d6edbf1 Add vendor/pkg to .dockerignore
It's in .gitignore too, so why not

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-12-04 17:03:24 -08:00
Olivier Gambier 5fbfbe1ff7 Rehauled build system and integration testing
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-18 15:47:00 -07:00
Nathan LeClaire 14b7e0fe5f Add some misses I found
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-01-22 12:01:40 -08:00
Nathan LeClaire 77fe4a4e6e Add .git to .dockerignore
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2014-12-15 18:01:21 -08:00
Ben Firshman e42afabd03 Build and test using Docker
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 16:46:40 -08:00
Travis Cline 9189db3aff Add .dockerignore support
Fixes #2224

Docker-DCO-1.1-Signed-off-by: Travis Cline <travis.cline@gmail.com> (github: tmc)
2014-06-26 22:49:08 +00:00