File tree Expand file tree Collapse file tree 27 files changed +28
-28
lines changed
seccomp-profile-installer Expand file tree Collapse file tree 27 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15 as compress
5
+ FROM alpine:3.16 as compress
6
6
7
7
RUN apk add brotli gzip
8
8
Original file line number Diff line number Diff line change 2
2
# Licensed under the Gitpod Enterprise Source Code License,
3
3
# See License.enterprise.txt in the project root folder.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
RUN apk add --no-cache git bash ca-certificates
8
8
COPY components-ee-agent-smith--app/agent-smith /app/
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15 as compress
5
+ FROM alpine:3.16 as compress
6
6
7
7
RUN apk add brotli gzip
8
8
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15 as download
5
+ FROM alpine:3.16 as download
6
6
ARG JETBRAINS_BACKEND_URL
7
7
WORKDIR /workdir
8
8
RUN apk add --no-cache --upgrade curl gzip tar unzip
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
COPY components-installation-telemetry--app/installation-telemetry /app/installation-telemetry
7
7
ENTRYPOINT [ "/app/installation-telemetry" ]
8
8
CMD [ "help" ]
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
COPY components--all-docker/versions.yaml components--all-docker/provenance-bundle.jsonl /
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
WORKDIR /app
8
8
COPY components-local-app--app/components-local-app--app-linux-amd64/local-app local-app-linux
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN xcaddy build v2.4.5 \
22
22
--with github.com/gitpod-io/gitpod/proxy/plugins/jsonselect=/plugins/jsonselect \
23
23
--with github.com/gitpod-io/gitpod/proxy/plugins/sshtunnel=/plugins/sshtunnel
24
24
25
- FROM alpine:3.15
25
+ FROM alpine:3.16
26
26
27
27
# Ensure latest packages are present, like security updates.
28
28
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 20
20
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
21
22
22
# This Dockerfile was taken from https://github.com/ep76/docker-openssh-static and adapted.
23
- FROM alpine:3.15 AS builder
23
+ FROM alpine:3.16 AS builder
24
24
25
25
ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_0_P1.tar.gz
26
26
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.16-alpine AS debugger
2
2
RUN apk add --no-cache git
3
3
RUN go get -u github.com/go-delve/delve/cmd/dlv
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15 as dl
5
+ FROM alpine:3.16 as dl
6
6
WORKDIR /dl
7
7
RUN apk add --no-cache curl \
8
8
&& curl -OL https://github.com/opencontainers/runc/releases/download/v1.0.1/runc.amd64 \
9
9
&& chmod +x runc.amd64
10
10
11
- FROM alpine:3.15
11
+ FROM alpine:3.16
12
12
13
13
RUN apk upgrade \
14
14
&& rm -rf /var/cache/apk/*
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache
Original file line number Diff line number Diff line change 1
- FROM alpine:3.15
1
+ FROM alpine:3.16
2
2
3
3
# Ensure latest packages are present, like security updates.
4
4
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
COPY --from=alpine/helm:3.8.0 /usr/bin/helm /usr/bin/helm
7
7
COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
8
8
RUN apk add --no-cache curl jq yq \
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM alpine:3.15
5
+ FROM alpine:3.16
6
6
7
7
# Ensure latest packages are present, like security updates.
8
8
RUN apk upgrade --no-cache \
You can’t perform that action at this time.
0 commit comments