summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-11-05 01:17:21 +0000
committerGerrit Code Review <gerrit@fd.io>2020-11-05 01:17:21 +0000
commit140f6698eea57eeba1f6b6cc4a210b6c6bd4e3c9 (patch)
tree0e1ad0a58bddba561a37addb9a36213a40ed694d
parent6d849fd619198f27ec45cd0d5bbb85206aa405b1 (diff)
parentaf7536b2ff3891947f6428bdbce832e3901d020d (diff)
Merge "Add debian-10 tag info to docker generation README file."
-rw-r--r--docker/scripts/README.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/docker/scripts/README.md b/docker/scripts/README.md
index 7c9f2e0e..1a83a249 100644
--- a/docker/scripts/README.md
+++ b/docker/scripts/README.md
@@ -121,6 +121,13 @@ The following commands are useful to build the initial builder images:
`sudo ./docker/scripts/build_executor_docker_image.sh -apr sandbox 2>&1 | tee all-sandbox-$(uname -m).log | grep -ve '^+'`
+Note: The initial population of a Docker Hub repository is performed manually by
+tagging and pushing the verified sandbox image as 'prod-<arch>' and
+'prod-prev-<arch>' as the update_dockerhub_prod_tags.sh script assumes that
+both labels exist in the repo. After the intial images have been pushed to the
+Docker Hub respository, the update script is used to prevent inadvertently
+applying the wrong tags to images in the repository.
+
### Building in a Builder Image
By running the docker image with docker socket mounted in the container,
@@ -410,6 +417,24 @@ Jenkins-Nomad Label.
- ${attr.cpu.arch}: arm64
- ${node.class}: builder
+#### Node 'builder-debian10-prod-x86_64'
+- Labels: builder-debian10-prod-x86_64
+- Job Prefix: builder-debian10-prod-x86_64
+- Image: fdiotools/builder-debian10:prod-x86_64
+- CPU: 14000
+- Memory: 14000
+- ${attr.cpu.arch}: amd64
+- ${node.class}: builder
+
+#### Node 'builder-debian10-prod-aarch64'
+- Labels: builder-debian10-prod-aarch64
+- Job Prefix: builder-debian10-prod-aarch64
+- Image: fdiotools/builder-debian10:prod-aarch64
+- CPU: 6000
+- Memory: 10000
+- ${attr.cpu.arch}: arm64
+- ${node.class}: builder
+
#### Node 'csit_dut-ubuntu1804-prod-x86_64'
- Labels: csit_dut-ubuntu1804-prod-x86_64
- Job Prefix: csit_dut-ubuntu1804-prod-x86_64
@@ -538,6 +563,24 @@ Jenkins-Nomad Label.
- ${attr.cpu.arch}: arm64
- ${node.class}: builder
+#### Node 'builder-debian10-sandbox-x86_64'
+- Labels: builder-debian10-sandbox-x86_64
+- Job Prefix: builder-debian10-sandbox-x86_64
+- Image: fdiotools/builder-debian10:sandbox-x86_64
+- CPU: 14000
+- Memory: 14000
+- ${attr.cpu.arch}: amd64
+- ${node.class}: builder
+
+#### Node 'builder-debian10-sandbox-aarch64'
+- Labels: builder-debian10-sandbox-aarch64
+- Job Prefix: builder-debian10-sandbox-aarch64
+- Image: fdiotools/builder-debian10:sandbox-aarch64
+- CPU: 6000
+- Memory: 10000
+- ${attr.cpu.arch}: arm64
+- ${node.class}: builder
+
#### Node 'csit_dut-ubuntu1804-sandbox-x86_64'
- Labels: csit_dut-ubuntu1804-sandbox-x86_64
- Job Prefix: csit_dut-ubuntu1804-sandbox-x86_64
@@ -666,6 +709,24 @@ Jenkins-Nomad Label.
- ${attr.cpu.arch}: arm64
- ${node.class}: builder
+#### Node 'builder-debian10-test-x86_64'
+- Labels: builder-debian10-test-x86_64
+- Job Prefix: builder-debian10-test-x86_64
+- Image: fdiotools/builder-debian10:test-x86_64
+- CPU: 14000
+- Memory: 14000
+- ${attr.cpu.arch}: amd64
+- ${node.class}: builder
+
+#### Node 'builder-debian10-test-aarch64'
+- Labels: builder-debian10-test-aarch64
+- Job Prefix: builder-debian10-test-aarch64
+- Image: fdiotools/builder-debian10:test-aarch64
+- CPU: 6000
+- Memory: 10000
+- ${attr.cpu.arch}: arm64
+- ${node.class}: builder
+
#### Node 'csit_dut-ubuntu1804-sandbox-x86_64'
- Labels: csit_dut-ubuntu1804-sandbox-x86_64
- Job Prefix: csit_dut-ubuntu1804-sandbox-x86_64