Skip to content

Commit 5ed1deb

Browse files
aledbfroboquat
authored andcommitted
Update to new stable alpine version v3.16
1 parent 6efe212 commit 5ed1deb

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

components/blobserve/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/content-service/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/dashboard/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15 as compress
5+
FROM alpine:3.16 as compress
66

77
RUN apk add brotli gzip
88

components/ee/agent-smith/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Gitpod Enterprise Source Code License,
33
# See License.enterprise.txt in the project root folder.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
RUN apk add --no-cache git bash ca-certificates
88
COPY components-ee-agent-smith--app/agent-smith /app/

components/ide-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15 as compress
5+
FROM alpine:3.16 as compress
66

77
RUN apk add brotli gzip
88

components/ide/jetbrains/image/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15 as download
5+
FROM alpine:3.16 as download
66
ARG JETBRAINS_BACKEND_URL
77
WORKDIR /workdir
88
RUN apk add --no-cache --upgrade curl gzip tar unzip

components/image-builder-mk3/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/installation-telemetry/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66
COPY components-installation-telemetry--app/installation-telemetry /app/installation-telemetry
77
ENTRYPOINT [ "/app/installation-telemetry" ]
88
CMD [ "help" ]

components/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66
COPY components--all-docker/versions.yaml components--all-docker/provenance-bundle.jsonl /

components/local-app/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
WORKDIR /app
88
COPY components-local-app--app/components-local-app--app-linux-amd64/local-app local-app-linux

components/openvsx-proxy/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN xcaddy build v2.4.5 \
2222
--with github.com/gitpod-io/gitpod/proxy/plugins/jsonselect=/plugins/jsonselect \
2323
--with github.com/gitpod-io/gitpod/proxy/plugins/sshtunnel=/plugins/sshtunnel
2424

25-
FROM alpine:3.15
25+
FROM alpine:3.16
2626

2727
# Ensure latest packages are present, like security updates.
2828
RUN apk upgrade --no-cache \

components/public-api-server/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/registry-facade/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/service-waiter/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/supervisor/openssh/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

2222
# 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
2424

2525
ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_0_P1.tar.gz
2626

components/usage/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/ws-daemon/debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.16-alpine AS debugger
22
RUN apk add --no-cache git
33
RUN go get -u github.com/go-delve/delve/cmd/dlv
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/ws-daemon/leeway.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15 as dl
5+
FROM alpine:3.16 as dl
66
WORKDIR /dl
77
RUN apk add --no-cache curl \
88
&& curl -OL https://github.com/opencontainers/runc/releases/download/v1.0.1/runc.amd64 \
99
&& chmod +x runc.amd64
1010

11-
FROM alpine:3.15
11+
FROM alpine:3.16
1212

1313
RUN apk upgrade \
1414
&& rm -rf /var/cache/apk/*

components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache

components/ws-manager/debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15
1+
FROM alpine:3.16
22

33
# Ensure latest packages are present, like security updates.
44
RUN apk upgrade --no-cache \

components/ws-manager/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

components/ws-proxy/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

dev/changelog/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

dev/poolkeeper/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

install/installer/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66
COPY --from=alpine/helm:3.8.0 /usr/bin/helm /usr/bin/helm
77
COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
88
RUN apk add --no-cache curl jq yq \

test/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66

77
# Ensure latest packages are present, like security updates.
88
RUN apk upgrade --no-cache \

0 commit comments

Comments
 (0)