[PR #602] [MERGED] Update build #692

Closed
opened 2025-11-06 12:04:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/602
Author: @veggiemonk
Created: 8/8/2018
Status: Merged
Merged: 8/13/2018
Merged by: @agebhar1

Base: masterHead: update-build


📝 Commits (7)

  • 0408dda Merge build scripts
  • b45175d Improve README.md link management
  • a82e9c3 Add category to table page
  • 561fd1b Build table with latest category info
  • b3d0817 Remove duplicate entry
  • cf6dd20 Fix redirection openshift.org -> okd.io
  • 2a03dda Table: emoji url might be null

📊 Changes

11 files changed (+2045 additions, -559 deletions)

View changed files

📝 README.md (+35 -76)
📝 build.js (+254 -57)
📝 buildMetadata.js (+14 -16)
buildTable.js (+0 -122)
data/category.json (+157 -0)
data/mapping.json (+1512 -0)
📝 data/repository.json (+3 -4)
📝 package-lock.json (+40 -250)
📝 package.json (+20 -21)
📝 website/index.js (+1 -1)
📝 website/table.tmpl.html (+9 -12)

📄 Description

  • One single file for the build
  • Remove single link reference
  • Fix lower case / upper case mismatch
  • Add GitHub emoji to description
  • Add category in the table

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/602 **Author:** [@veggiemonk](https://github.com/veggiemonk) **Created:** 8/8/2018 **Status:** ✅ Merged **Merged:** 8/13/2018 **Merged by:** [@agebhar1](https://github.com/agebhar1) **Base:** `master` ← **Head:** `update-build` --- ### 📝 Commits (7) - [`0408dda`](https://github.com/veggiemonk/awesome-docker/commit/0408dda104f6fb46b1b764c01123132459a84cdc) Merge build scripts - [`b45175d`](https://github.com/veggiemonk/awesome-docker/commit/b45175d81f88501efd6e44d3cf821f173956b0be) Improve README.md link management - [`a82e9c3`](https://github.com/veggiemonk/awesome-docker/commit/a82e9c3643716a1fedc0d67e0c9ce9c4e5f7e28d) Add category to table page - [`561fd1b`](https://github.com/veggiemonk/awesome-docker/commit/561fd1b6927d27ae4d55c0c17c91863515012d45) Build table with latest category info - [`b3d0817`](https://github.com/veggiemonk/awesome-docker/commit/b3d0817c2c31509131f65db5513fbc04de754815) Remove duplicate entry - [`cf6dd20`](https://github.com/veggiemonk/awesome-docker/commit/cf6dd20bb8ea8f59a5633ad67a65333fcf5645e7) Fix redirection openshift.org -> okd.io - [`2a03dda`](https://github.com/veggiemonk/awesome-docker/commit/2a03dda8fc501990cf66d363afbc0764fe0cb7cd) Table: emoji url might be null ### 📊 Changes **11 files changed** (+2045 additions, -559 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+35 -76) 📝 `build.js` (+254 -57) 📝 `buildMetadata.js` (+14 -16) ➖ `buildTable.js` (+0 -122) ➕ `data/category.json` (+157 -0) ➕ `data/mapping.json` (+1512 -0) 📝 `data/repository.json` (+3 -4) 📝 `package-lock.json` (+40 -250) 📝 `package.json` (+20 -21) 📝 `website/index.js` (+1 -1) 📝 `website/table.tmpl.html` (+9 -12) </details> ### 📄 Description * One single file for the build * Remove single link reference * Fix lower case / upper case mismatch * Add GitHub emoji to description * Add category in the table --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:04:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#692