{"id":20329973,"url":"https://github.com/f5devcentral/f5-agility-labs","last_synced_at":"2026-03-08T06:32:08.483Z","repository":{"id":22550054,"uuid":"96638979","full_name":"f5devcentral/f5-agility-labs","owner":"f5devcentral","description":"F5 Agility Lab Guides Organizing Repository","archived":false,"fork":false,"pushed_at":"2026-02-26T22:16:54.000Z","size":7896,"stargazers_count":5,"open_issues_count":0,"forks_count":15,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2026-02-27T03:43:53.919Z","etag":null,"topics":["documentation","f5-agility-labs","sphinx","training-labs"],"latest_commit_sha":null,"homepage":"https://clouddocs.f5.com/training/community/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f5devcentral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-08T19:12:37.000Z","updated_at":"2026-02-26T22:16:38.000Z","dependencies_parsed_at":"2025-02-20T23:22:26.879Z","dependency_job_id":"832b4c70-da8b-4ef6-93b0-05aa61685a85","html_url":"https://github.com/f5devcentral/f5-agility-labs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f5devcentral/f5-agility-labs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f5devcentral%2Ff5-agility-labs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f5devcentral%2Ff5-agility-labs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f5devcentral%2Ff5-agility-labs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f5devcentral%2Ff5-agility-labs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f5devcentral","download_url":"https://codeload.github.com/f5devcentral/f5-agility-labs/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f5devcentral%2Ff5-agility-labs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30247352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","f5-agility-labs","sphinx","training-labs"],"created_at":"2024-11-14T20:14:27.092Z","updated_at":"2026-03-08T06:32:08.436Z","avatar_url":"https://github.com/f5devcentral.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# f5-agility-labs\n\n[![master](https://travis-ci.com/f5devcentral/f5-agility-labs.svg?branch=master)](https://travis-ci.org/f5devcentral/f5-agility-labs)\n[![Issues](https://img.shields.io/github/issues/f5devcentral/f5-agility-labs)](https://github.com/f5devcentral/f5-agility-labs/issues)\n\nThis repository contains the build infrastructure used to create lab content\nfor F5 Networks Agility Labs hosted at http://clouddocs.f5.com\n\nIt is recommended that you use the Sphinx lab template here:\n\nhttps://github.com/f5devcentral/f5-agility-labs-template\n\nThis repository leverages a CI/CD toolchain with full build, test and publish\nto production environment.\n\n# Install/Build Content\n\n- `git clone https://github.com/f5devcentral/f5-agility-labs.git`\n- `cd f5-agility-labs`\n- `git submodule update --init --recursive`\n- `script/build`\n\n# Adding your Lab\n\n**At this time only F5 Networks employees can request addition of a lab**\n\nTo add your lab to this repository please email:\n\n - *AgilityLabsRTD\n\nBe sure to include your lab repository URL.\n\n# Repo Structure\n\nAll labs are included as git submodules in the `labs` directory.  The submodule\ntracks the `master` branch on the remote repository.  It should be assumed that\nall commits to `master` will be published to a production environment.\n\nThe scripts in the `script` directory automatically build HTML and PDF content\nand output to the `_build/\u003clab_name\u003e/[html|pdf]/` directory.\n\nDuring build an index page is generated using the Sphinx project in `docs`.  The\ngenerated index is then copied to the `_build` directory.\n\n# Branches\n\n- `master`: Protected branch; **HEAD publishes to production**; No push access\n- `develop`: Protected branch; Pull Requests are tested through Github Actions\n\nAll modifications to this repo should be via a Pull Request to the `develop`\nbranch.  PR's will be tested before merge.  Repo admins will then merge\n`develop` to `master` as required to publish to production.\n\n# Update Lab Submodule\n\nFirst be sure to do a `git pull`\n\nTo `pull` the latest commits for **ALL** submodules:\n\n`git submodule update --recursive --remote`\n\nTo `pull` the latest commits for a specific submodule:\n\n`git submodule update --remote labs/\u003cname\u003e`\n\nPush new commit hashes for submodules:\n\n- `git commit -a -m \"commit msg\"`\n- `git push`\n\n# Add Lab Submodule\n\n- `git submodule add \u003crepo_url\u003e labs/\u003cname\u003e`\n- `git commit -a -m \"commit msg\"`\n- `git push`\n\n# Remove Lab Submodule\n\n- `git submodule deinit -f labs/\u003cname\u003e`\n- `rm -rf .git/modules/labs/\u003cname\u003e`\n- `git rm -f labs/\u003cname\u003e`\n\n# Build Options\n\nThe following environment variables can be used to modify what is built:\n\n- ``SKIP_BUILDLABS``: Presence of the variable will cause lab content \n  build to be skipped.  Landing page will still be built\n\n  - Example: ``export SKIP_BUILDLABS=1``\n\n- ``BUILD_LIST``: A space delimted list of lab submodules to build.  By \n  default the contents of the labs/ submodule directory are populated\n  in this variable.  Setting allows you to build only specific labs\n\n  - Example: ``export BUILD_LIST=\"adc ddos programmability\"``\n\n- ``BUILD_ALL``: Force a build of all submodules in ``BUILD_LIST``\n\n  - Example: ``export BUILD_ALL=1``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff5devcentral%2Ff5-agility-labs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff5devcentral%2Ff5-agility-labs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff5devcentral%2Ff5-agility-labs/lists"}