[ 
https://issues.apache.org/jira/browse/CASSANDRA-18931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840325#comment-17840325
 ] 

Michael Semb Wever commented on CASSANDRA-18931:
------------------------------------------------

We want alpine:3.19.1 in jfrog too.
Pushing it is a bit tricky because of referenced SHAs in its manifest.
Something like…
{code}
# just grab everything
docker pull --platform linux/amd64 --all-tags alpine
docker pull --platform linux/arm64 --all-tags alpine

docker tag alpine:3.19.1 apache.jfrog.io/cassan-docker/alpine:3.19.1

docker push apache.jfrog.io/cassan-docker/alpine:3.19.1

# repeat for any missing references
docker pull --platform linux/amd64 alpine:latest@sha256:<sha>
docker pull --platform linux/arm64 alpine:latest@sha256:<sha>
{code}

> ci job to build and push new in-tree docker images when dockerfile changes
> --------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18931
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18931
>             Project: Cassandra
>          Issue Type: Task
>          Components: CI
>            Reporter: Michael Semb Wever
>            Assignee: Michael Semb Wever
>            Priority: Normal
>
> The dockerfiles under .build/docker are now and are deployed by file md5sum.
> (There is no "latest").
> in-tree scripts will have to build these images on-the-fly if they are not 
> available to pull from dockerhub.
> Automatically building and pushing them to dockerhub whenever they change 
> will save a lot of resources and time in tests/CI.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to