Compare commits

..

No commits in common. "master" and "8264c49307ceec221f46bb06cc6ac085696b8af2" have entirely different histories.

3 changed files with 4 additions and 27 deletions

View File

@ -1,26 +0,0 @@
# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Starter Docker
uses: CUBETIQ/starter-docker-actions@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_SECRET }}
-
name: Checkout
uses: actions/checkout@v2
-
name: Build and Push from Makefile
run: |
make build

View File

@ -107,4 +107,4 @@ RUN echo "All has been completed, enjoy!"
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH"
CMD [ "java", "-version" ]
ENTRYPOINT [ "./entrypoint.sh" ]

3
entrypoint.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "Openjdk java runtime on calpine os linux"