Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker image for Python Behavior Driven Development Pipeline
FROM rofrano/nyu-devops-base:sp23
FROM rofrano/nyu-devops-base:su23

# This build image needs to be root
# This build image needs to be root to work in IBM Cloud CI/CD
USER root

# Install Selenium, Chrome and Firefox
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PLATFORM ?= "linux/amd64,linux/arm64"

DOCKER_BUILDKIT = 1

all: init build
all: help

## help: Lists help on the commands
.PHONY: help
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This Docker image is for Python Behavior Driven Development with Selenium, Chrom

## Description

This Docker image is based on the Python 3.9-Slim Debian 11 and contains Python 3 with Selenium and both the ChromeDriver and GeckoDriver to perform BDD testing with Behave with either headless Chrome or Firefox.
This Docker image is based on the Python 3.11-Slim Debian 11 and contains Python 3 with Selenium and both the ChromeDriver and GeckoDriver to perform BDD testing with Behave with either headless Chrome or Firefox.

## Usage

Expand Down