-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the deprecated things and replace Fabric8 Maven plugin with JK…
…ube maven plugin (#1309) * Remove the deprecated boot2docker module * Remove deperacted docker-machine tests * Remove docker implemention and tests for boot2docker and docker-machine * More removal for boot2docker and docker-machine * Fix NodeTest * Upgrade docker.api.version to 1.30 * Upgrade docker base image * More fix * Upgrade docker version in circle CI * [issues-1311]:Introduce containerless.skip.tests property to skip all tests in containerless module on CircleCI * Remove deprecated docker-compose tests * Deprecate fabric8-maven-plugin and uses jkube maven plugin * Remove doc about deprecated components * More cleanup * Use specic node base image version instead of latest
- Loading branch information
Showing
95 changed files
with
147 additions
and
3,095 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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM java:7 | ||
FROM openjdk:11 | ||
|
||
WORKDIR /usr/src/server | ||
COPY ${deployableFilename} /usr/src/server/${deployableFilename} | ||
EXPOSE 8080 | ||
CMD ["java", "-jar", "${deployableFilename}"] | ||
CMD ["java", "-jar", "${deployableFilename}"] |
20 changes: 0 additions & 20 deletions
20
docker/docker/src/main/java/org/arquillian/cube/docker/impl/client/Boot2DockerCreator.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.