mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge branch 'master' into add-vim
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -9,59 +9,61 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: docker-stacks latest\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-02 01:29+0000\n"
|
||||
"POT-Creation-Date: 2020-04-19 15:01+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.7.0\n"
|
||||
"Generated-By: Babel 2.8.0\n"
|
||||
|
||||
# 99bff7d6e014436daac99d7d6c9bccf0
|
||||
#: ../../maintaining/tasks.md:1
|
||||
msgid "Maintainer Playbook"
|
||||
#: ../../maintaining/tasks.md:1 088ca8dad40145ad998c886c16b741af
|
||||
msgid "# Maintainer Playbook"
|
||||
msgstr ""
|
||||
|
||||
# 2adfeb6f61a94194b4f2cac30ebd3215
|
||||
#: ../../maintaining/tasks.md:3
|
||||
msgid "Merging Pull Requests"
|
||||
#: ../../maintaining/tasks.md:3 b231b29ae3d84d8a82614784f561140a
|
||||
msgid "## Merging Pull Requests"
|
||||
msgstr ""
|
||||
|
||||
# 0a04eb6c0525428984f07f3c249f5d73
|
||||
#: ../../maintaining/tasks.md:5
|
||||
#: ../../maintaining/tasks.md:5 1baaa36062be4e57afb2f854a4391c97
|
||||
msgid ""
|
||||
"To build new images on Docker Cloud and publish them to the Docker Hub "
|
||||
"registry, do the following:"
|
||||
msgstr ""
|
||||
|
||||
# f2710754a41e4354b51f4acd6f1f9545
|
||||
#: ../../maintaining/tasks.md:7
|
||||
#: ../../maintaining/tasks.md:7 fee1f50210d0497cb8281fab24cbbe4b
|
||||
msgid "Make sure Travis is green for a PR."
|
||||
msgstr ""
|
||||
|
||||
# db74ca47dfde4e558a20aff52176347a
|
||||
#: ../../maintaining/tasks.md:8
|
||||
#: ../../maintaining/tasks.md:8 92d4db1ab5204a8197d69a38f3fdb879
|
||||
msgid "Merge the PR."
|
||||
msgstr ""
|
||||
|
||||
# 87b2e059678349b38d0badc5404484ec
|
||||
#: ../../maintaining/tasks.md:9
|
||||
#: ../../maintaining/tasks.md:9 294b780a85e64af39c6d5aeab264913a
|
||||
msgid ""
|
||||
"Monitor the Docker Cloud build status for each of the stacks, starting "
|
||||
"with jupyter/base-notebook and ending with jupyter/all-spark-notebook. "
|
||||
"See the stack hierarchy diagram for the current, complete build order."
|
||||
"with [jupyter/base-"
|
||||
"notebook](https://cloud.docker.com/app/jupyter/repository/docker/jupyter"
|
||||
"/base-notebook/general) and ending with [jupyter/all-spark-"
|
||||
"notebook](https://cloud.docker.com/app/jupyter/repository/docker/jupyter"
|
||||
"/all-spark-notebook/general). See the [stack hierarchy "
|
||||
"diagram](../using/selecting.html#image-relationships) for the current, "
|
||||
"complete build order."
|
||||
msgstr ""
|
||||
|
||||
# 9149cb3c2bdc48ffa9109b3b6ddcf446
|
||||
#: ../../maintaining/tasks.md:10
|
||||
#: ../../maintaining/tasks.md:10 532fe7ad94f14a649d58935fa5492b61
|
||||
msgid ""
|
||||
"Manually click the retry button next to any build that fails to resume "
|
||||
"that build and any dependent builds."
|
||||
msgstr ""
|
||||
|
||||
# d204ada7a14b46338be9b7afb0bc95b0
|
||||
#: ../../maintaining/tasks.md:11
|
||||
#: ../../maintaining/tasks.md:11 c804acac883745908b2c79ff1b5e5253
|
||||
msgid ""
|
||||
"Try to avoid merging another PR to master until all outstanding builds "
|
||||
"complete. There's no way at present to propagate the git SHA to build "
|
||||
@@ -69,309 +71,458 @@ msgid ""
|
||||
" of master HEAD."
|
||||
msgstr ""
|
||||
|
||||
# 9626663d7dc145979f6f75e7aaf7689f
|
||||
#: ../../maintaining/tasks.md:13
|
||||
msgid "Updating the Ubuntu Base Image"
|
||||
#: ../../maintaining/tasks.md:13 8776ad2d8d92419bbb53c21793da6f27
|
||||
msgid "## Updating the Ubuntu Base Image"
|
||||
msgstr ""
|
||||
|
||||
# 6951ec7a2be24782bc2f814c5c02978a
|
||||
#: ../../maintaining/tasks.md:15
|
||||
#: ../../maintaining/tasks.md:15 bc10da8f9c3a42a095e208abf29a488c
|
||||
msgid ""
|
||||
"When there's a security fix in the Ubuntu base image or after some time "
|
||||
"passes, it's a good idea to update the pinned SHA in the jupyter/base-"
|
||||
"notebook Dockerfile. Submit it as a regular PR and go through the build "
|
||||
"process. Expect the build to take a while to complete: every image layer "
|
||||
"will rebuild."
|
||||
"passes, it's a good idea to update the pinned SHA in the [jupyter/base-"
|
||||
"notebook Dockerfile](https://github.com/jupyter/docker-stacks/blob/master"
|
||||
"/base-notebook/Dockerfile). Submit it as a regular PR and go through the "
|
||||
"build process. Expect the build to take a while to complete: every image "
|
||||
"layer will rebuild."
|
||||
msgstr ""
|
||||
|
||||
# 37576597a1524fabb0ef175abe29ee8a
|
||||
#: ../../maintaining/tasks.md:17
|
||||
msgid "Adding a New Core Image to Docker Cloud"
|
||||
#: ../../maintaining/tasks.md:17 3107fa471e514777abcbcfccd30b4722
|
||||
msgid "## Adding a New Core Image to Docker Cloud"
|
||||
msgstr ""
|
||||
|
||||
# 201f0506bbb24b47b79a5db01db86557
|
||||
#: ../../maintaining/tasks.md:19
|
||||
#: ../../maintaining/tasks.md:19 78296cc9864c4f5eaa232479d56ea479
|
||||
msgid ""
|
||||
"When there's a new stack definition, do the following before merging the "
|
||||
"PR with the new stack:"
|
||||
msgstr ""
|
||||
|
||||
# 5460275aca4848e297e80aa2d9d4f3ee
|
||||
#: ../../maintaining/tasks.md:21
|
||||
#: ../../maintaining/tasks.md:21 0b5c6c42d5134a6689de23bc0f333289
|
||||
msgid ""
|
||||
"Ensure the PR includes an update to the stack overview diagram in the "
|
||||
"documentation. The image links to the blockdiag source used to create it."
|
||||
"Ensure the PR includes an update to the stack overview diagram [in the "
|
||||
"documentation](https://github.com/jupyter/docker-"
|
||||
"stacks/blob/master/docs/using/selecting.md#image-relationships). The "
|
||||
"image links to the [blockdiag source](http://interactive.blockdiag.com/) "
|
||||
"used to create it."
|
||||
msgstr ""
|
||||
|
||||
# 0e3d12dcfb4b42b8a3d24b9401caa757
|
||||
#: ../../maintaining/tasks.md:22
|
||||
#: ../../maintaining/tasks.md:22 9d653c0e44894b7e840f393c26b81544
|
||||
msgid ""
|
||||
"Ensure the PR updates the Makefile which is used to build the stacks in "
|
||||
"order on Travis CI."
|
||||
msgstr ""
|
||||
|
||||
# 4175414ec7e94aab8ae15d02afff0580
|
||||
#: ../../maintaining/tasks.md:23
|
||||
#: ../../maintaining/tasks.md:23 f4694fd251cc4df38f389651a9f34164
|
||||
msgid ""
|
||||
"Create a new repository in the jupyter org on Docker Cloud named after "
|
||||
"Create a new repository in the `jupyter` org on Docker Cloud named after "
|
||||
"the stack folder in the git repo."
|
||||
msgstr ""
|
||||
|
||||
# eb598362707c44adadac8890755936ef
|
||||
#: ../../maintaining/tasks.md:24
|
||||
msgid "Grant the stacks team permission to write to the repo."
|
||||
#: ../../maintaining/tasks.md:24 a088d32384274e6b96fd6b4ca9316762
|
||||
msgid "Grant the `stacks` team permission to write to the repo."
|
||||
msgstr ""
|
||||
|
||||
# 25076c59e0ec4dc28ee2c977d5977216
|
||||
#: ../../maintaining/tasks.md:25
|
||||
msgid "Click Builds and then Configure Automated Builds for the repository."
|
||||
#: ../../maintaining/tasks.md:25 919261a2c2eb4fa4861e5414074d1d59
|
||||
msgid "Click *Builds* and then *Configure Automated Builds* for the repository."
|
||||
msgstr ""
|
||||
|
||||
# 1e5483f6ca3542ea9d43923d8eacf53d
|
||||
#: ../../maintaining/tasks.md:26
|
||||
msgid "Select jupyter/docker-stacks as the source repository."
|
||||
#: ../../maintaining/tasks.md:26 56589eaa73ad4d01af35ddcaa16b89a7
|
||||
msgid "Select `jupyter/docker-stacks` as the source repository."
|
||||
msgstr ""
|
||||
|
||||
# 157cc21e4a1a4bda80d6e3f8a37c29d7
|
||||
#: ../../maintaining/tasks.md:27
|
||||
#: ../../maintaining/tasks.md:27 fd4623531783407b80fb6f0b52a7402c
|
||||
msgid ""
|
||||
"Choose Build on Docker Cloud's infrastructure using a Small node unless "
|
||||
"you have reason to believe a bigger host is required."
|
||||
"Choose *Build on Docker Cloud's infrastructure using a Small node* unless"
|
||||
" you have reason to believe a bigger host is required."
|
||||
msgstr ""
|
||||
|
||||
# 36c9c49d610a4e32b024413ce1924f04
|
||||
#: ../../maintaining/tasks.md:28
|
||||
#: ../../maintaining/tasks.md:28 b9b619a6ecd246aea9a1df5fc6ff0419
|
||||
msgid ""
|
||||
"Update the Build Context in the default build rule to be /<name-of-the-"
|
||||
"stack>."
|
||||
"Update the *Build Context* in the default build rule to be `/<name-of-"
|
||||
"the-stack>`."
|
||||
msgstr ""
|
||||
|
||||
# b98a150760924b36ad034180f6703f71
|
||||
#: ../../maintaining/tasks.md:29
|
||||
#: ../../maintaining/tasks.md:29 5a966d025bf1420990df95cb8ac2ad88
|
||||
msgid ""
|
||||
"Toggle Autobuild to disabled unless the stack is a new root stack (e.g., "
|
||||
"like jupyter/base-notebook)."
|
||||
"Toggle *Autobuild* to disabled unless the stack is a new root stack "
|
||||
"(e.g., like `jupyter/base-notebook`)."
|
||||
msgstr ""
|
||||
|
||||
# dd8eb743edb8447ca525286d44c47b11
|
||||
#: ../../maintaining/tasks.md:30
|
||||
msgid "If the new stack depends on the build of another stack in the hierarchy:"
|
||||
msgstr ""
|
||||
|
||||
# a7dad3d094a242adadfa852c1437ec9f
|
||||
#: ../../maintaining/tasks.md:31
|
||||
msgid "Hit Save and then click Configure Automated Builds."
|
||||
msgstr ""
|
||||
|
||||
# bd94bcfffbc449ee85ffec18d13ba909
|
||||
#: ../../maintaining/tasks.md:32
|
||||
msgid "At the very bottom, add a build trigger named Stack hierarchy trigger."
|
||||
msgstr ""
|
||||
|
||||
# c1dc766b9b9f45e59510580c3e29017e
|
||||
#: ../../maintaining/tasks.md:33
|
||||
msgid "Copy the build trigger URL."
|
||||
msgstr ""
|
||||
|
||||
# c47dc2c8c04f4af9bbb059692074d979
|
||||
#: ../../maintaining/tasks.md:34
|
||||
#: ../../maintaining/tasks.md:30 f8150b6ed0284f8b8091a98b4364492e
|
||||
msgid ""
|
||||
"Visit the parent repository Builds page and click Configure Automated "
|
||||
"Builds."
|
||||
"If the new stack depends on the build of another stack in the hierarchy: "
|
||||
"1. Hit *Save* and then click *Configure Automated Builds*. 2. At the very"
|
||||
" bottom, add a build trigger named *Stack hierarchy trigger*. 3. Copy the"
|
||||
" build trigger URL. 4. Visit the parent repository *Builds* page and "
|
||||
"click *Configure Automated Builds*. 5. Add the URL you copied to the "
|
||||
"*NEXT_BUILD_TRIGGERS* environment variable comma separated list of URLs, "
|
||||
"creating that environment variable if it does not already exist. 6. Hit "
|
||||
"*Save*."
|
||||
msgstr ""
|
||||
|
||||
# 53ad6138cba343c4a2314cbdfefaa3de
|
||||
#: ../../maintaining/tasks.md:35
|
||||
#: ../../maintaining/tasks.md:37 b814a7ef513342ddb9891749cdb49341
|
||||
msgid ""
|
||||
"Add the URL you copied to the NEXT_BUILD_TRIGGERS environment variable "
|
||||
"comma separated list of URLs, creating that environment variable if it "
|
||||
"does not already exist."
|
||||
"If the new stack should trigger other dependent builds: 1. Add an "
|
||||
"environment variable named *NEXT_BUILD_TRIGGERS*. 2. Copy the build "
|
||||
"trigger URLs from the dependent builds into the *NEXT_BUILD_TRIGGERS* "
|
||||
"comma separated list of URLs. 3. Hit *Save*."
|
||||
msgstr ""
|
||||
|
||||
# c1b65a945fb84b57929a970c00fe60e7
|
||||
# f235402e08104dcbac10aee2415b5aba
|
||||
#: ../../maintaining/tasks.md:36 ../../maintaining/tasks.md:40
|
||||
msgid "Hit Save."
|
||||
msgstr ""
|
||||
|
||||
# c915beb1daef4cab989b00b571d30cbb
|
||||
#: ../../maintaining/tasks.md:37
|
||||
msgid "If the new stack should trigger other dependent builds:"
|
||||
msgstr ""
|
||||
|
||||
# b19b3d4243a648ec9aaa46f038e29636
|
||||
#: ../../maintaining/tasks.md:38
|
||||
msgid "Add an environment variable named NEXT_BUILD_TRIGGERS."
|
||||
msgstr ""
|
||||
|
||||
# 74dbcd642b774e46aa2d472161fe228f
|
||||
#: ../../maintaining/tasks.md:39
|
||||
#: ../../maintaining/tasks.md:41 276c0c0679d04b2da6680eda4d5d09ab
|
||||
msgid ""
|
||||
"Copy the build trigger URLs from the dependent builds into the "
|
||||
"NEXT_BUILD_TRIGGERS comma separated list of URLs."
|
||||
"Adjust other *NEXT_BUILD_TRIGGERS* values as needed so that the build "
|
||||
"order matches that in the stack hierarchy diagram."
|
||||
msgstr ""
|
||||
|
||||
# 3d39e5c5b33641d8ba202c4cedc33849
|
||||
#: ../../maintaining/tasks.md:41
|
||||
msgid ""
|
||||
"Adjust other NEXT_BUILD_TRIGGERS values as needed so that the build order"
|
||||
" matches that in the stack hierarchy diagram."
|
||||
msgstr ""
|
||||
|
||||
# c15b6f77f0784056aa45c456e49673ff
|
||||
#: ../../maintaining/tasks.md:43
|
||||
msgid "Adding a New Maintainer Account"
|
||||
#: ../../maintaining/tasks.md:43 783ade249ba442f1a13574bede289441
|
||||
msgid "## Adding a New Maintainer Account"
|
||||
msgstr ""
|
||||
|
||||
# e3bd3ced73994d9fad596784e1469cfc
|
||||
#: ../../maintaining/tasks.md:45
|
||||
#: ../../maintaining/tasks.md:45 c1982766fae547bca21ef693aec24df0
|
||||
msgid "Visit https://cloud.docker.com/app/jupyter/team/stacks/users"
|
||||
msgstr ""
|
||||
|
||||
# 51b166c70ba743e0b4d335b3471da69a
|
||||
#: ../../maintaining/tasks.md:46
|
||||
#: ../../maintaining/tasks.md:46 b8ac817887694fa2a6250be4eccf9865
|
||||
msgid "Add the maintainer's Docker Cloud username."
|
||||
msgstr ""
|
||||
|
||||
# 300f5dbd933f4ee6b5a550efd35f1c52
|
||||
#: ../../maintaining/tasks.md:47
|
||||
#: ../../maintaining/tasks.md:47 3ca59c0f57164b74aa62276d7f287105
|
||||
msgid ""
|
||||
"Visit https://github.com/orgs/jupyter/teams/docker-image-"
|
||||
"maintainers/members"
|
||||
msgstr ""
|
||||
|
||||
# e26ad8ffb6de489988e076e64b6a1415
|
||||
#: ../../maintaining/tasks.md:48
|
||||
#: ../../maintaining/tasks.md:48 ad3194aa73f24de89b008bfff12cfe89
|
||||
msgid "Add the maintainer's GitHub username."
|
||||
msgstr ""
|
||||
|
||||
# 97362d55b4f340e6af93e7150d357906
|
||||
#: ../../maintaining/tasks.md:50
|
||||
msgid "Pushing a Build Manually"
|
||||
#: ../../maintaining/tasks.md:50 5398a7484d7146ac9d3ee0df9d0ca1e1
|
||||
msgid "## Pushing a Build Manually"
|
||||
msgstr ""
|
||||
|
||||
# 050b5c7a3d9d46bcbe26d54e8585ddd8
|
||||
#: ../../maintaining/tasks.md:52
|
||||
#: ../../maintaining/tasks.md:52 a0113e0c62844907b88117436ab655d5
|
||||
msgid ""
|
||||
"If automated builds on Docker Cloud have got you down, do the following "
|
||||
"to push a build manually:"
|
||||
msgstr ""
|
||||
|
||||
# ead6a3a714ae4a8a9df5585c18260c16
|
||||
#: ../../maintaining/tasks.md:54
|
||||
#: ../../maintaining/tasks.md:54 8322e8f2931946cea180334142dce4d7
|
||||
msgid "Clone this repository."
|
||||
msgstr ""
|
||||
|
||||
# 48e1d6954f414fe080d7b4afd9e0c391
|
||||
#: ../../maintaining/tasks.md:55
|
||||
#: ../../maintaining/tasks.md:55 53dcb1a948234d96a02151bd0c702410
|
||||
msgid "Check out the git SHA you want to build and publish."
|
||||
msgstr ""
|
||||
|
||||
# 98f385aba16144acb355a7f8ceccbf65
|
||||
#: ../../maintaining/tasks.md:56
|
||||
msgid "docker login with your Docker Hub/Cloud credentials."
|
||||
#: ../../maintaining/tasks.md:56 64fa522c1c9743a9a5a94d7f1aca78c8
|
||||
msgid "`docker login` with your Docker Hub/Cloud credentials."
|
||||
msgstr ""
|
||||
|
||||
# 580040491fc14cef9ecf16b58128093e
|
||||
#: ../../maintaining/tasks.md:57
|
||||
msgid "Run make retry/release-all."
|
||||
#: ../../maintaining/tasks.md:57 5561c3a444184f2f9faf3b2470a7e30d
|
||||
msgid "Run `make retry/release-all`."
|
||||
msgstr ""
|
||||
|
||||
# bd3a5cebd1254827a53b9dba986e69fa
|
||||
#: ../../maintaining/tasks.md:59
|
||||
msgid "Enabling a New Doc Language Translation"
|
||||
#: ../../maintaining/tasks.md:59 75abab343159485b92293fb0eee5e8f3
|
||||
msgid "## Enabling a New Doc Language Translation"
|
||||
msgstr ""
|
||||
|
||||
# 5aafef10dc75417785a79aba203175e5
|
||||
#: ../../maintaining/tasks.md:61
|
||||
#: ../../maintaining/tasks.md:61 05d5a331576446c8845f8db8c2564f30
|
||||
msgid "First enable translation on Transifex:"
|
||||
msgstr ""
|
||||
|
||||
# c1a249c0d0cd4e9192ed7814dfde6e34
|
||||
#: ../../maintaining/tasks.md:63
|
||||
#: ../../maintaining/tasks.md:63 02c24d7f64de4a40a10b34cb5c3c8b16
|
||||
msgid ""
|
||||
"Visit https://www.transifex.com/project-jupyter/jupyter-docker-"
|
||||
"stacks-1/languages/"
|
||||
msgstr ""
|
||||
|
||||
# 3675bff3644a4d928586f884e3bf2636
|
||||
#: ../../maintaining/tasks.md:64
|
||||
msgid "Click Edit Languages in the top right."
|
||||
#: ../../maintaining/tasks.md:64 db93f630f8b84e418893b1c788f6cd2f
|
||||
msgid "Click *Edit Languages* in the top right."
|
||||
msgstr ""
|
||||
|
||||
# 7efe7d98a98b47bd82d697673d277cbd
|
||||
#: ../../maintaining/tasks.md:65
|
||||
#: ../../maintaining/tasks.md:65 64cd60c1323f46cfb4c01a978815a4c1
|
||||
msgid "Select the language from the dropdown."
|
||||
msgstr ""
|
||||
|
||||
# 174f04a821b843dcace04f708cbf3c78
|
||||
#: ../../maintaining/tasks.md:66
|
||||
msgid "Click Apply."
|
||||
#: ../../maintaining/tasks.md:66 d2a439e2f5014dad830ca1613b743d5c
|
||||
msgid "Click *Apply*."
|
||||
msgstr ""
|
||||
|
||||
# 1e3868ee7dae469f9921516dd7973766
|
||||
#: ../../maintaining/tasks.md:68
|
||||
#: ../../maintaining/tasks.md:68 135f935d1f654289ba9867871210984f
|
||||
msgid "Then setup a subproject on ReadTheDocs for the language:"
|
||||
msgstr ""
|
||||
|
||||
# fffa155a75674f0dbe746a15eb3be492
|
||||
#: ../../maintaining/tasks.md:70
|
||||
#: ../../maintaining/tasks.md:70 d4e0bd836f974d93aa511ac220b2d32a
|
||||
msgid "Visit https://readthedocs.org/dashboard/import/manual/"
|
||||
msgstr ""
|
||||
|
||||
# 596b5f7d6f19482588e7f34f202526c5
|
||||
#: ../../maintaining/tasks.md:71
|
||||
msgid "Enter jupyter-docker-stacks-language_abbreviation for the project name."
|
||||
#: ../../maintaining/tasks.md:71 4da6f8ab4a9d4f89a09449a2154c5827
|
||||
msgid "Enter *jupyter-docker-stacks-language_abbreviation* for the project name."
|
||||
msgstr ""
|
||||
|
||||
# 2869b2f7a89c428f903e3695dd511e9a
|
||||
#: ../../maintaining/tasks.md:72
|
||||
#: ../../maintaining/tasks.md:72 0ba7634405354e90a6540f64bbb1e47e
|
||||
msgid "Enter https://github.com/jupyter/docker-stacks for the URL."
|
||||
msgstr ""
|
||||
|
||||
# 4a964f7a3ec242b2bf03a8478f53b5d9
|
||||
#: ../../maintaining/tasks.md:73
|
||||
msgid "Check Edit advanced project options."
|
||||
#: ../../maintaining/tasks.md:73 62a52d38a77c473d8160ab4310162a0a
|
||||
msgid "Check *Edit advanced project options*."
|
||||
msgstr ""
|
||||
|
||||
# baf5be1aea37451dbdb266b5aa221453
|
||||
#: ../../maintaining/tasks.md:74
|
||||
msgid "Click Next."
|
||||
#: ../../maintaining/tasks.md:74 2bcec71b1ac142ff94707d9c889b6dc6
|
||||
msgid "Click *Next*."
|
||||
msgstr ""
|
||||
|
||||
# 1f6b09025ce34dc1bef51a8ac114080a
|
||||
#: ../../maintaining/tasks.md:75
|
||||
msgid "Select the Language from the dropdown on the next screen."
|
||||
#: ../../maintaining/tasks.md:75 53574ea6cc9b48169a1e1612f9568861
|
||||
msgid "Select the *Language* from the dropdown on the next screen."
|
||||
msgstr ""
|
||||
|
||||
# 50c15b61ac8e4d1bbdd36681a25aa6ed
|
||||
#: ../../maintaining/tasks.md:76
|
||||
msgid "Click Finish."
|
||||
#: ../../maintaining/tasks.md:76 9296b95300784a3094d56add04e6812f
|
||||
msgid "Click *Finish*."
|
||||
msgstr ""
|
||||
|
||||
# 529f3729d2474287adec0ff895100248
|
||||
#: ../../maintaining/tasks.md:78
|
||||
#: ../../maintaining/tasks.md:78 6006f4be03a449d8a788839778a9cf70
|
||||
msgid "Finally link the new language subproject to the top level doc project:"
|
||||
msgstr ""
|
||||
|
||||
# 024aaf54695141839eaa5537b4087a81
|
||||
#: ../../maintaining/tasks.md:80
|
||||
#: ../../maintaining/tasks.md:80 97d1554572034f1a9c1e14c2de3f96da
|
||||
msgid ""
|
||||
"Visit https://readthedocs.org/dashboard/jupyter-docker-"
|
||||
"stacks/translations/"
|
||||
msgstr ""
|
||||
|
||||
# 6e5a75790d784cdaaa2cda5fac32b67e
|
||||
#: ../../maintaining/tasks.md:81
|
||||
msgid "Select the subproject you created from the Project dropdown."
|
||||
#: ../../maintaining/tasks.md:81 ec8db5a40970438fb6d6641fff20c8ec
|
||||
msgid "Select the subproject you created from the *Project* dropdown."
|
||||
msgstr ""
|
||||
|
||||
# 9367330f235441869d649687e97a1796
|
||||
#: ../../maintaining/tasks.md:82
|
||||
msgid "Click Add."
|
||||
#: ../../maintaining/tasks.md:82 8bc67e5bc244476e853fe4122c1e0c72
|
||||
msgid "Click *Add*."
|
||||
msgstr ""
|
||||
|
||||
# a798b8e31be7408d9301187ff3e3ef69
|
||||
#~ msgid "Enter jupyter-docker-stacks-<lang> for the project name."
|
||||
#~ msgstr ""
|
||||
|
||||
# 99bff7d6e014436daac99d7d6c9bccf0
|
||||
#~ msgid "Maintainer Playbook"
|
||||
#~ msgstr ""
|
||||
|
||||
# 2adfeb6f61a94194b4f2cac30ebd3215
|
||||
#~ msgid "Merging Pull Requests"
|
||||
#~ msgstr ""
|
||||
|
||||
# 87b2e059678349b38d0badc5404484ec
|
||||
#~ msgid ""
|
||||
#~ "Monitor the Docker Cloud build status"
|
||||
#~ " for each of the stacks, starting "
|
||||
#~ "with jupyter/base-notebook and ending "
|
||||
#~ "with jupyter/all-spark-notebook. See the"
|
||||
#~ " stack hierarchy diagram for the "
|
||||
#~ "current, complete build order."
|
||||
#~ msgstr ""
|
||||
|
||||
# 9626663d7dc145979f6f75e7aaf7689f
|
||||
#~ msgid "Updating the Ubuntu Base Image"
|
||||
#~ msgstr ""
|
||||
|
||||
# 6951ec7a2be24782bc2f814c5c02978a
|
||||
#~ msgid ""
|
||||
#~ "When there's a security fix in the"
|
||||
#~ " Ubuntu base image or after some "
|
||||
#~ "time passes, it's a good idea to"
|
||||
#~ " update the pinned SHA in the "
|
||||
#~ "jupyter/base-notebook Dockerfile. Submit it"
|
||||
#~ " as a regular PR and go through"
|
||||
#~ " the build process. Expect the build"
|
||||
#~ " to take a while to complete: "
|
||||
#~ "every image layer will rebuild."
|
||||
#~ msgstr ""
|
||||
|
||||
# 37576597a1524fabb0ef175abe29ee8a
|
||||
#~ msgid "Adding a New Core Image to Docker Cloud"
|
||||
#~ msgstr ""
|
||||
|
||||
# 5460275aca4848e297e80aa2d9d4f3ee
|
||||
#~ msgid ""
|
||||
#~ "Ensure the PR includes an update "
|
||||
#~ "to the stack overview diagram in "
|
||||
#~ "the documentation. The image links to"
|
||||
#~ " the blockdiag source used to create"
|
||||
#~ " it."
|
||||
#~ msgstr ""
|
||||
|
||||
# 4175414ec7e94aab8ae15d02afff0580
|
||||
#~ msgid ""
|
||||
#~ "Create a new repository in the "
|
||||
#~ "jupyter org on Docker Cloud named "
|
||||
#~ "after the stack folder in the git"
|
||||
#~ " repo."
|
||||
#~ msgstr ""
|
||||
|
||||
# eb598362707c44adadac8890755936ef
|
||||
#~ msgid "Grant the stacks team permission to write to the repo."
|
||||
#~ msgstr ""
|
||||
|
||||
# 25076c59e0ec4dc28ee2c977d5977216
|
||||
#~ msgid "Click Builds and then Configure Automated Builds for the repository."
|
||||
#~ msgstr ""
|
||||
|
||||
# 1e5483f6ca3542ea9d43923d8eacf53d
|
||||
#~ msgid "Select jupyter/docker-stacks as the source repository."
|
||||
#~ msgstr ""
|
||||
|
||||
# 157cc21e4a1a4bda80d6e3f8a37c29d7
|
||||
#~ msgid ""
|
||||
#~ "Choose Build on Docker Cloud's "
|
||||
#~ "infrastructure using a Small node unless"
|
||||
#~ " you have reason to believe a "
|
||||
#~ "bigger host is required."
|
||||
#~ msgstr ""
|
||||
|
||||
# 36c9c49d610a4e32b024413ce1924f04
|
||||
#~ msgid ""
|
||||
#~ "Update the Build Context in the "
|
||||
#~ "default build rule to be /<name-"
|
||||
#~ "of-the-stack>."
|
||||
#~ msgstr ""
|
||||
|
||||
# b98a150760924b36ad034180f6703f71
|
||||
#~ msgid ""
|
||||
#~ "Toggle Autobuild to disabled unless the"
|
||||
#~ " stack is a new root stack "
|
||||
#~ "(e.g., like jupyter/base-notebook)."
|
||||
#~ msgstr ""
|
||||
|
||||
# dd8eb743edb8447ca525286d44c47b11
|
||||
#~ msgid ""
|
||||
#~ "If the new stack depends on the"
|
||||
#~ " build of another stack in the "
|
||||
#~ "hierarchy:"
|
||||
#~ msgstr ""
|
||||
|
||||
# a7dad3d094a242adadfa852c1437ec9f
|
||||
#~ msgid "Hit Save and then click Configure Automated Builds."
|
||||
#~ msgstr ""
|
||||
|
||||
# bd94bcfffbc449ee85ffec18d13ba909
|
||||
#~ msgid "At the very bottom, add a build trigger named Stack hierarchy trigger."
|
||||
#~ msgstr ""
|
||||
|
||||
# c1dc766b9b9f45e59510580c3e29017e
|
||||
#~ msgid "Copy the build trigger URL."
|
||||
#~ msgstr ""
|
||||
|
||||
# c47dc2c8c04f4af9bbb059692074d979
|
||||
#~ msgid ""
|
||||
#~ "Visit the parent repository Builds page"
|
||||
#~ " and click Configure Automated Builds."
|
||||
#~ msgstr ""
|
||||
|
||||
# 53ad6138cba343c4a2314cbdfefaa3de
|
||||
#~ msgid ""
|
||||
#~ "Add the URL you copied to the "
|
||||
#~ "NEXT_BUILD_TRIGGERS environment variable comma "
|
||||
#~ "separated list of URLs, creating that"
|
||||
#~ " environment variable if it does not"
|
||||
#~ " already exist."
|
||||
#~ msgstr ""
|
||||
|
||||
# c1b65a945fb84b57929a970c00fe60e7
|
||||
# f235402e08104dcbac10aee2415b5aba
|
||||
#~ msgid "Hit Save."
|
||||
#~ msgstr ""
|
||||
|
||||
# c915beb1daef4cab989b00b571d30cbb
|
||||
#~ msgid "If the new stack should trigger other dependent builds:"
|
||||
#~ msgstr ""
|
||||
|
||||
# b19b3d4243a648ec9aaa46f038e29636
|
||||
#~ msgid "Add an environment variable named NEXT_BUILD_TRIGGERS."
|
||||
#~ msgstr ""
|
||||
|
||||
# 74dbcd642b774e46aa2d472161fe228f
|
||||
#~ msgid ""
|
||||
#~ "Copy the build trigger URLs from "
|
||||
#~ "the dependent builds into the "
|
||||
#~ "NEXT_BUILD_TRIGGERS comma separated list of"
|
||||
#~ " URLs."
|
||||
#~ msgstr ""
|
||||
|
||||
# 3d39e5c5b33641d8ba202c4cedc33849
|
||||
#~ msgid ""
|
||||
#~ "Adjust other NEXT_BUILD_TRIGGERS values as "
|
||||
#~ "needed so that the build order "
|
||||
#~ "matches that in the stack hierarchy "
|
||||
#~ "diagram."
|
||||
#~ msgstr ""
|
||||
|
||||
# c15b6f77f0784056aa45c456e49673ff
|
||||
#~ msgid "Adding a New Maintainer Account"
|
||||
#~ msgstr ""
|
||||
|
||||
# 97362d55b4f340e6af93e7150d357906
|
||||
#~ msgid "Pushing a Build Manually"
|
||||
#~ msgstr ""
|
||||
|
||||
# 98f385aba16144acb355a7f8ceccbf65
|
||||
#~ msgid "docker login with your Docker Hub/Cloud credentials."
|
||||
#~ msgstr ""
|
||||
|
||||
# 580040491fc14cef9ecf16b58128093e
|
||||
#~ msgid "Run make retry/release-all."
|
||||
#~ msgstr ""
|
||||
|
||||
# bd3a5cebd1254827a53b9dba986e69fa
|
||||
#~ msgid "Enabling a New Doc Language Translation"
|
||||
#~ msgstr ""
|
||||
|
||||
# 3675bff3644a4d928586f884e3bf2636
|
||||
#~ msgid "Click Edit Languages in the top right."
|
||||
#~ msgstr ""
|
||||
|
||||
# 174f04a821b843dcace04f708cbf3c78
|
||||
#~ msgid "Click Apply."
|
||||
#~ msgstr ""
|
||||
|
||||
# 596b5f7d6f19482588e7f34f202526c5
|
||||
#~ msgid "Enter jupyter-docker-stacks-language_abbreviation for the project name."
|
||||
#~ msgstr ""
|
||||
|
||||
# 4a964f7a3ec242b2bf03a8478f53b5d9
|
||||
#~ msgid "Check Edit advanced project options."
|
||||
#~ msgstr ""
|
||||
|
||||
# baf5be1aea37451dbdb266b5aa221453
|
||||
#~ msgid "Click Next."
|
||||
#~ msgstr ""
|
||||
|
||||
# 1f6b09025ce34dc1bef51a8ac114080a
|
||||
#~ msgid "Select the Language from the dropdown on the next screen."
|
||||
#~ msgstr ""
|
||||
|
||||
# 50c15b61ac8e4d1bbdd36681a25aa6ed
|
||||
#~ msgid "Click Finish."
|
||||
#~ msgstr ""
|
||||
|
||||
# 6e5a75790d784cdaaa2cda5fac32b67e
|
||||
#~ msgid "Select the subproject you created from the Project dropdown."
|
||||
#~ msgstr ""
|
||||
|
||||
# 9367330f235441869d649687e97a1796
|
||||
#~ msgid "Click Add."
|
||||
#~ msgstr ""
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -112,7 +112,7 @@ ARG conda_env=python36
|
||||
ARG py_ver=3.6
|
||||
|
||||
# you can add additional libraries you want conda to install by listing them below the first line and ending with "&& \"
|
||||
RUN conda env create --quiet --yes -p $CONDA_DIR/envs/$conda_env python=$py_ver ipython ipykernel && \
|
||||
RUN conda create --quiet --yes -p $CONDA_DIR/envs/$conda_env python=$py_ver ipython ipykernel && \
|
||||
conda clean --all -f -y
|
||||
|
||||
# alternatively, you can comment out the lines above and uncomment those below
|
||||
|
Reference in New Issue
Block a user