Skip to content

Commit

Permalink
update for ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbutosi committed Feb 11, 2025
1 parent 755b040 commit 76ce0e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group "default" {

# NOTE: the context is required for now due to https://github.com/docker/buildx/issues/1028
target "core" {
tags = ["127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:jammy", "127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:jammy-slim", "127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:latest"]
tags = ["127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:jammy", "127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:jammy-slim"]
context = "${PWD}/core/jammy"
platforms = ["linux/amd64", "linux/arm64"]
cache-from = [
Expand Down
4 changes: 2 additions & 2 deletions core/noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ apt-get install --yes --no-install-recommends \
vim-tiny

# create docker user
addgroup --gid 9999 docker
adduser --uid 9999 --gid 9999 --disabled-password --gecos "Docker User" docker
groupadd --gid 9999 docker
useradd --uid 9999 --gid 9999 --comment "Docker User" docker
usermod -L docker

update-ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion core/noble/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group "default" {

# NOTE: the context is required for now due to https://github.com/docker/buildx/issues/1028
target "core" {
tags = ["127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:noble", "127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:noble-slim"]
tags = ["127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:latest", "127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:noble", "127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core:noble-slim"]
context = "${PWD}/core/noble"
platforms = ["linux/amd64", "linux/arm64"]
cache-from = [
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ core:
rolling: true # NOTE: rolling is always the most recent ubuntu release.
jammy:
# NOTE: never tag non-LTS releases as latest, its better to tag the specific LTS release below as latest.
latest: true
jammy-fat:
flavor: fat
bionic:
Expand All @@ -69,6 +68,7 @@ core:
noble:
base_image: ubuntu:noble
distribution_code_name: noble
latest: true
noble-fat:
base_image: ubuntu:noble
distribution_code_name: noble
Expand Down

0 comments on commit 76ce0e2

Please sign in to comment.