Skip to content

Commit

Permalink
Bump Ubuntu to 24.04 for Docker images (#369)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Sep 12, 2024
1 parent 06fc427 commit 7fff227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/images/Dockerfile.build.collector
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ COPY . /go-ipfix

RUN make collector

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="go-ipfix"
LABEL description="A Docker image based on Ubuntu 18.04 which contains a IPFIX collector"
LABEL description="A Docker image based on Ubuntu which contains a IPFIX collector"

COPY --from=go-ipfix-build /go-ipfix/bin/collector /usr/local/bin/
ENTRYPOINT ["collector"]
4 changes: 2 additions & 2 deletions build/images/Dockerfile.build.consumer
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ COPY . /go-ipfix

RUN make consumer

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="go-ipfix"
LABEL description="A Docker image based on Ubuntu 18.04 which contains a Kafka consumer"
LABEL description="A Docker image based on Ubuntu which contains a Kafka consumer"

COPY --from=go-ipfix-build /go-ipfix/bin/consumer /usr/local/bin/
ENTRYPOINT ["consumer"]

0 comments on commit 7fff227

Please sign in to comment.