Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Sonatype Nexus repository integration module#262

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
MAVRICK-1 wants to merge28 commits intocoder:main
base:main
Choose a base branch
Loading
fromMAVRICK-1:feat/nexus-repository-module
Open
Changes from1 commit
Commits
Show all changes
28 commits
Select commitHold shift + click to select a range
e32a0b7
feat: add Sonatype Nexus repository integration module
MAVRICK-1Jul 29, 2025
e2d8aad
Update registry/mavrickrishi/modules/nexus/main.tf
MAVRICK-1Jul 29, 2025
2a892ad
Update registry/mavrickrishi/modules/nexus/main.tf
MAVRICK-1Jul 29, 2025
20e9a32
Update registry/mavrickrishi/modules/nexus/main.tf
MAVRICK-1Jul 29, 2025
af94e5b
fix: apply code formatting
MAVRICK-1Jul 29, 2025
db7afc8
fixed changes
MAVRICK-1Jul 30, 2025
09905c3
Update registry/mavrickrishi/modules/nexus/README.md
MAVRICK-1Jul 30, 2025
56f5990
Update registry/mavrickrishi/modules/nexus/main.tf
MAVRICK-1Jul 30, 2025
3c890d0
Update registry/mavrickrishi/modules/nexus/main.tf
MAVRICK-1Jul 30, 2025
88f8284
fix: update Nexus module configurations and README details
MAVRICK-1Jul 30, 2025
f375e5f
feat: add support for Go package manager in Nexus module and update R…
MAVRICK-1Jul 30, 2025
97d144b
feat: add test for configuring Go module proxy in Nexus module
MAVRICK-1Jul 30, 2025
1bd0085
feat: Add Nexus Repository module and related configurations
MAVRICK-1Jul 30, 2025
1b01b37
Merge branch 'main' into feat/nexus-repository-module
MAVRICK-1Jul 30, 2025
5534564
Delete .icons/nexus.svg
MAVRICK-1Jul 30, 2025
0854c5e
fix: remove false positive entries from typos.toml and adjust usernam…
MAVRICK-1Jul 30, 2025
c520a19
fix: correct username entry for mavrickrishi in typos.toml
MAVRICK-1Jul 30, 2025
f42da8f
Merge branch 'main' into feat/nexus-repository-module
MAVRICK-1Aug 1, 2025
9f2fe38
Merge branch 'main' into feat/nexus-repository-module
MAVRICK-1Aug 4, 2025
0a10b4d
Merge branch 'main' into feat/nexus-repository-module
MAVRICK-1Aug 4, 2025
8de8da8
Merge branch 'main' into feat/nexus-repository-module
DevelopmentCatsAug 8, 2025
0fd038a
Merge branch 'main' into feat/nexus-repository-module
DevelopmentCatsAug 13, 2025
9f2f3a4
Update registry/mavrickrishi/modules/nexus-repository/README.md
MAVRICK-1Aug 13, 2025
4a45f09
Merge branch 'main' into feat/nexus-repository-module
MAVRICK-1Aug 26, 2025
3bdcac7
chore: remove trailing newline from README.md
MAVRICK-1Aug 26, 2025
b25317a
Merge branch 'main' into feat/nexus-repository-module
MAVRICK-1Oct 7, 2025
013f756
fix: ensure consistent formatting in nexus repository tests and scripts
MAVRICK-1Oct 7, 2025
5367304
Merge branch 'main' into feat/nexus-repository-module
DevelopmentCatsOct 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update registry/mavrickrishi/modules/nexus/main.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
@MAVRICK-1@Copilot
MAVRICK-1 andCopilot authoredJul 29, 2025
commite2d8aad5bbc163943ae3af93afff9701153d684c
2 changes: 1 addition & 1 deletionregistry/mavrickrishi/modules/nexus/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -157,7 +157,7 @@ if [ ${length(var.package_managers.docker)} -gt 0 ]; then
echo "🐳 Configuring Docker credentials..."
mkdir -p ~/.docker
%{ for repo in var.package_managers.docker ~}
echo -n "${var.nexus_password}" | docker login "${repo}" --username "${local.username}" --password-stdin
echo -n "${var.nexus_password}" | docker login "${local.nexus_host}" --username "${local.username}" --password-stdin
%{ endfor ~}
config_complete
else
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp