Skip to content

Commit

Permalink
Deprecating EOL Centos 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Nov 15, 2024
1 parent 94102e2 commit 351b140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
2 changes: 1 addition & 1 deletion black-parrot-sdk
Submodule black-parrot-sdk updated 1 files
+1 −1 Makefile
45 changes: 0 additions & 45 deletions docker/Dockerfile.centos7

This file was deleted.

5 changes: 2 additions & 3 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ TOP ?= $(shell git rev-parse --show-toplevel)

DOCKER ?= docker
DOCKER_COMPOSE ?= docker-compose
PLATFORM ?= centos7
#PLATFORM ?= ubuntu20.04
PLATFORM ?= ubuntu20.04

docker-image:
cd $(TOP)/docker; \
$(DOCKER) build . -f Dockerfile.$(PLATFORM) -t black-parrot-sim --build-arg USER_ID=$(shell id -u) --build-arg GROUP_ID=$(shell id -g) \
$(DOCKER) build . -f Dockerfile.$(PLATFORM) -t black-parrot-sim --no-cache --build-arg USER_ID=$(shell id -u) --build-arg GROUP_ID=$(shell id -g) \

docker-compose:
cd $(TOP)/docker; \
Expand Down

0 comments on commit 351b140

Please sign in to comment.