Commit Graph

76 Commits

Author SHA1 Message Date
Gwendolynne Barr 3dcc8d0b55
Remove references to security scanning for private repos (#6444) 2018-04-20 10:33:55 -07:00
Rob Jackson 6e0df9e39e Ensure custom build hooks consume DOCKERFILE_PATH (#6026)
I have a custom build hook to pass in build arguments on a repository from which I build two Docker images (tags), from two Dockerfiles.

My second build, however, with the custom Dockerfile, was not being built correctly. It was being built with the default `Dockerfile`, instead of my specified custom one.

I quickly figured out the custom build hook was to blame because it doesn't specify which Dockerfile it should build from, but there was no mention in the documentation of an environmental variable I can consume to get the custom "Dockerfile location" value. By dumping the env vars during the build process, I can there is an environmental variable with that value: `DOCKERFILE_PATH`.

This PR updates the documentation accordingly, to:

1) Expose the fact this environmental variable exists, and explains its purpose
2) Make sure its consumed in the example custom build hook, so any copy-pasters find themselves already supporting custom Dockerfiles, rather than struggling with the same problem
2018-02-23 16:35:55 -08:00
Gwendolynne Barr 29f38f6219
Add note on end of scanning preview service (#6007) 2018-02-14 08:56:47 -08:00
Bryan Lee 2a2245fa15 remove mentions of opting in (#5976)
we have removed opt-in to scanning
2018-02-09 10:53:49 -08:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Alex Villarreal 017a919e03 Fix conflicting docs on single/multiple tags (#5561) 2017-12-19 13:09:21 -08:00
Oleksii Trekhleb 79214841f3 Specify that docker-compose.test.yml file structure is similar to docker-cloud.yml (#5417)
It seems unclear from documentation what format and other options the docker-compose.test.yml may have. By specifying that its structure is similar to docker-cloud.yml developers will get a hint of where to search for further docker-compose.test.yml specification.
2017-11-30 13:32:54 -08:00
Bhavin Gandhi 3123389ccb Add alt text to images which are missing it (#5047)
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Victoria Bialas 3164a2a9ea fixed build command per user feedback (#3930)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-24 11:56:18 -07:00
Peter Kokot 0d5f1cfb8f Fix anchor to build time variables (#3601) 2017-06-19 11:56:48 -07:00
Victoria Bialas 63c7febfdd added Python, Docker Cloud install/run to known issues and setup notes (#3525)
* added Anaconda Python 3.5.2 install/run to known issues

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added notes re: Python 3.x not supported in setup and install

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed heading levels in Cloud known errors

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed links (moby --> docker), formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed on-page link list alignments for toc max/min topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 18:36:50 -07:00
Ryan Kennedy 633d6edac1 Updated multi-stage build reference (#3403)
Removed reference to adding a Dockerfile.multi file as a required step.
2017-06-02 10:35:47 -07:00
Wilfred van der Deijl 5b6345c5cf Only `sut` service and its dependents are started (#3426)
* Only `sut` service and its dependents are started

* re-worded a few sentences

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-30 17:09:50 -07:00
Ryan Kennedy 6457b5b5b0 Updates to automated tests doc (#3370)
* Updates to automated tests doc

Updated automated test doc to reflect new autotest behavior.

* made minor formatting changes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-25 12:39:49 -07:00
Victoria Bialas 559bb0d668 added step to choose stable or edge version in Cloud autobuilds (#3395)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-24 14:55:29 -07:00
Victoria Bialas d355122331 added cloud azure video, better links on other vids, how-to for vids on test page (#3369)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-23 19:58:46 -07:00
Victoria Bialas 9a4986465a Linked `docker build` in a Caution note (#3165)
Added an additional link to the `docker build` command topics per user feedback
2017-05-04 10:42:17 -07:00
Victoria Bialas d9906e3aa6 added detail on vulnerability severity for security scanning
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-01 13:08:31 -07:00
Constanze Kratel 277db96722 Issue #2337: It's not called the "Launch new service wizard" #2237 (#2921)
Updated Launch new service wizard to say"Services/Wizard" to reflect the actual UI. Added note that Swarm Mode needs to be disabled.
2017-04-21 10:55:53 -05:00
Shubheksha Jalan 70593c8cd1 rename DOCKER_TAG to CACHE_TAG (#2959) 2017-04-20 12:08:13 -05:00
Cory Locklear 0bc81ae200 Fixes #2167. Added information about how docker cloud performs repo/branch clones, and potential work-arounds for those trying to utilize information from other branches in their builds. (#2890) 2017-04-20 12:06:33 -05:00
Victoria Bialas d67f1e3c4e tweak: code format for filename (#2829)
* tweak: code format for filename

slight reword, so as to avoid confusion w/filename

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* small changes just to kick build again

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-17 14:25:12 -05:00
Shubheksha Jalan 8b3d0e2214 change pre-build to pre_build to remove confusion (#2813)
* change pre-build to pre_build to remove confusion

* clarify that pre_build hook refers to a file
2017-04-17 09:59:10 -07:00
Victoria Bialas 9044812f0d Add Docker Cloud videos and updated redeploy note (#2765)
* added videos links re:auto build, testing, and redeploy

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added images for video cues, and redeploy note

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-13 13:10:44 -07:00
Wang Jie e9bfb46e43 Update image-scan.md (#2247)
Is "and" necessary here, or can be omitted?
2017-03-10 11:55:29 -08:00
Misty Stanley-Jones a010d2f69f Merge pull request #2156 from pkennedyr/patch-4
Remove reference to DSS only be enabled on Docker Cloud individual ac…
2017-03-09 15:34:20 -08:00
Wang Jie de21a0de13 Update push-images.md (#2226) 2017-03-09 14:53:19 -08:00
Ryan Kennedy 8a2c8d2654 Remove reference to DSS only be enabled on Docker Cloud individual accounts
Remove reference to DSS only be enabled on Docker Cloud individual accounts:

> **Note**: Docker Hub can display Security Scan results for organizations and teams, however Security Scanning can only be enabled on Docker Cloud individual accounts at this time.
2017-03-06 13:49:51 -08:00
Victoria Bialas 53442a4788 WIP: re-organize docker cloud topics, public intro to swarm mode
edited screen snap

breaking out topics for Docker Cloud swarm mode

added another where-to-next link

added more where-to-next links

added back in on-page TOC for create swarm topic

incorporated Ryan's review comments on first draft

more Ryan's review comments, sweep thru all for consistency, notoc on short pages, etc.

removed duplicate link to 'create a new swarm in docker cloud'

Laura's comments incorporated

re-organized Cloud topics, added in Swarm Mode

Ryan's review comments on Cloud, added new type of advisory for Beta previews

more review comments, manage infrastructure --> standard mode

fixing image

testing cloud images

updates to Cloud welcome page for Swarm, non-Swarm descriptions

add new cloud repository image

retake of corrupted image

fixed the other instance of corrupted image by referencing the retake

fixing corrupted image on GitHub

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 07:18:57 -08:00
Misty Stanley-Jones 6b0a5f9be4 Revert "re-organize docker cloud topics, public intro to swarm mode" 2017-02-23 11:44:11 -08:00
Victoria Bialas dc699e8558 WIP: re-organize docker cloud topics, public intro to swarm mode
edited screen snap

breaking out topics for Docker Cloud swarm mode

added another where-to-next link

added more where-to-next links

added back in on-page TOC for create swarm topic

incorporated Ryan's review comments on first draft

more Ryan's review comments, sweep thru all for consistency, notoc on short pages, etc.

removed duplicate link to 'create a new swarm in docker cloud'

Laura's comments incorporated

re-organized Cloud topics, added in Swarm Mode

Ryan's review comments on Cloud, added new type of advisory for Beta previews

more review comments, manage infrastructure --> standard mode

fixing image

testing cloud images

updates to Cloud welcome page for Swarm, non-Swarm descriptions

add new cloud repository image

retake of corrupted image

fixed the other instance of corrupted image by referencing the retake

fixing corrupted image on GitHub

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 10:58:36 -08:00
LRubin 39b6b93196 more cloud image updates
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-03 10:42:33 -08:00
LRubin a4a28a6f89 cloud image updates
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-02 16:58:43 -08:00
LRubin aaa2ad2951 add crosslink to advanced topic (#1338)
Signed-off-by: LRubin <lrubin@docker.com>
2017-01-24 15:24:53 -08:00
LRubin e059b654e0 url fixes for #1068
Signed-off-by: LRubin <lrubin@docker.com>
2017-01-11 13:26:50 -08:00
Ryan Kennedy 3563214873 Update automated-testing.md
Updated text to reflect that the `docker-compose.test.yml` file needs to be in the same directory as the Dockerfile used to build the image.
2017-01-09 10:20:13 -08:00
Adrien Duermael 5b3cbf78f3 made absolute links to docs.docker.com relative
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-27 10:44:36 -08:00
Peter Dave Hello 5919563eb8 Lossless Image optimization (#959)
* re-compress jpg images losslessly using jpegoptim

* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
luojie233 f75e9787ee fix punctuation typos (#949)
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-20 17:16:22 -08:00
LRubin 3fe8d8730e repo permissions and default privacy
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-16 10:00:27 -08:00
Adrien Duermael 94c80bece5 fixed absolute links (#883)
* fixed absolute links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* forgot one link in opensource/kitematic/set_up_dev

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-14 14:10:46 -08:00
Ryan Kennedy 82d9e2d532 Updated w/ Docker Cloud Org Support
Updated image-scan.md to reflect that security scanning of private repositories w/in an organization is available in Docker Cloud.
2016-12-12 20:39:26 -08:00
LRubin 774c82260c quickfix for changed ui
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-07 10:30:52 -08:00
LRubin e5a4532e6e add doc on settings tab
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-07 09:55:43 -08:00
LRubin 547d2af31c add docs about multitag, some build rule refactor
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-30 11:08:04 -08:00
Micah Zoltu adfc2cbcbc Minor technical correction.
`$IMAGE_NAME` is actually `$DOCKER_REPO:$DOCKER_TAG`, not `$DOCKER_REPO/$DOCKER_TAG`.  This mistake confused me and made me think that `$DOCKER_REPO` was something like `index.docker.io/MyName` rather than `index.docker.io/MyName/MyProject`.
2016-11-19 13:22:01 -08:00
LRubin 0dddbfa15b Merge pull request #612 from sanscontext/cloud-2887-builddet
CLOUD-2887 updates for build reports
2016-11-17 12:36:55 -08:00
LRubin 6965aa8b9b CLOUD-2887 updates for build reports
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-17 12:35:34 -08:00
LRubin 260128dc73 removes references to autotest on push
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-16 14:26:08 -08:00