This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch feature/add-build-job-for-dev-container in repository https://gitbox.apache.org/repos/asf/celix.git
commit 7e050ed1d97f090bd0c1a621d4e29bbb3ee098e4 Author: Roy Lenferink <[email protected]> AuthorDate: Sun Jan 7 13:13:29 2024 +0100 container: Remove incorrect comment in Gitpod container --- container/Containerfile.gitpod | 3 --- 1 file changed, 3 deletions(-) diff --git a/container/Containerfile.gitpod b/container/Containerfile.gitpod index 7ac418c1..a9591d25 100644 --- a/container/Containerfile.gitpod +++ b/container/Containerfile.gitpod @@ -15,9 +15,6 @@ # specific language governing permissions and limitations # under the License. -# SSH credentials: -# root@password - FROM docker.io/gitpod/workspace-full:2023-10-06-16-22-14@sha256:76d3041cc7a2caa00d6f4610ace0e15009c361515f3d5d9ee6690e4019adcfd4 # Switch to root user to install dependencies and configure sshd
