Skip to content

Commit

Permalink
Changed jib dockernamespace to aksw
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 24, 2023
1 parent ef37e29 commit 9fb4428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ FROM openjdk:11-jre-slim
# Import the lsq-cli jar from the build step
COPY --from=build lsq-cli/target/lsq-cli-*-jar-with-dependencies.jar /app/lsq-cli.jar

RUN apt-get update && \
apt-get install -y wget
#RUN apt-get update && \
# apt-get install -y wget

# # Install Spark for standalone context in /opt
# ENV APACHE_SPARK_VERSION=3.2.0
Expand All @@ -32,4 +32,4 @@ ENTRYPOINT ["java","-jar","/app/lsq-cli.jar"]
CMD ["-h"]

# Usage:
# docker run -it -v $(pwd):/data ghcr.io/aksw/lsq rx rdfize --endpoint=http://dbpedia.org/sparql virtuoso.dbpedia.log
# docker run -it -v $(pwd):/data ghcr.io/aksw/lsq rx rdfize --endpoint=http://dbpedia.org/sparql virtuoso.dbpedia.log
2 changes: 1 addition & 1 deletion lsq-pkg-parent/lsq-pkg-docker-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<artifactId>jib-maven-plugin</artifactId>
<configuration>
<to>
<image>docker.io/aklakan/lsq</image>
<image>docker.io/aksw/lsq</image>
</to>
<from>
<image>eclipse-temurin:11-jre</image>
Expand Down

0 comments on commit 9fb4428

Please sign in to comment.