Skip to content

Commit 6e27486

Browse files
committed
change ubuntu references to ubuntu:jammy
1 parent 22783a0 commit 6e27486

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/elasticsearch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-jammy:main
1+
from ubuntu:jammy
22

33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \

assets/gzip/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# dependencies
33

44
# If there is any dedicated image available, you should build the benchmarking image on top of that
5-
FROM ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-jammy:main
5+
FROM ubuntu:jammy
66

77
# Install necessary packages
88
RUN apt-get update \
9-
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
9+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-downgrades \
1010
tmux \
1111
vim \
1212
gzip

assets/overhead_test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# dependencies
33

44
# If there is any dedicated image available, you should build the benchmarking image on top of that
5-
FROM ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-jammy:main
5+
FROM ubuntu:jammy
66

77
# Install necessary packages
88
RUN apt-get update \

assets/template/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# dependencies
33

44
# If there is any dedicated image available, you should build the benchmarking image on top of that
5-
FROM ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-jammy:main
5+
FROM ubuntu:jammy
66

77
# Install necessary packages
88
RUN apt-get update \

0 commit comments

Comments
 (0)