You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/14 07:27:56 UTC

[incubator-hop] branch master updated: Gitpod (#426)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e3b1e4  Gitpod (#426)
7e3b1e4 is described below

commit 7e3b1e43fa91b5759e0e39e9d4debd9fdbd8fb9b
Author: Mahendran Mookkiah <ma...@gmail.com>
AuthorDate: Mon Dec 14 02:27:50 2020 -0500

    Gitpod (#426)
    
    * adding gitpod configs
    
    * using AdoptOpenJDK 8
    
    * added license
---
 .gitpod.Dockerfile | 22 ++++++++++++++++++++++
 .gitpod.yml        | 25 +++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
new file mode 100644
index 0000000..beba87e
--- /dev/null
+++ b/.gitpod.Dockerfile
@@ -0,0 +1,22 @@
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+FROM gitpod/workspace-full
+
+RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
+             && sdk install java 8.0.275.open-adpt"
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..6f7e57b
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,25 @@
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+image:
+  file: .gitpod.Dockerfile
+tasks:
+  - init: 'set +x; clear'
+    command: |
+      set +x;clear
+      java -version