Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DOCKER TOKEN secret #39

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Add DOCKER TOKEN secret #39

merged 1 commit into from
Dec 13, 2023

Conversation

netomi
Copy link
Contributor

@netomi netomi commented Dec 13, 2023

No description provided.

Signed-off-by: Thomas Neidhart <[email protected]>
@netomi netomi requested review from a team as code owners December 13, 2023 14:45
Copy link

Diff for ad5ad08:
Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json'

Actions are indicated with the following symbols:
+   create
!   modify
!   forced update
-   delete

Organization adoptium[id=adoptium]
  there have been 4 validation infos, enable verbose output with '-v' to to display them.

+   add repo_secret[name="DOCKER_TOKEN", repository="infrastructure"] {
+     name                                                     = "DOCKER_TOKEN"
+   }
  
  Plan: 1 to add, 0 to change, 0 to delete.
Canonical Diff for ad5ad08:
Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json'

Organization adoptium[id=adoptium]
--- original
+++ canonical
@@ -1,7 +1,56 @@
 local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
 
+local newMirrorRepo(repoName) = orgs.newRepo(repoName) {
+
+  allow_merge_commit: true
+  allow_update_branch: false
+  auto_init: false
+  default_branch: "master"
+  delete_branch_on_merge: false
+  dependabot_alerts_enabled: false
+  description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+  has_issues: false
+  has_projects: false
+  has_wiki: false
+  homepage: "https://adoptium.net"
+  secret_scanning: "disabled"
+  secret_scanning_push_protection: "disabled"
+  web_commit_signoff_required: false
+  workflows+: {
+    enabled: false
+  }
 orgs.newOrg('adoptium') {
   _repositories+:: [
+    newMirrorRepo('alpine-jdk8u') {}
+    newMirrorRepo('jdk') {
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+    }
+    newMirrorRepo('jdk11u') {
+    }
+    newMirrorRepo('jdk16u') {}
+    newMirrorRepo('jdk17') {
+      archived: true
+    }
+    newMirrorRepo('jdk17u') {}
+    newMirrorRepo('jdk18') {
+      archived: true
+    }
+    newMirrorRepo('jdk18u') {}
+    newMirrorRepo('jdk19') {
+      archived: true
+    }
+    newMirrorRepo('jdk19u') {}
+    newMirrorRepo('jdk20') {
+      archived: true
+    }
+    newMirrorRepo('jdk20u') {}
+    newMirrorRepo('jdk21') {}
+    newMirrorRepo('jdk21u') {}
+    newMirrorRepo('jdk22') {}
+    newMirrorRepo('jdk8u') {}
+    newMirrorRepo('jdk8u_hg') {
+      archived: true
+    }
     orgs.newRepo('.github') {
       allow_auto_merge: true
       allow_update_branch: false
@@ -129,24 +178,6 @@
         default_workflow_permissions: "write"
       }
     }
-    orgs.newRepo('alpine-jdk8u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
     orgs.newRepo('api.adoptium.net') {
       allow_merge_commit: true
       allow_squash_merge: false
@@ -559,42 +590,6 @@
         default_workflow_permissions: "write"
       }
     }
-    orgs.newRepo('jdk') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk11u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
     orgs.newRepo('jdk11u-fast-startup-incubator') {
       allow_merge_commit: true
       allow_update_branch: false
@@ -606,263 +601,6 @@
         default_workflow_permissions: "write"
       }
     }
-    orgs.newRepo('jdk16u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk17') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      archived: true
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk17u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk18') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      archived: true
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk18u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk19') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      archived: true
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk19u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk20') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      archived: true
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk20u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk21') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk21u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk22') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk8u') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
-    orgs.newRepo('jdk8u_hg') {
-      allow_merge_commit: true
-      allow_update_branch: false
-      archived: true
-      default_branch: "master"
-      delete_branch_on_merge: false
-      dependabot_alerts_enabled: false
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-      has_issues: false
-      has_projects: false
-      has_wiki: false
-      homepage: "https://adoptium.net"
-      secret_scanning: "disabled"
-      secret_scanning_push_protection: "disabled"
-      web_commit_signoff_required: false
-      workflows+: {
-        enabled: false
-      }
-    }
     orgs.newRepo('jenkins-helper') {
       allow_update_branch: false
       branch_protection_rules: [
@@ -1276,3 +1014,4 @@
     }
   ]
 }
+};

Copy link

@steelhead31 steelhead31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@netomi netomi merged commit 6f7aabe into main Dec 13, 2023
2 checks passed
@netomi netomi deleted the netomi-patch-1 branch December 13, 2023 14:53
@netomi
Copy link
Contributor Author

netomi commented Dec 13, 2023

change is live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants