-
-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some docker container build pipelines
- Loading branch information
1 parent
68af24b
commit b556be9
Showing
11 changed files
with
20 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ RUN \ | |
|
||
USER apps | ||
|
||
COPY ./apps/db-wait-mariadb/entrypoint.sh /entrypoint.sh | ||
COPY ./containers/apps/db-wait-mariadb/entrypoint.sh /entrypoint.sh | ||
CMD ["/entrypoint.sh"] | ||
|
||
LABEL "maintainer"="TrueCharts <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ RUN \ | |
|
||
USER apps | ||
|
||
COPY ./apps/db-wait-mongodb/entrypoint.sh /entrypoint.sh | ||
COPY ./containers/apps/db-wait-mongodb/entrypoint.sh /entrypoint.sh | ||
CMD ["/entrypoint.sh"] | ||
|
||
LABEL "maintainer"="TrueCharts <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ RUN \ | |
|
||
USER apps | ||
|
||
COPY ./apps/db-wait-postgres/entrypoint.sh /entrypoint.sh | ||
COPY ./containers/apps/db-wait-postgres/entrypoint.sh /entrypoint.sh | ||
CMD ["/entrypoint.sh"] | ||
|
||
LABEL "maintainer"="TrueCharts <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ RUN \ | |
|
||
USER apps | ||
|
||
COPY ./apps/db-wait-redis/entrypoint.sh /entrypoint.sh | ||
COPY ./containers/apps/db-wait-redis/entrypoint.sh /entrypoint.sh | ||
CMD ["/entrypoint.sh"] | ||
|
||
LABEL "maintainer"="TrueCharts <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ RUN \ | |
rm -Rf /etc/raddb | ||
|
||
VOLUME /etc/raddb | ||
COPY ./apps/freeradius/entrypoint.sh /docker-entrypoint.sh | ||
COPY ./containers/apps/freeradius/entrypoint.sh /docker-entrypoint.sh | ||
|
||
LABEL "maintainer"="TrueCharts <[email protected]>" | ||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps" | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ USER apps | |
|
||
EXPOSE 3579 | ||
|
||
COPY ./apps/ombi/entrypoint.sh /entrypoint.sh | ||
COPY ./containers/apps/ombi/entrypoint.sh /entrypoint.sh | ||
CMD ["/entrypoint.sh"] | ||
|
||
LABEL "maintainer"="TrueCharts <[email protected]>" | ||
|
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