Skip to content

Commit

Permalink
Merge pull request #6 from autumnfound/malowe/master/5
Browse files Browse the repository at this point in the history
Need for new dockerfile - fullstack embedded app agent #5
  • Loading branch information
autumnfound committed Jun 4, 2021
2 parents 600cd53 + 55a6551 commit 7bd89d6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ build kubectl okd-c1

build hugo-node h0.62.2-n10.15.0
build hugo-node h0.76.5-n12.22.1 latest

build stack-build-agent h79.1-n12.22.1-jdk11 latest
28 changes: 28 additions & 0 deletions stack-build-agent/h79.1-n12.22.1-jdk11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

#*******************************************************************************
# Copyright (c) 2021 Eclipse Foundation and others.
# This program and the accompanying materials are made available
# under the terms of the Eclipse Public License 2.0
# which is available at http://www.eclipse.org/legal/epl-v20.html
# SPDX-License-Identifier: EPL-2.0
#*******************************************************************************

##
# Installs required build tools that will be used in the compilation process
# of fullstack development environments. This includes set and tested minimum
# versions of node.js, Hugo, and Java.
##
FROM alpine:3.13

## Pull in previous release packages for older LTS Nodejs
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.12/main' >> /etc/apk/repositories \
&& apk add --no-cache \
make \
"nodejs<13.0.0" \
"hugo>0.76.5" \
openjdk11-jdk \
maven \
yarn

USER 10001:0

0 comments on commit 7bd89d6

Please sign in to comment.