Skip to content

Commit

Permalink
Use a public registry (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Rodrigues <hpedrorodrigues@users.noreply.github.com>
  • Loading branch information
hpedrorodrigues and hpedrorodrigues authored Oct 5, 2024
1 parent f306c3a commit 0ee7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile used as GitHub action
FROM us-central1-docker.pkg.dev/chilipiper-infrastructure/remote-images/python:latest AS base
FROM public.ecr.aws/docker/library/python:latest AS base

RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
Expand Down

0 comments on commit 0ee7b0e

Please sign in to comment.