Skip to content

Commit

Permalink
Remove dependence on remote docker image (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgagniere authored Nov 15, 2024
1 parent 8d1f41a commit bf57c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile_linux_repos
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM --platform=linux/amd64 050879227952.dkr.ecr.us-west-1.amazonaws.com/confluentinc/cli-linux-repo-base-amd64:latest
FROM --platform=linux/amd64 ubuntu:jammy-20231211.1

SHELL ["/bin/bash", "-c"]

RUN apt-get update && \
apt-get install -y aptly createrepo-c libxml2-utils

COPY . /cli/

# Create rpm repo
Expand Down

0 comments on commit bf57c84

Please sign in to comment.