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

adding more ecosystem images #6485

Merged
merged 8 commits into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
this does not copy everything
  • Loading branch information
dependabot-ci committed Jan 19, 2023
commit b07a9e70390bba64f88566dd6081e7a394d403e0
2 changes: 1 addition & 1 deletion Dockerfile.cargo
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ USER dependabot
# Configure cargo to use Git CLI so the Git shim works
RUN mkdir -p ~/.cargo && printf "[net]\ngit-fetch-with-cli = true\n" >> ~/.cargo/config.toml

COPY --chown=dependabot:dependabot cargo /home/dependabot/
COPY --chown=dependabot:dependabot cargo /home/dependabot/cargo
2 changes: 1 addition & 1 deletion Dockerfile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/dependabot/dependabot-updater-core

USER dependabot

COPY --chown=dependabot:dependabot docker /home/dependabot/
COPY --chown=dependabot:dependabot docker /home/dependabot/docker
2 changes: 1 addition & 1 deletion Dockerfile.git_submodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/dependabot/dependabot-updater-core

USER dependabot

COPY --chown=dependabot:dependabot git_submodules /home/dependabot/
COPY --chown=dependabot:dependabot git_submodules /home/dependabot/git_submodules
2 changes: 1 addition & 1 deletion Dockerfile.github_actions
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/dependabot/dependabot-updater-core

USER dependabot

COPY --chown=dependabot:dependabot github_actions /home/dependabot/
COPY --chown=dependabot:dependabot github_actions /home/dependabot/github_actions
3 changes: 2 additions & 1 deletion Dockerfile.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM ghcr.io/dependabot/dependabot-updater-core

USER dependabot

COPY --chown=dependabot:dependabot gradle maven /home/dependabot/
COPY --chown=dependabot:dependabot maven /home/dependabot/maven
COPY --chown=dependabot:dependabot gradle /home/dependabot/gradle
2 changes: 1 addition & 1 deletion Dockerfile.nuget
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/dependabot/dependabot-updater-core

USER dependabot

COPY --chown=dependabot:dependabot nuget /home/dependabot/
COPY --chown=dependabot:dependabot nuget /home/dependabot/nuget