mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
Parameterize the CentOS version
This commit is contained in:
parent
a8f6ff6d36
commit
60f47759e2
@ -1,4 +1,5 @@
|
||||
FROM centos:7
|
||||
ARG TAG
|
||||
FROM centos:${TAG}
|
||||
|
||||
ENV WHEELHOUSE_PATH /tmp/wheelhouse
|
||||
ENV VIRTUALENV_PATH /tmp/venv
|
@ -390,7 +390,7 @@ jobs:
|
||||
- run:
|
||||
name: "Build CentOS images"
|
||||
command: |
|
||||
docker build -t tahoelafsci/centos:7 -f ~/project/.circleci/Dockerfile.centos-7 ~/project/
|
||||
docker build --build-arg TAG=7 -t tahoelafsci/centos:7 -f ~/project/.circleci/Dockerfile.centos ~/project/
|
||||
- run:
|
||||
name: "Push CentOS images"
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user