Skip to content

Commit

Permalink
[#61664] WIP: codespace: Dockerfile-lxqt: Update base image
Browse files Browse the repository at this point in the history
Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Jul 1, 2024
1 parent d55ddf2 commit 92151c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/github-actions-publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,10 @@ jobs:
username: gha
password: ${{ github.token }}

- name: Build ORFS
run: |
docker build -t ghcr.io/antmicro/openroad-flow-scripts:orfs -f tools/codespace/Dockerfile-orfs .
- name: Push container image to GitHub Container Registry (GHCR)
if: github.event_name != 'pull_request' && github.repository == 'antmicro/openroad-flow-scripts'
run: docker push ghcr.io/antmicro/openroad-flow-scripts:orfs

- name: Build LXQt
run: |
docker build -t ghcr.io/antmicro/openroad-flow-scripts:lxqt -f tools/codespace/Dockerfile-lxqt .
docker build -t ghcr.io/antmicro/openroad-flow-scripts:lxqt-test -f tools/codespace/Dockerfile-lxqt .
- name: Push container image to GitHub Container Registry (GHCR)
if: github.event_name != 'pull_request' && github.repository == 'antmicro/openroad-flow-scripts'
run: docker push ghcr.io/antmicro/openroad-flow-scripts:lxqt
run: docker push ghcr.io/antmicro/openroad-flow-scripts:lxqt-test
2 changes: 1 addition & 1 deletion tools/codespace/Dockerfile-lxqt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0

FROM ghcr.io/antmicro/openroad-flow-scripts:orfs
FROM openroad/orfs:latest

COPY ./tools/codespace/scripts/common.sh /usr/local/bin/common.sh
COPY ./tools/codespace/scripts/install-desktop-deps.sh /usr/local/bin/install-desktop-deps.sh
Expand Down
13 changes: 0 additions & 13 deletions tools/codespace/Dockerfile-orfs

This file was deleted.

0 comments on commit 92151c5

Please sign in to comment.