-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jason Montleon <[email protected]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Fake maven.default.index to COPY when BUILDENV=local | ||
# | ||
# This file takes far too long to generate on alternate architectures using | ||
# emulation in GitHub actions. | ||
# | ||
# It is not possible to conditionally run a Dockerfile / Containerfile COPY | ||
# But we can use an ARG to manipulate what happens in a RUN command, so we | ||
# either overwrite this file in GitHub before starting the container build, | ||
# copy it into the container and skip generating it within the container or | ||
# copy it in and overwrite it within the container when building locally. | ||
# | ||
# This means no additional steps have to be added to the development workflow. | ||
# | ||
# If this message appears in a container image something went wrong. |