Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 358b4b9

Browse files
committed
feat: use ubuntu proxy image
1 parent 883b5e7 commit 358b4b9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
pnpm lint-staged
3+
lint-staged

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ ARG CONTAINERBASE_VERSION=11.2.0
33

44
FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase
55

6-
FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
6+
FROM ghcr.io/containerbase/ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
77

88
ARG CONTAINERBASE_VERSION
99
ARG APT_HTTP_PROXY
1010

1111
LABEL org.opencontainers.image.source="https://github.com/containerbase/gitpod" \
1212
org.opencontainers.image.version="${CONTAINERBASE_VERSION}"
1313

14-
# Compatibillity
15-
LABEL org.label-schema.vcs-url="https://github.com/containerbase/gitpod" \
16-
org.label-schema.version="${CONTAINERBASE_VERSION}"
17-
1814
ARG USER_NAME=gitpod
1915
ARG USER_ID=33333
2016
ARG PRIMARY_GROUP_ID=33333

0 commit comments

Comments
 (0)