Skip to content

Commit

Permalink
Merge pull request #114 from pantheon-systems/lops-1850-7.x
Browse files Browse the repository at this point in the history
[LOPS-1850] Add no longer maintained annotations and trigger image rebuild.
  • Loading branch information
kporras07 authored Oct 23, 2023
2 parents 89ec39f + c625798 commit 7852bd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ FROM circleci/php:${PHPVERSION}-node-browsers
# Switch to root user
USER root

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B


# Install necessary packages for PHP extensions
RUN apt-get update && \
apt-get install -y \
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ This is the source Dockerfile for the [pantheon-public/build-tools-ci](https://q
## Branches

- 7.x: Use a CircleCI base image with Node JS and composer 2. Produces 7.x-php7.3, 7.x-php7.4 and 7.x-php8.0 image tags.
- 6.x: Use a CircleCI base image with Node JS
- 5.x: Don't create multidevs when commits are made to the default branch, instead working directly on the dev environment
- 4.x: Terminus 2.x and Build Tools 2.x
- 3.x: Deprecated: Terminus 1 with Build Tools 2.0.0-beta2
- 2.x: Terminus 1.x and Build Tools 1.x
- 1.x: Deprecated
- 6.x: Use a CircleCI base image with Node JS (No longer maintained)
- 5.x: Don't create multidevs when commits are made to the default branch, instead working directly on the dev environment (No longer maintained)
- 4.x: Terminus 2.x and Build Tools 2.x (No longer maintained)
- 3.x: Deprecated: Terminus 1 with Build Tools 2.0.0-beta2 (No longer maintained)
- 2.x: Terminus 1.x and Build Tools 1.x (No longer maintained)
- 1.x: Deprecated (No longer maintained)

## 7.x Docker images

Expand Down

0 comments on commit 7852bd9

Please sign in to comment.