Compare commits
No commits in common. "ebf62cdacdf2fa816c45c451459bd043d2ce3f77" and "1a8e07976727cb4087f8255422553b04eac6f05e" have entirely different histories.
ebf62cdacd
...
1a8e079767
3 changed files with 2 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM archlinux:base-devel
|
||||
|
||||
LABEL org.opencontainers.image.title="actions-docker"
|
||||
LABEL org.opencontainers.image.description="StarOpenSource's Docker image for actions pipelines."
|
||||
LABEL org.opencontainers.image.description="StarOpenSource's Docker image for actions pipelines"
|
||||
LABEL org.opencontainers.image.authors="JeremyStar™ <jeremystartm@staropensource.de> (@jeremystartm)"
|
||||
LABEL org.opencontainers.image.url="https://git.staropensource.de/StarOpenSource/actions-docker/src/branch/develop/README.md"
|
||||
LABEL org.opencontainers.image.url="https://git.staropensource.de/StarOpenSource/actions-docker/raw/branch/develop/README.md"
|
||||
LABEL org.opencontainers.image.documentation=""
|
||||
LABEL org.opencontainers.image.source="https://git.staropensource.de/StarOpenSource/actions-docker"
|
||||
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
FROM git.staropensource.de/staropensource/actions-docker:latest
|
||||
|
||||
# Install latest OpenJDK release
|
||||
RUN pacman -S --noconfirm jdk-openjdk
|
10
Makefile
10
Makefile
|
@ -1,10 +0,0 @@
|
|||
help:
|
||||
@echo "make help Displays help"
|
||||
@echo " build Builds the image"
|
||||
@echo " upload Builds and uploads the image"
|
||||
build:
|
||||
docker buildx build -t git.staropensource.de/staropensource/actions-docker:latest -f Dockerfile .
|
||||
docker buildx build -t git.staropensource.de/staropensource/actions-docker:java -f Dockerfile.java .
|
||||
upload: build
|
||||
docker push git.staropensource.de/staropensource/actions-docker:latest
|
||||
docker push git.staropensource.de/staropensource/actions-docker:java
|
Loading…
Reference in a new issue