Skip to content

Commit

Permalink
Add Salt 3006 to the list
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Nov 24, 2023
1 parent 7690659 commit 8160a37
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ will be commited.
- salt:3003 - `ghcr.io/saltstack/salt-ci-containers/salt:3003`
- salt:3004 - `ghcr.io/saltstack/salt-ci-containers/salt:3004`
- salt:3005 - `ghcr.io/saltstack/salt-ci-containers/salt:3005`
- salt:3006 - `ghcr.io/saltstack/salt-ci-containers/salt:3006`
- salt:current - `ghcr.io/saltstack/salt-ci-containers/salt:current`

## Custom
Expand Down
1 change: 1 addition & 0 deletions containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ salt:
- "3003"
- "3004"
- "3005"
- "3006"
- "current"
# <---- Salt Releases -------------------------------------------------------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions salt/3006.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3.10

RUN apt update \
&& apt install -y rustc build-essential
RUN echo "cython<3" > /tmp/constraint.txt \
&& export PIP_CONSTRAINT=/tmp/constraint.txt \
&& export USE_STATIC_REQUIREMENTS=1 \
&& python -m pip install salt~=3006.0
1 change: 1 addition & 0 deletions salt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- salt:3003 - `ghcr.io/saltstack/salt-ci-containers/salt:3003`
- salt:3004 - `ghcr.io/saltstack/salt-ci-containers/salt:3004`
- salt:3005 - `ghcr.io/saltstack/salt-ci-containers/salt:3005`
- salt:3006 - `ghcr.io/saltstack/salt-ci-containers/salt:3006`
- salt:current - `ghcr.io/saltstack/salt-ci-containers/salt:current`

0 comments on commit 8160a37

Please sign in to comment.