-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
FROM eclipse-temurin:21-jdk-jammy | ||
FROM eclipse-temurin:21-jdk-alpine | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
RUN set -x | ||
|
@@ -39,6 +39,6 @@ COPY startup.sh /opt/syncope/bin | |
RUN chmod 755 /opt/syncope/bin/startup.sh | ||
CMD ["/opt/syncope/bin/startup.sh"] | ||
|
||
RUN curl -o /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
RUN wget -O /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
|
||
EXPOSE 8080 |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
FROM eclipse-temurin:21-jdk-jammy | ||
FROM eclipse-temurin:21-jdk-alpine | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
RUN set -x | ||
|
@@ -44,6 +44,6 @@ COPY startup.sh /opt/syncope/bin | |
RUN chmod 755 /opt/syncope/bin/startup.sh | ||
CMD ["/opt/syncope/bin/startup.sh"] | ||
|
||
RUN curl -o /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
RUN wget -O /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
|
||
EXPOSE 8080 |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
FROM eclipse-temurin:21-jdk-jammy | ||
FROM eclipse-temurin:21-jdk-alpine | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
RUN set -x | ||
|
@@ -40,6 +40,6 @@ COPY startup.sh /opt/syncope/bin | |
RUN chmod 755 /opt/syncope/bin/startup.sh | ||
CMD ["/opt/syncope/bin/startup.sh"] | ||
|
||
RUN curl -o /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
RUN wget -O /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
|
||
EXPOSE 8080 |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
FROM eclipse-temurin:21-jdk-jammy | ||
FROM eclipse-temurin:21-jdk-alpine | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
RUN set -x | ||
|
@@ -39,6 +39,6 @@ COPY startup.sh /opt/syncope/bin | |
RUN chmod 755 /opt/syncope/bin/startup.sh | ||
CMD ["/opt/syncope/bin/startup.sh"] | ||
|
||
RUN curl -o /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
RUN wget -O /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
|
||
EXPOSE 8080 |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
FROM eclipse-temurin:21-jdk-jammy | ||
FROM eclipse-temurin:21-jdk-alpine | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
RUN set -x | ||
|
@@ -39,6 +39,6 @@ COPY startup.sh /opt/syncope/bin | |
RUN chmod 755 /opt/syncope/bin/startup.sh | ||
CMD ["/opt/syncope/bin/startup.sh"] | ||
|
||
RUN curl -o /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
RUN wget -O /usr/local/bin/wait-for-it https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod 755 /usr/local/bin/wait-for-it | ||
|
||
EXPOSE 8080 |
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