Skip to content

Commit 102f2fa

Browse files
authored
Merge pull request #46 from xcp-ng/gln/remove-xcpng-dev-env-uxkl
2 parents 7a46db6 + ea64c2b commit 102f2fa

16 files changed

+9
-15
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub
2929
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
3030
with:
31-
context: ./src/xcp_ng_dev/
32-
file: ./src/xcp_ng_dev/files/Dockerfile-8.x
31+
context: ./container
32+
file: ./container/Dockerfile-8.x
3333
push: ${{ github.ref == 'refs/heads/master' }}
3434
tags: ghcr.io/${{ github.repository }}:8.2
3535
cache-from: type=gha,scope=${{ github.ref_name }}-82 # Cache layers to speed up builds
@@ -59,8 +59,8 @@ jobs:
5959
- run: echo "VERSION=$(cat ./src/xcp_ng_dev/files/protocol-version.txt | tr -d '\n')" >> $GITHUB_ENV
6060
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
6161
with:
62-
context: ./src/xcp_ng_dev/
63-
file: ./src/xcp_ng_dev/files/Dockerfile-8.x
62+
context: ./container
63+
file: ./container/Dockerfile-8.x
6464
push: ${{ github.ref == 'refs/heads/master' }}
6565
tags: ghcr.io/${{ github.repository }}:8.3
6666
cache-from: type=gha,scope=${{ github.ref_name }}-83 # Cache layers to speed up builds
@@ -88,8 +88,8 @@ jobs:
8888
# password: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub
8989
# - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
9090
# with:
91-
# context: ./src/xcp_ng_dev/
92-
# file: ./src/xcp_ng_dev/files/Dockerfile-9.x
91+
# context: ./container
92+
# file: ./container/Dockerfile-9.x
9393
# platforms: |
9494
# linux/amd64/v2
9595
# push: ${{ github.ref == 'refs/heads/master' }}
File renamed without changes.
File renamed without changes.

src/xcp_ng_dev/build.sh renamed to container/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ ALMA_VERSION=
7171
CENTOS_VERSION=
7272
case "$1" in
7373
9.*)
74-
DOCKERFILE=files/Dockerfile-9.x
74+
DOCKERFILE=Dockerfile-9.x
7575
ALMA_VERSION=10.0
7676
: ${PLATFORM:=linux/amd64/v2}
7777
;;
7878
8.*)
79-
DOCKERFILE=files/Dockerfile-8.x
79+
DOCKERFILE=Dockerfile-8.x
8080
: ${PLATFORM:=linux/amd64}
8181
;;
8282
*)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)