Skip to content

Commit

Permalink
Need for new dockerfile - fullstack embedded app agent EclipseFdn#5
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnfound committed May 31, 2021
1 parent 600cd53 commit 0cefa61
Showing 1 changed file with 28 additions and 0 deletions.
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
RUN apk add --no-cache \
make \
"nodejs<13.0.0" \
"hugo>0.76.5" \
openjdk11-jdk \
maven \
yarn

USER 10001:0

0 comments on commit 0cefa61

Please sign in to comment.