Skip to content

Commit

Permalink
Update all dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-engineering-bot authored Sep 22, 2023
1 parent 11e43e2 commit cb7677c
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build image
run: docker-compose build
- name: Run plugin
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG package=arcaflow_plugin_iperf3
# STAGE 1 -- Build module dependencies and run tests
# The 'poetry' and 'coverage' modules are installed and verson-controlled in the
# quay.io/arcalot/arcaflow-plugin-baseimage-python-buildbase image to limit drift
FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-buildbase:0.3.1 as build
FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-buildbase:0.3.1@sha256:9767207e2de6597c4d6bd2345d137ac03661326734d4e6824840d270d3415e12 as build
ARG package
RUN dnf -y install iperf3

Expand All @@ -26,7 +26,7 @@ RUN python -m coverage run tests/test_${package}.py \


# STAGE 2 -- Build final plugin image
FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-osbase:0.3.1
FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-osbase:0.3.1@sha256:0e9384416ad5dd8810c410a87c283ca29a368fc85592378b85261fce5f9ecbeb
ARG package
RUN dnf -y install iperf3

Expand Down
Loading

0 comments on commit cb7677c

Please sign in to comment.