Commit 2493af7 1 parent da01dc3 commit 2493af7 Copy full SHA for 2493af7
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container
30
30
# docker run -it --rm --name fipsy docker.elastic.co/wolfi/python-fips:3.12
31
31
container :
32
- image : docker.elastic.co/wolfi/python-fips:3.12- dev
32
+ image : docker.elastic.co/wolfi/python-fips:3.13.1-r1- dev@sha256:607490d7da8d78a189e98b3e026f9160180d937efd4afc40ac41a9e59031db35
33
33
options : --user root
34
34
credentials :
35
35
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 1
- FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:bd401704a162a7937cd1015f755ca9da9aba0fdf967fc6bf90bf8d3f6b2eb557
1
+ FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:c66fdafe581a6ab1668a962015de4ce4666a60ed601d24f019f03bb4aaab8eeb
2
2
ARG AGENT_DIR
3
3
COPY ${AGENT_DIR} /opt/python
You can’t perform that action at this time.
0 commit comments