forked from EclipseFdn/dockerfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sh
executable file
·32 lines (23 loc) · 964 Bytes
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#! /usr/bin/env bash
#*****************************************************************************
# Copyright (c) 2019 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
#*****************************************************************************
# Bash strict-mode
set -o errexit
set -o nounset
set -o pipefail
SCRIPT_FOLDER="$(dirname "$(readlink -f "${0}")")"
. "${SCRIPT_FOLDER}/build_init.sh"
# build nginx stable-alpine latest
# build nginx stable-alpine-for-staging
# build planet-venus debian-10-slim latest
build kubectl okd-c1-1.24.2
# build hugo-node h0.62.2-n10.15.0
# build hugo-node h0.99.1-n16.15.0
# build hugo-node h0.76.5-n12.22.1 latest
# build stack-build-agent h79.1-n12.22.1-jdk11 latest
# build containertools alpine-latest latest